tony2001                Fri May 18 11:29:40 2007 UTC

  Modified files:              
    /php-src/ext/wddx/tests     001.phpt 
    /php-src/ext/filter/tests   filter_data.phpt 031.phpt 044.phpt 
    /php-src/tests/lang 034.phpt 
  Log:
  fix tests
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/wddx/tests/001.phpt?r1=1.8&r2=1.9&diff_format=u
Index: php-src/ext/wddx/tests/001.phpt
diff -u php-src/ext/wddx/tests/001.phpt:1.8 php-src/ext/wddx/tests/001.phpt:1.9
--- php-src/ext/wddx/tests/001.phpt:1.8 Mon Aug  7 22:19:45 2006
+++ php-src/ext/wddx/tests/001.phpt     Fri May 18 11:29:40 2007
@@ -2,6 +2,8 @@
 wddx unserialization test
 --SKIPIF--
 <?php if (!extension_loaded("wddx")) print "skip"; ?>
+--INI--
+precision=14
 --FILE--
 <?php
        $path = dirname(__FILE__);
http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/filter_data.phpt?r1=1.9&r2=1.10&diff_format=u
Index: php-src/ext/filter/tests/filter_data.phpt
diff -u php-src/ext/filter/tests/filter_data.phpt:1.9 
php-src/ext/filter/tests/filter_data.phpt:1.10
--- php-src/ext/filter/tests/filter_data.phpt:1.9       Tue Dec 19 14:16:08 2006
+++ php-src/ext/filter/tests/filter_data.phpt   Fri May 18 11:29:40 2007
@@ -2,6 +2,8 @@
 Simple filter_var() tests
 --SKIPIF--
 <?php if (!extension_loaded("filter")) die("skip"); ?>
+--INI--
+precision=14
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/031.phpt?r1=1.6&r2=1.7&diff_format=u
Index: php-src/ext/filter/tests/031.phpt
diff -u php-src/ext/filter/tests/031.phpt:1.6 
php-src/ext/filter/tests/031.phpt:1.7
--- php-src/ext/filter/tests/031.phpt:1.6       Tue Dec 19 14:16:08 2006
+++ php-src/ext/filter/tests/031.phpt   Fri May 18 11:29:40 2007
@@ -2,6 +2,8 @@
 filter_var() and FLOAT
 --SKIPIF--
 <?php if (!extension_loaded("filter")) die("skip"); ?>
+--INI--
+precision=14
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/044.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/filter/tests/044.phpt
diff -u php-src/ext/filter/tests/044.phpt:1.3 
php-src/ext/filter/tests/044.phpt:1.4
--- php-src/ext/filter/tests/044.phpt:1.3       Tue Dec 19 14:16:08 2006
+++ php-src/ext/filter/tests/044.phpt   Fri May 18 11:29:40 2007
@@ -2,6 +2,8 @@
 Integer validation with spaces
 --SKIPIF--
 <?php if (!extension_loaded("filter")) die("skip"); ?>
+--INI--
+precision=14
 --FILE--
 <?php 
 $vals = array(
http://cvs.php.net/viewvc.cgi/php-src/tests/lang/034.phpt?r1=1.11&r2=1.12&diff_format=u
Index: php-src/tests/lang/034.phpt
diff -u php-src/tests/lang/034.phpt:1.11 php-src/tests/lang/034.phpt:1.12
--- php-src/tests/lang/034.phpt:1.11    Mon Feb 19 20:02:08 2007
+++ php-src/tests/lang/034.phpt Fri May 18 11:29:40 2007
@@ -6,6 +6,8 @@
        print "skip";
 }
 ?>
+--INI--
+precision=14
 --FILE--
 <?php 
 # activate the german locale

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

Reply via email to