summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib/MultiPropertyTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/lib/MultiPropertyTest.java')
-rw-r--r--qadevOOo/runner/lib/MultiPropertyTest.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index 3a12d51c0d92..a02f93c04347 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -191,6 +191,12 @@ public class MultiPropertyTest extends MultiMethodTest
tRes.tested(propName, true);
return;
}
+ else
+ {
+ log.println( "property '"+propName+"' is not set but is not MAYBEVOID");
+ tRes.tested(propName, false);
+ return;
+ }
}
Object newValue;