derick          Thu Jun 16 14:13:40 2005 EDT

  Removed files:               
    /php-src/ext/date/tests     002-win32.phpt 

  Modified files:              
    /php-src/ext/date/tests     002.phpt bug13142.phpt bug17988.phpt 
  Log:
  - Fix up tests, remove windows specific test.
  
  
http://cvs.php.net/diff.php/php-src/ext/date/tests/002.phpt?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/date/tests/002.phpt
diff -u php-src/ext/date/tests/002.phpt:1.1 php-src/ext/date/tests/002.phpt:1.2
--- php-src/ext/date/tests/002.phpt:1.1 Thu Jun 16 13:35:08 2005
+++ php-src/ext/date/tests/002.phpt     Thu Jun 16 14:13:40 2005
@@ -2,9 +2,6 @@
 strtotime() function
 --SKIPIF--
 <?php
-if (substr(PHP_OS, 0, 3) == 'WIN') {
-    die('skip Windows does not support dates prior to midnight (00:00:00), 
January 1, 1970');
-}
 if ([EMAIL PROTECTED]("TZ=EST5") || getenv("TZ") != 'EST5') {
        die("skip unable to change TZ enviroment variable\n");
 }
http://cvs.php.net/diff.php/php-src/ext/date/tests/bug13142.phpt?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/date/tests/bug13142.phpt
diff -u php-src/ext/date/tests/bug13142.phpt:1.1 
php-src/ext/date/tests/bug13142.phpt:1.2
--- php-src/ext/date/tests/bug13142.phpt:1.1    Thu Jun 16 13:35:08 2005
+++ php-src/ext/date/tests/bug13142.phpt        Thu Jun 16 14:13:40 2005
@@ -1,5 +1,5 @@
 --TEST--
-Bug #13142 strtotime handling of "M d H:i:s Y" format
+Bug #13142 (strtotime handling of "M d H:i:s Y" format)
 --SKIPIF--
 <?php
 if ([EMAIL PROTECTED]("TZ=US/Eastern") || getenv("TZ") != 'US/Eastern') {
http://cvs.php.net/diff.php/php-src/ext/date/tests/bug17988.phpt?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/date/tests/bug17988.phpt
diff -u php-src/ext/date/tests/bug17988.phpt:1.1 
php-src/ext/date/tests/bug17988.phpt:1.2
--- php-src/ext/date/tests/bug17988.phpt:1.1    Thu Jun 16 13:35:08 2005
+++ php-src/ext/date/tests/bug17988.phpt        Thu Jun 16 14:13:40 2005
@@ -1,5 +1,5 @@
 --TEST--
-Bug #17988 strtotime handling of postgresql timestamps
+Bug #17988 (strtotime handling of postgresql timestamps)
 --FILE--
 <?php
 putenv("TZ=GMT");

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to