helly Thu Aug 14 13:25:05 2003 EDT Modified files: /php-src/ext/wddx/tests 001.phpt wddx.xml Log: Don't test other functionality than wddx here. Index: php-src/ext/wddx/tests/001.phpt diff -u php-src/ext/wddx/tests/001.phpt:1.1 php-src/ext/wddx/tests/001.phpt:1.2 --- php-src/ext/wddx/tests/001.phpt:1.1 Sat Jun 28 02:55:47 2003 +++ php-src/ext/wddx/tests/001.phpt Thu Aug 14 13:25:05 2003 @@ -1,5 +1,5 @@ --TEST-- -wddz deserialization test +wddx deserialization test --FILE-- <?php $path = dirname(__FILE__); @@ -16,7 +16,7 @@ ["aDateTime"]=> int(897600732) ["aDateTime2"]=> - string(19) "1930-06-12T04:32:12" + int(329607132) ["aDateTime3"]=> string(19) "2040-06-12T04:32:12" ["aBoolean"]=> Index: php-src/ext/wddx/tests/wddx.xml diff -u php-src/ext/wddx/tests/wddx.xml:1.1 php-src/ext/wddx/tests/wddx.xml:1.2 --- php-src/ext/wddx/tests/wddx.xml:1.1 Sat Jun 28 02:55:47 2003 +++ php-src/ext/wddx/tests/wddx.xml Thu Aug 14 13:25:05 2003 @@ -17,7 +17,7 @@ <dateTime>1998-06-12T04:32:12</dateTime> </var> <var name='aDateTime2'> - <dateTime>1930-06-12T04:32:12</dateTime> + <dateTime>1980-06-12T04:32:12</dateTime> </var> <var name='aDateTime3'> <dateTime>2040-06-12T04:32:12</dateTime>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php