helly Thu Aug 14 13:25:17 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/wddx/tests 001.phpt wddx.xml
Log:
MFH: 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.2.1 php-src/ext/wddx/tests/001.phpt:1.1.2.2
--- php-src/ext/wddx/tests/001.phpt:1.1.2.1 Sat Jun 28 02:59:31 2003
+++ php-src/ext/wddx/tests/001.phpt Thu Aug 14 13:25:17 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.2.1 php-src/ext/wddx/tests/wddx.xml:1.1.2.2
--- php-src/ext/wddx/tests/wddx.xml:1.1.2.1 Sat Jun 28 02:59:31 2003
+++ php-src/ext/wddx/tests/wddx.xml Thu Aug 14 13:25:17 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