diff options
-rw-r--r-- | testgraphical/source/graphical_compare.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testgraphical/source/graphical_compare.pm b/testgraphical/source/graphical_compare.pm index d0c63181119c..5cde8d64ea01 100644 --- a/testgraphical/source/graphical_compare.pm +++ b/testgraphical/source/graphical_compare.pm @@ -537,6 +537,10 @@ sub SingleDocumentCompare($$$$$$) # } } } + else + { + print "WARNING: The show program '$sJavaProgram' doesn't exists.\n"; + } } } } |