felipe          Sun Feb 15 16:50:34 2009 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/xmlrpc/tests   bug40576.phpt bug45556.phpt 
  Log:
  - Fix tests
  
http://cvs.php.net/viewvc.cgi/php-src/ext/xmlrpc/tests/bug40576.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/xmlrpc/tests/bug40576.phpt
diff -u php-src/ext/xmlrpc/tests/bug40576.phpt:1.1.2.3 
php-src/ext/xmlrpc/tests/bug40576.phpt:1.1.2.4
--- php-src/ext/xmlrpc/tests/bug40576.phpt:1.1.2.3      Wed Feb 21 19:27:37 2007
+++ php-src/ext/xmlrpc/tests/bug40576.phpt      Sun Feb 15 16:50:33 2009
@@ -29,11 +29,11 @@
 </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>
http://cvs.php.net/viewvc.cgi/php-src/ext/xmlrpc/tests/bug45556.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/xmlrpc/tests/bug45556.phpt
diff -u php-src/ext/xmlrpc/tests/bug45556.phpt:1.1.2.2 
php-src/ext/xmlrpc/tests/bug45556.phpt:1.1.2.3
--- php-src/ext/xmlrpc/tests/bug45556.phpt:1.1.2.2      Tue Jan 27 15:02:43 2009
+++ php-src/ext/xmlrpc/tests/bug45556.phpt      Sun Feb 15 16:50:33 2009
@@ -26,7 +26,7 @@
 ?>
 --EXPECTF--
 Warning: xmlrpc_server_call_method(): Invalid callback 'foobar' passed in %s 
on line %d
- 
+
 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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to