summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-05-28 20:03:35 +0000
committerAntony Dovgal <tony2001@php.net>2007-05-28 20:03:35 +0000
commitddbd78f5236b3334ac866bfa24d1749d1019e138 (patch)
tree2398aed91aeab688514e45495ed5c60112b4ad0a
parent17feef6b6c488829aa3f21d3cffc492f161da1c4 (diff)
downloadphp-git-ddbd78f5236b3334ac866bfa24d1749d1019e138.tar.gz
fix test names
-rw-r--r--ext/openssl/tests/bug36732.phpt2
-rw-r--r--ext/openssl/tests/bug41353.phpt4
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/openssl/tests/bug36732.phpt b/ext/openssl/tests/bug36732.phpt
index 9878f4028d..290c9e95ee 100644
--- a/ext/openssl/tests/bug36732.phpt
+++ b/ext/openssl/tests/bug36732.phpt
@@ -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");
diff --git a/ext/openssl/tests/bug41353.phpt b/ext/openssl/tests/bug41353.phpt
index 199198b200..47fda89f7b 100644
--- a/ext/openssl/tests/bug41353.phpt
+++ b/ext/openssl/tests/bug41353.phpt
@@ -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