summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/GfxCompare.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/GfxCompare.java')
-rw-r--r--qadevOOo/runner/convwatch/GfxCompare.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/qadevOOo/runner/convwatch/GfxCompare.java b/qadevOOo/runner/convwatch/GfxCompare.java
index a61505e40984..69af898846ba 100644
--- a/qadevOOo/runner/convwatch/GfxCompare.java
+++ b/qadevOOo/runner/convwatch/GfxCompare.java
@@ -29,14 +29,6 @@ import java.io.File;
public class GfxCompare extends EnhancedComplexTestCase
{
// The first of the mandatory functions:
- /**
- * Return the name of the test.
- * In this case it is the actual name of the service.
- * @return The tested service.
- */
- // public String getTestObjectName() {
- // return "ConvWatch runner";
- // }
// The second of the mandatory functions: return all test methods as an
// array. There is only one test function in this example.