]> granicus.if.org Git - php/commitdiff
fix test names
authorAntony Dovgal <tony2001@php.net>
Mon, 28 May 2007 20:03:54 +0000 (20:03 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 28 May 2007 20:03:54 +0000 (20:03 +0000)
ext/openssl/tests/bug36732.phpt
ext/openssl/tests/bug41353.phpt

index 9878f4028d7cc54b4129aa4c4adb25249872552e..290c9e95ee74832413e661d23c774f0ae45777fd 100644 (file)
@@ -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");
index 199198b2002d682700dbe8a575f3630964988b7d..47fda89f7b6b99aee34ca23aaa9a04b155af753b 100644 (file)
@@ -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 @@ openssl_pkcs12_read(1, $a, 1);
 echo "Done\n";
 ?>
 --EXPECTF--
-Done
\ No newline at end of file
+Done