diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-01-22 23:31:23 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-01-22 23:31:23 +0100 |
commit | 3c07f032152ee4c6411ae7cf0fb55e74d8ead508 (patch) | |
tree | ec78a521424ad00b67b5c7f83fa1285084187814 | |
parent | 375fc4b815d6cf69c5d268dd1156df29045d1da1 (diff) |
update DateTime test values
-rw-r--r-- | t/20-aseag.t | 20 | ||||
-rw-r--r-- | t/22-results-via.t | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/t/20-aseag.t b/t/20-aseag.t index 84bb6e2..55923eb 100644 --- a/t/20-aseag.t +++ b/t/20-aseag.t @@ -17,11 +17,11 @@ my $s = Travel::Status::DE::URA->new( ura_base => 'file:t/in', ura_version => 1, datetime => DateTime->new( - year => 2014, - month => 1, - day => 3, - hour => 20, - minute => 1, + year => 2013, + month => 12, + day => 24, + hour => 12, + minute => 42, time_zone => 'Europe/Berlin' ), hide_past => 0 @@ -69,11 +69,11 @@ $s = Travel::Status::DE::URA->new( ura_base => 'file:t/in', ura_version => 1, datetime => DateTime->new( - year => 2014, - month => 1, - day => 3, - hour => 20, - minute => 1, + year => 2013, + month => 12, + day => 23, + hour => 12, + minute => 42, time_zone => 'Europe/Berlin' ), hide_past => 0, diff --git a/t/22-results-via.t b/t/22-results-via.t index ac8d7eb..1960228 100644 --- a/t/22-results-via.t +++ b/t/22-results-via.t @@ -23,8 +23,8 @@ $s = Travel::Status::DE::URA->new( year => 2013, month => 12, day => 23, - hour => 10, - minute => 0, + hour => 12, + minute => 42, time_zone => 'Europe/Berlin' ), hide_past => 0, |