diff options
author | Antony Dovgal <tony2001@php.net> | 2006-04-25 22:09:46 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-04-25 22:09:46 +0000 |
commit | d18cd00657eb3b6828e32152211b81328182fde8 (patch) | |
tree | 0b48662d3f7eb045a0877b48520ea3d69cd7a3b5 | |
parent | 0a38d6bd8cd75b0b03fe6cfced12ef94459b5687 (diff) | |
download | php-git-d18cd00657eb3b6828e32152211b81328182fde8.tar.gz |
fix tests
-rw-r--r-- | ext/date/tests/bug26317.phpt | 2 | ||||
-rw-r--r-- | ext/date/tests/bug26320.phpt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/bug26317.phpt b/ext/date/tests/bug26317.phpt index c889666dc9..aef29035e2 100644 --- a/ext/date/tests/bug26317.phpt +++ b/ext/date/tests/bug26317.phpt @@ -1,6 +1,6 @@ --TEST-- Bug #26317 (military timezone offset signedness) ---SKIP-- +--SKIPIF-- if (!@putenv("TZ=GMT0") || getenv("TZ") != 'GMT0') { die("skip unable to change TZ enviroment variable\n"); } diff --git a/ext/date/tests/bug26320.phpt b/ext/date/tests/bug26320.phpt index b57712009f..5b237cadbf 100644 --- a/ext/date/tests/bug26320.phpt +++ b/ext/date/tests/bug26320.phpt @@ -1,6 +1,6 @@ --TEST-- Bug #26320 (strtotime handling of XML Schema/ISO 8601 format) ---SKIP-- +--SKIPIF-- if (!@putenv("TZ=GMT0") || getenv("TZ") != 'GMT0') { die("skip unable to change TZ enviroment variable\n"); } @@ -12,4 +12,4 @@ if (!@putenv("TZ=GMT0") || getenv("TZ") != 'GMT0') { ?> --EXPECT-- 2003-11-19 12:30:42 -2003-11-19 12:30:42
\ No newline at end of file +2003-11-19 12:30:42 |