From 3ce0968f5a60985c3ded2e8015791b0ad14d15b4 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 27 Dec 2008 19:14:45 +0000 Subject: [PATCH] - Fixed tests --- ext/xmlrpc/tests/bug40576.phpt | 4 ++-- 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) " " -string(128) " +string(130) " - 11234567891000 + 1.1234567891E+13 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 -- 2.50.1