summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket351.page1
-rw-r--r--tests/FunctionalTests/tickets/tests/Ticket274TestCase.php4
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket351.page b/tests/FunctionalTests/tickets/protected/pages/Ticket351.page
index 5fb65f20..78a7488d 100644
--- a/tests/FunctionalTests/tickets/protected/pages/Ticket351.page
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket351.page
@@ -1,6 +1,7 @@
<com:TContent ID="Content">
<com:TDatePicker ID="Birthdate"
DateFormat="MMM/d/yyyy"
+ TimeStamp="-2000000000"
FromYear="1900" UpToYear="1990" InputMode="DropDownList" />
<br />
diff --git a/tests/FunctionalTests/tickets/tests/Ticket274TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket274TestCase.php
index 6a5ae0ff..8b74e565 100644
--- a/tests/FunctionalTests/tickets/tests/Ticket274TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket274TestCase.php
@@ -16,8 +16,8 @@ class Ticket274TestCase extends SeleniumTestCase
$this->type($base.'MyDate', 'asd');
$this->clickAndWait($base.'button1');
- $this->assertVisible($base.'validator1');
- $this->assertNotVisible($base.'validator2');
+ $this->assertNotVisible($base.'validator1');
+ $this->assertVisible($base.'validator2');
}
}