helly Mon Aug 7 23:33:57 2006 UTC
Modified files:
/php-src/ext/json/tests fail001.phpt pass001.1.phpt pass001.phpt
pass002.phpt pass003.phpt
Log:
- MFB Test name must not be more than a single line
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/fail001.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/json/tests/fail001.phpt
diff -u php-src/ext/json/tests/fail001.phpt:1.1
php-src/ext/json/tests/fail001.phpt:1.2
--- php-src/ext/json/tests/fail001.phpt:1.1 Tue Jan 31 09:00:14 2006
+++ php-src/ext/json/tests/fail001.phpt Mon Aug 7 23:33:57 2006
@@ -1,6 +1,5 @@
--TEST--
-JSON Test Pattern fail1 -> fail24
-http://www.crockford.com/JSON/JSON_checker/test/fail*.json
+JSON (http://www.crockford.com/JSON/JSON_checker/test/fail*.json)
--SKIPIF--
<?php
if (!extension_loaded('json')) die('skip: json extension not available');
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/pass001.1.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/json/tests/pass001.1.phpt
diff -u php-src/ext/json/tests/pass001.1.phpt:1.3
php-src/ext/json/tests/pass001.1.phpt:1.4
--- php-src/ext/json/tests/pass001.1.phpt:1.3 Sat Mar 4 15:31:27 2006
+++ php-src/ext/json/tests/pass001.1.phpt Mon Aug 7 23:33:57 2006
@@ -1,16 +1,16 @@
--TEST--
-JSON Test Pattern pass1.1
-Modified to test unescaped UNICODE as keys and values.
-Modified to test numbers with exponents without a decimal point.
-Modified to test empty string values.
-Modified to test a mix of integers and strings as keys.
-http://www.crockford.com/JSON/JSON_checker/test/pass1.json
+JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json)
--SKIPIF--
<?php
if (!extension_loaded('json')) die('skip: json extension not available');
?>
--FILE--
<?php
+/* Modified to test unescaped UNICODE as keys and values.
+ * Modified to test numbers with exponents without a decimal point.
+ * Modified to test empty string values.
+ * Modified to test a mix of integers and strings as keys.
+ */
// Expect warnings about INF.
ini_set("error_reporting", E_ALL & ~E_WARNING);
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/pass001.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/json/tests/pass001.phpt
diff -u php-src/ext/json/tests/pass001.phpt:1.1
php-src/ext/json/tests/pass001.phpt:1.2
--- php-src/ext/json/tests/pass001.phpt:1.1 Tue Jan 31 09:00:14 2006
+++ php-src/ext/json/tests/pass001.phpt Mon Aug 7 23:33:57 2006
@@ -1,6 +1,5 @@
--TEST--
-JSON Test Pattern pass1
-http://www.crockford.com/JSON/JSON_checker/test/pass1.json
+JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json)
--SKIPIF--
<?php
if (!extension_loaded('json')) die('skip: json extension not available');
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/pass002.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/json/tests/pass002.phpt
diff -u php-src/ext/json/tests/pass002.phpt:1.1
php-src/ext/json/tests/pass002.phpt:1.2
--- php-src/ext/json/tests/pass002.phpt:1.1 Tue Jan 31 09:00:14 2006
+++ php-src/ext/json/tests/pass002.phpt Mon Aug 7 23:33:57 2006
@@ -1,6 +1,5 @@
--TEST--
-JSON Test Pattern pass2
-http://www.crockford.com/JSON/JSON_checker/test/pass2.json
+JSON (http://www.crockford.com/JSON/JSON_checker/test/pass2.json)
--SKIPIF--
<?php
if (!extension_loaded('json')) die('skip: json extension not available');
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/pass003.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/json/tests/pass003.phpt
diff -u php-src/ext/json/tests/pass003.phpt:1.1
php-src/ext/json/tests/pass003.phpt:1.2
--- php-src/ext/json/tests/pass003.phpt:1.1 Tue Jan 31 09:00:14 2006
+++ php-src/ext/json/tests/pass003.phpt Mon Aug 7 23:33:57 2006
@@ -1,6 +1,5 @@
--TEST--
-JSON Test Pattern pass3
-http://www.crockford.com/JSON/JSON_checker/test/pass3.json
+JSON (http://www.crockford.com/JSON/JSON_checker/test/pass3.json)
--SKIPIF--
<?php
if (!extension_loaded('json')) die('skip: json extension not available');
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php