From: Moriyoshi Koizumi Date: Sun, 4 Apr 2004 19:19:45 +0000 (+0000) Subject: - Remove test, as it's never worked as expected. X-Git-Tag: php-4.3.6RC2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df1e5064e7e20746f61960b88e251266978c45c4;p=php - Remove test, as it's never worked as expected. --- diff --git a/ext/wddx/tests/001.phpt b/ext/wddx/tests/001.phpt deleted file mode 100644 index 56dcfbb939..0000000000 --- a/ext/wddx/tests/001.phpt +++ /dev/null @@ -1,57 +0,0 @@ ---TEST-- -wddx deserialization test ---FILE-- - ---EXPECT-- -array(11) { - ["aNull"]=> - NULL - ["aString"]=> - string(8) "a string" - ["aNumber"]=> - float(-12.456) - ["aDateTime"]=> - int(897600732) - ["aDateTime2"]=> - int(329607132) - ["aDateTime3"]=> - string(19) "2040-06-12T04:32:12" - ["aBoolean"]=> - bool(true) - ["anArray"]=> - array(2) { - [0]=> - int(10) - [1]=> - string(14) "second element" - } - ["aBinary"]=> - string(11) "binary data" - ["anObject"]=> - array(2) { - ["s"]=> - string(8) "a string" - ["n"]=> - float(-12.456) - } - ["aRecordset"]=> - array(2) { - ["NAME"]=> - array(2) { - [0]=> - string(8) "John Doe" - [1]=> - string(8) "Jane Doe" - } - ["AGE"]=> - array(2) { - [0]=> - int(34) - [1]=> - int(31) - } - } -} diff --git a/ext/wddx/tests/wddx.xml b/ext/wddx/tests/wddx.xml deleted file mode 100644 index 4b34ef96b8..0000000000 --- a/ext/wddx/tests/wddx.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - -
- - - - - - - a string - - - -12.456 - - - 1998-06-12T04:32:12 - - - 1980-06-12T04:32:12 - - - 2040-06-12T04:32:12 - - - - - - - 10 - second element - - - - YmluYXJ5IGRhdGE= - - - - - a string - - - -12.456 - - - - - - - John Doe - Jane Doe - - - 34 - 31 - - - - -