summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/JPEGComparator.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/JPEGComparator.java')
-rw-r--r--qadevOOo/runner/graphical/JPEGComparator.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/runner/graphical/JPEGComparator.java b/qadevOOo/runner/graphical/JPEGComparator.java
index a3a886975298..2ea6841b3e82 100644
--- a/qadevOOo/runner/graphical/JPEGComparator.java
+++ b/qadevOOo/runner/graphical/JPEGComparator.java
@@ -120,6 +120,7 @@ class CountNotWhitePixelsFromImage extends CountNotXXXPixelsFromImage
super(_sFilename);
}
+ @Override
public void run()
{
try
@@ -142,6 +143,7 @@ class CountNotBlackPixelsFromImage extends CountNotXXXPixelsFromImage
super(_sFilename);
}
+ @Override
public void run()
{
try
@@ -159,6 +161,7 @@ class CountNotBlackPixelsFromImage extends CountNotXXXPixelsFromImage
public class JPEGComparator extends EnhancedComplexTestCase
{
+ @Override
public String[] getTestMethodNames()
{
return new String[]{"CompareJPEGvsJPEG"};