tony2001 Mon May 28 20:03:54 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/openssl/tests bug36732.phpt bug41353.phpt
Log:
fix test names
http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/tests/bug36732.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/openssl/tests/bug36732.phpt
diff -u php-src/ext/openssl/tests/bug36732.phpt:1.1.2.2
php-src/ext/openssl/tests/bug36732.phpt:1.1.2.3
--- php-src/ext/openssl/tests/bug36732.phpt:1.1.2.2 Sun Sep 3 15:31:00 2006
+++ php-src/ext/openssl/tests/bug36732.phpt Mon May 28 20:03:54 2007
@@ -1,5 +1,5 @@
--TEST--
-#36732, add support for req_extensions in openss_csr_new and sign
+Bug #36732 (add support for req_extensions in openss_csr_new and sign)
--SKIPIF--
<?php
if (!extension_loaded("openssl")) die("skip");
http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/tests/bug41353.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/openssl/tests/bug41353.phpt
diff -u php-src/ext/openssl/tests/bug41353.phpt:1.1.2.1
php-src/ext/openssl/tests/bug41353.phpt:1.1.2.2
--- php-src/ext/openssl/tests/bug41353.phpt:1.1.2.1 Sun May 13 17:37:32 2007
+++ php-src/ext/openssl/tests/bug41353.phpt Mon May 28 20:03:54 2007
@@ -1,5 +1,5 @@
--TEST--
-#41353 openssl_pkcs12_read() does not verify the type of the first arg
+Bug #41353 (openssl_pkcs12_read() does not verify the type of the first arg)
--SKIPIF--
<?php
if (!extension_loaded("openssl")) die("skip");
@@ -13,4 +13,4 @@
echo "Done\n";
?>
--EXPECTF--
-Done
\ No newline at end of file
+Done
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php