Commit:    7dbb1bba64c8a90df683e1a69df03cb2931f547a
Author:    Manuel Mausz <man...@mausz.at>         Thu, 5 Sep 2013 09:32:12 +0200
Parents:   0be6ecb8621e32f6bb039dd178f4db17220de6e9
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=7dbb1bba64c8a90df683e1a69df03cb2931f547a

Log:
fix failing tests

Changed paths:
  M  ext/hash/tests/hash_algos.phpt
  M  ext/hash/tests/hash_copy_001.phpt


Diff:
diff --git a/ext/hash/tests/hash_algos.phpt b/ext/hash/tests/hash_algos.phpt
index 55796ec..7773fe9 100644
--- a/ext/hash/tests/hash_algos.phpt
+++ b/ext/hash/tests/hash_algos.phpt
@@ -18,7 +18,7 @@ var_dump(hash_algos());
 ===Done===
 --EXPECTF--
 *** Testing hash_algos() : basic functionality ***
-array(43) {
+array(44) {
   [%d]=>
   string(3) "md2"
   [%d]=>
@@ -64,6 +64,8 @@ array(43) {
   [%d]=>
   string(4) "gost"
   [%d]=>
+  string(11) "gost-crypto"
+  [%d]=>
   string(7) "adler32"
   [%d]=>
   string(5) "crc32"
@@ -106,4 +108,4 @@ array(43) {
   [%d]=>
   string(10) "haval256,5"
 }
-===Done===
\ No newline at end of file
+===Done===
diff --git a/ext/hash/tests/hash_copy_001.phpt 
b/ext/hash/tests/hash_copy_001.phpt
index 638b7f5..bb4a49d 100644
--- a/ext/hash/tests/hash_copy_001.phpt
+++ b/ext/hash/tests/hash_copy_001.phpt
@@ -97,6 +97,9 @@ string(64) 
"fbe88daa74c89b9e29468fa3cd3a657d31845e21bb58dd3f8d806f5179a85c26"
 string(4) "gost"
 string(64) "5820c7c4a0650587538b30ef4099f2b5993069758d5c847a552e6ef7360766a5"
 string(64) "5820c7c4a0650587538b30ef4099f2b5993069758d5c847a552e6ef7360766a5"
+string(11) "gost-crypto"
+string(64) "f7c4e35548d66aabe2b106f20515d289fde90969225d3d7b83f6dd12d694f043"
+string(64) "f7c4e35548d66aabe2b106f20515d289fde90969225d3d7b83f6dd12d694f043"
 string(7) "adler32"
 string(8) "6f7c0928"
 string(8) "6f7c0928"
@@ -226,6 +229,9 @@ string(64) 
"614ca924864fa0e8fa309aa0944e047d5edbfd4964a35858f4d8ec66a0fb88b0"
 string(4) "gost"
 string(64) "5820c7c4a0650587538b30ef4099f2b5993069758d5c847a552e6ef7360766a5"
 string(64) "a00961e371287c71c527a41c14564f13b6ed12ac7cd9d5f5dfb3542a25e28d3b"
+string(11) "gost-crypto"
+string(64) "f7c4e35548d66aabe2b106f20515d289fde90969225d3d7b83f6dd12d694f043"
+string(64) "68ca9aea6729dc07d995fbe071a4b5c6490bb27fc4dc65ec0e96200d5e082996"
 string(7) "adler32"
 string(8) "6f7c0928"
 string(8) "d9141747"


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

Reply via email to