summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-08-14 17:25:05 +0000
committerMarcus Boerger <helly@php.net>2003-08-14 17:25:05 +0000
commitbf759e9609ce0034c5dae9af3fa6e5aaa636ca00 (patch)
tree6a53202e03ea50724e21cd562fc5ab95befd4f55
parent6e6a793bb9085ade64028d59aef84136b9b60fa7 (diff)
downloadphp-git-bf759e9609ce0034c5dae9af3fa6e5aaa636ca00.tar.gz
Don't test other functionality than wddx here.
-rw-r--r--ext/wddx/tests/001.phpt4
-rw-r--r--ext/wddx/tests/wddx.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/wddx/tests/001.phpt b/ext/wddx/tests/001.phpt
index 857cc2f304..56dcfbb939 100644
--- a/ext/wddx/tests/001.phpt
+++ b/ext/wddx/tests/001.phpt
@@ -1,5 +1,5 @@
--TEST--
-wddz deserialization test
+wddx deserialization test
--FILE--
<?php
$path = dirname(__FILE__);
@@ -16,7 +16,7 @@ array(11) {
["aDateTime"]=>
int(897600732)
["aDateTime2"]=>
- string(19) "1930-06-12T04:32:12"
+ int(329607132)
["aDateTime3"]=>
string(19) "2040-06-12T04:32:12"
["aBoolean"]=>
diff --git a/ext/wddx/tests/wddx.xml b/ext/wddx/tests/wddx.xml
index 8713159636..4b34ef96b8 100644
--- a/ext/wddx/tests/wddx.xml
+++ b/ext/wddx/tests/wddx.xml
@@ -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>