diff options
author | Felipe Pena <felipe@php.net> | 2008-12-27 19:16:49 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-12-27 19:16:49 +0000 |
commit | 90e87528b4233119dbade5a895a2140093a18e16 (patch) | |
tree | 70d67170a095c61f5740c7e13ef8cdbff727ad4d /ext/xmlrpc | |
parent | e13d011551e39bd86bfcd18b3c2c9dcd10cb96a8 (diff) | |
download | php-git-90e87528b4233119dbade5a895a2140093a18e16.tar.gz |
- Fixed tests
Diffstat (limited to 'ext/xmlrpc')
-rw-r--r-- | ext/xmlrpc/tests/bug40576.phpt | 4 | ||||
-rw-r--r-- | ext/xmlrpc/tests/bug45556.phpt | 11 |
2 files changed, 3 insertions, 12 deletions
diff --git a/ext/xmlrpc/tests/bug40576.phpt b/ext/xmlrpc/tests/bug40576.phpt index 6b73f4d2cd..404aba32ba 100644 --- a/ext/xmlrpc/tests/bug40576.phpt +++ b/ext/xmlrpc/tests/bug40576.phpt @@ -29,11 +29,11 @@ string(125) "<?xml version="1.0" encoding="utf-8"?> </param> </params> " -string(128) "<?xml version="1.0" encoding="utf-8"?> +string(130) "<?xml version="1.0" encoding="utf-8"?> <params> <param> <value> - <double>11234567891000</double> + <double>1.1234567891E+13</double> </value> </param> </params> diff --git a/ext/xmlrpc/tests/bug45556.phpt b/ext/xmlrpc/tests/bug45556.phpt index 9c73e0e5df..0e463e669a 100644 --- a/ext/xmlrpc/tests/bug45556.phpt +++ b/ext/xmlrpc/tests/bug45556.phpt @@ -25,17 +25,8 @@ xmlrpc_server_call_method ($server, $request, NULL, $options); ?> --EXPECTF-- - Warning: xmlrpc_server_call_method(): Invalid callback 'foobar' passed in %s on line %d -expat reports error code 5 - description: Invalid document end - line: 1 - column: 1 - byte index: 0 - total bytes: 0 - - data beginning 0 before byte index: foo - + Warning: xmlrpc_server_call_method(): xml parse error: [line 1, column 1, message: Invalid document end] Unable to add introspection data returned from bar::test() in %s on line %d Warning: xmlrpc_server_call_method(): Invalid callback 'foo::bar' passed in %s on line %d |