tony2001 Mon May 28 20:03:35 2007 UTC Modified files: /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.3&r2=1.4&diff_format=u Index: php-src/ext/openssl/tests/bug36732.phpt diff -u php-src/ext/openssl/tests/bug36732.phpt:1.3 php-src/ext/openssl/tests/bug36732.phpt:1.4 --- php-src/ext/openssl/tests/bug36732.phpt:1.3 Mon May 28 13:48:36 2007 +++ php-src/ext/openssl/tests/bug36732.phpt Mon May 28 20:03:35 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.2&r2=1.3&diff_format=u Index: php-src/ext/openssl/tests/bug41353.phpt diff -u php-src/ext/openssl/tests/bug41353.phpt:1.2 php-src/ext/openssl/tests/bug41353.phpt:1.3 --- php-src/ext/openssl/tests/bug41353.phpt:1.2 Mon May 28 13:48:36 2007 +++ php-src/ext/openssl/tests/bug41353.phpt Mon May 28 20:03:35 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