summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/awt/_UnoControlDateFieldModel.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-16 11:46:32 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-16 11:46:32 +0000
commitf75e1fe395ab796a225a1174cbf79b1cfa27020b (patch)
tree843ed35c86286ae8e07e14bb4dbcd1a23fc1f607 /qadevOOo/tests/java/ifc/awt/_UnoControlDateFieldModel.java
parent5d02024020af991676b9e063c2113a842e14cb92 (diff)
INTEGRATION: CWS eforms2 (1.2.88); FILE MERGED
2004/08/12 11:21:19 sw 1.2.88.1: #i32680#
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_UnoControlDateFieldModel.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_UnoControlDateFieldModel.java17
1 files changed, 15 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_UnoControlDateFieldModel.java b/qadevOOo/tests/java/ifc/awt/_UnoControlDateFieldModel.java
index 61163a513d13..e2dc63d163d6 100644
--- a/qadevOOo/tests/java/ifc/awt/_UnoControlDateFieldModel.java
+++ b/qadevOOo/tests/java/ifc/awt/_UnoControlDateFieldModel.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _UnoControlDateFieldModel.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-09-08 10:07:18 $
+ * last change:$Date: 2004-11-16 12:46:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,6 +103,19 @@ public class _UnoControlDateFieldModel extends MultiPropertyTest {
}
/**
+ * This property can be VOID, and in case if it is so new
+ * value must defined.
+ */
+ public void _BorderColor() {
+ testProperty("BorderColor", new PropertyTester() {
+ protected Object getNewValue(String p, Object old) {
+ return utils.isVoid(old) ? new Integer(1234) : null ;
+ }
+ }) ;
+ }
+
+
+ /**
* This property can be void, so if old value is <code> null </code>
* new value must be specified.
*/