diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-30 23:51:39 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-30 23:51:39 +0200 |
commit | cb743343761771dcd056fb67862a999f96baa190 (patch) | |
tree | eb5efb1a5958dfe4eb791e5b4a80944447eb490f /tests/FunctionalTests/tickets/protected/pages/Ticket585.php | |
parent | b3c158619506f993fe94fa1f119de8481b3ef5d0 (diff) |
More work on fixing testcases for old tickets
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket585.php')
-rwxr-xr-x | tests/FunctionalTests/tickets/protected/pages/Ticket585.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket585.php b/tests/FunctionalTests/tickets/protected/pages/Ticket585.php index 638b7453..e5b08036 100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket585.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket585.php @@ -5,7 +5,7 @@ class Ticket585 extends TPage public function ChkDate ($sender, $param) { - if ($param->Value == "15-03-2007") + if ($param->Value && date('d-m-Y', $param->Value) == "15-03-2007") { $param->IsValid=false; } |