summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/lib/MultiPropertyTest.java1
-rw-r--r--qadevOOo/runner/lib/TestResult.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index 10d2a67fb103..b314ccf8626b 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -55,7 +55,6 @@ import com.sun.star.uno.Type;
* @see MultiMethodTest
* @see #testProperty(String)
* @see #testProperty(String, PropertyTester)
- * @see #getNewValue
* @see #compare
* @see #toString(Object)
*/
diff --git a/qadevOOo/runner/lib/TestResult.java b/qadevOOo/runner/lib/TestResult.java
index 9dbd268175cc..a6c964f258ee 100644
--- a/qadevOOo/runner/lib/TestResult.java
+++ b/qadevOOo/runner/lib/TestResult.java
@@ -88,7 +88,6 @@ public class TestResult {
*
* @see #tested(String, boolean)
* @see #tested(String, Status)
- * @see #assert
*/
public Status getStatusFor( String method ) {
return testedMethods.get( method );