aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/itmill/toolkit/automatedtests/featurebrowser/ValueInputExample.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/automatedtests/featurebrowser/ValueInputExample.java b/src/com/itmill/toolkit/automatedtests/featurebrowser/ValueInputExample.java
index 67d2fd9b67..8704d6f347 100644
--- a/src/com/itmill/toolkit/automatedtests/featurebrowser/ValueInputExample.java
+++ b/src/com/itmill/toolkit/automatedtests/featurebrowser/ValueInputExample.java
@@ -66,7 +66,7 @@ public class ValueInputExample extends CustomComponent {
// DateFields
- Date d = new Date(1998, 1, 22, 13, 14, 15);
+ Date d = new Date(98, 1, 22, 13, 14, 15);
horiz = new OrderedLayout(OrderedLayout.ORIENTATION_HORIZONTAL);
main.addComponent(horiz);