diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/TestCaseOldAPI.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/qa/TestCaseOldAPI.java b/chart2/qa/TestCaseOldAPI.java index cef8aa51b7f7..a640b87d8f48 100644 --- a/chart2/qa/TestCaseOldAPI.java +++ b/chart2/qa/TestCaseOldAPI.java @@ -54,6 +54,7 @@ public class TestCaseOldAPI extends ComplexTestCase { * In this case it is the actual name of the service. * @return The tested service. */ + @Override public String getTestObjectName() { return testedServiceName; } @@ -64,6 +65,7 @@ public class TestCaseOldAPI extends ComplexTestCase { * Return all test methods. * @return The test methods. */ + @Override public String[] getTestMethodNames() { // For some tests a view needs to be created. Accessing the model via // this program and the view may lead to problems |