diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 09:43:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 09:43:14 +0000 |
commit | 22aa54f1248d57fdb11d89e5e95e50d3fff6f163 (patch) | |
tree | 8dc82f4c68991c5d75e70d198a875df74e9eb20a /qadevOOo/runner/lib | |
parent | 6afce696008a0c60a275da82a3f7f1e1272e3ea3 (diff) |
INTEGRATION: CWS qadev18 (1.3.66); FILE MERGED
2004/07/09 10:11:05 cn 1.3.66.1: #i30975# Notify information about properties of type Any with value of NULL
Diffstat (limited to 'qadevOOo/runner/lib')
-rw-r--r-- | qadevOOo/runner/lib/MultiPropertyTest.java | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java index 6ce6a1169d58..ab49a46257e8 100644 --- a/qadevOOo/runner/lib/MultiPropertyTest.java +++ b/qadevOOo/runner/lib/MultiPropertyTest.java @@ -2,9 +2,9 @@ * * $RCSfile: MultiPropertyTest.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change:$Date: 2003-11-18 16:15:26 $ + * last change:$Date: 2004-07-23 10:43:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -324,6 +324,9 @@ public class MultiPropertyTest extends MultiMethodTest { log.println("new = " + toString(newValue)); log.println("result = " + toString(resValue)); } catch(com.sun.star.lang.IllegalArgumentException iae) { + log.println("NOTIFY: this property needs further investigations."); + log.println("\t The type seems to be an Any with value of NULL."); + log.println("\t Maybe the property should get it's own test method."); } tRes.tested(propName, false); @@ -351,6 +354,9 @@ public class MultiPropertyTest extends MultiMethodTest { log.println("new = " + toString(newValue)); log.println("result = " + toString(resValue)); } catch(com.sun.star.lang.IllegalArgumentException iae) { + log.println("NOTIFY: this property needs further investigations."); + log.println("\t The type seems to be an Any with value of NULL."); + log.println("\t Maybe the property should get it's own test method."); } if (resValue != null ) { if ( (!compare(resValue, oldValue)) || (!resValue.equals(oldValue))) { |