diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2012-02-05 09:32:20 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2012-02-05 09:32:20 +0000 |
commit | 21c776850cec51fc31d9984bc1d68aee02f4175c (patch) | |
tree | 13dda178adb21ee4fcbf50686a43ef681bd3e16b | |
parent | fe802ac2adb0a29a2b857d5efbf6d40beed6c3e7 (diff) | |
download | php-git-21c776850cec51fc31d9984bc1d68aee02f4175c.tar.gz |
According to the reports on qa this test is failing the same way for everyone.
See: http://qa.php.net/reports/viewreports.php?version=5.3.10&test=%2Fext%2Fopenssl%2Ftests%2Fbug28382.phpt
I'm not sure if this is due to a change in the openssl library or in the extension, so perhaps the test
itself needs to change, but for now synch it with the new output and watch for failures.
-rw-r--r-- | ext/openssl/tests/bug28382.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/openssl/tests/bug28382.phpt b/ext/openssl/tests/bug28382.phpt index dab510121d..771fc932fe 100644 --- a/ext/openssl/tests/bug28382.phpt +++ b/ext/openssl/tests/bug28382.phpt @@ -20,7 +20,9 @@ array(11) { ["nsCertType"]=> string(30) "SSL Client, SSL Server, S/MIME" ["crlDistributionPoints"]=> - string(51) "URI:http://mobile.blue-software.ro:90/ca/crl.shtml + string(65) " +Full Name: + URI:http://mobile.blue-software.ro:90/ca/crl.shtml " ["nsCaPolicyUrl"]=> string(38) "http://mobile.blue-software.ro:90/pub/" |