summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-05-28 20:03:54 +0000
committerAntony Dovgal <tony2001@php.net>2007-05-28 20:03:54 +0000
commit97e9bd1da01ff65ec6f81962d4a8d918a6565cd0 (patch)
tree18b3288dd65f10078a7c11ec557ef696d5298a30
parentb49e70f946a52b85238b0318ad3903f5134ea387 (diff)
downloadphp-git-97e9bd1da01ff65ec6f81962d4a8d918a6565cd0.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