rasmus                                   Sun, 05 Feb 2012 09:50:14 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=323071

Log:
Getting different hashes here. But this test isn't testing the hashes,
it is just making sure we actually get a hash and don't crash.

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/openssl/tests/bug47828.phpt
    U   php/php-src/branches/PHP_5_4/ext/openssl/tests/bug47828.phpt
    U   php/php-src/trunk/ext/openssl/tests/bug47828.phpt

Modified: php/php-src/branches/PHP_5_3/ext/openssl/tests/bug47828.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/openssl/tests/bug47828.phpt        
2012-02-05 09:32:20 UTC (rev 323070)
+++ php/php-src/branches/PHP_5_3/ext/openssl/tests/bug47828.phpt        
2012-02-05 09:50:14 UTC (rev 323071)
@@ -36,5 +36,5 @@
 echo "Done";
 ?>
 --EXPECT--
-string(8) "9337ed77"
+string(8) "%s"
 Done

Modified: php/php-src/branches/PHP_5_4/ext/openssl/tests/bug47828.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/openssl/tests/bug47828.phpt        
2012-02-05 09:32:20 UTC (rev 323070)
+++ php/php-src/branches/PHP_5_4/ext/openssl/tests/bug47828.phpt        
2012-02-05 09:50:14 UTC (rev 323071)
@@ -36,5 +36,5 @@
 echo "Done";
 ?>
 --EXPECT--
-string(8) "9337ed77"
+string(8) "%s"
 Done

Modified: php/php-src/trunk/ext/openssl/tests/bug47828.phpt
===================================================================
--- php/php-src/trunk/ext/openssl/tests/bug47828.phpt   2012-02-05 09:32:20 UTC 
(rev 323070)
+++ php/php-src/trunk/ext/openssl/tests/bug47828.phpt   2012-02-05 09:50:14 UTC 
(rev 323071)
@@ -36,5 +36,5 @@
 echo "Done";
 ?>
 --EXPECT--
-string(8) "9337ed77"
+string(8) "%s"
 Done

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to