summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/lib/MultiPropertyTest.java13
1 files changed, 3 insertions, 10 deletions
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index 38bf2ccfb17d..53cbf0976e6f 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -406,17 +406,10 @@ public class MultiPropertyTest extends MultiMethodTest
log.println("\t The type seems to be an Any with value of NULL.");
log.println("\t Maybe the property should get its own test method.");
}
- if (resValue != null)
+ if (!compare(resValue, oldValue))
{
- if (!compare(resValue, oldValue))
- {
- log.println("But it has changed.");
- tRes.tested(propName, true);
- }
- else
- {
- tRes.tested(propName, false);
- }
+ log.println("But it has changed.");
+ tRes.tested(propName, true);
}
else
{