[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/openssl/tests/bug47828.phpt branches/PHP_5_4/ext/openssl/tests/bug47828.phpt trunk/ext/openssl/tests/bug47828.phpt

2012-02-05 Thread Rasmus Lerdorf
rasmus   Sun, 05 Feb 2012 09:50:14 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=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

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/openssl/tests/bug47828.phpt branches/PHP_5_4/ext/openssl/tests/bug47828.phpt trunk/ext/openssl/tests/bug47828.phpt

2012-02-05 Thread Rasmus Lerdorf
rasmus   Sun, 05 Feb 2012 09:52:41 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=323072

Log:
Need EXPECTF here, of course

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:50:14 UTC (rev 323071)
+++ php/php-src/branches/PHP_5_3/ext/openssl/tests/bug47828.phpt
2012-02-05 09:52:41 UTC (rev 323072)
@@ -35,6 +35,6 @@
 var_dump($arr['hash']);
 echo Done;
 ?
---EXPECT--
+--EXPECTF--
 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:50:14 UTC (rev 323071)
+++ php/php-src/branches/PHP_5_4/ext/openssl/tests/bug47828.phpt
2012-02-05 09:52:41 UTC (rev 323072)
@@ -35,6 +35,6 @@
 var_dump($arr['hash']);
 echo Done;
 ?
---EXPECT--
+--EXPECTF--
 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:50:14 UTC 
(rev 323071)
+++ php/php-src/trunk/ext/openssl/tests/bug47828.phpt   2012-02-05 09:52:41 UTC 
(rev 323072)
@@ -35,6 +35,6 @@
 var_dump($arr['hash']);
 echo Done;
 ?
---EXPECT--
+--EXPECTF--
 string(8) %s
 Done

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