From: Ryan Biesemeyer Date: Wed, 20 Jul 2011 21:25:39 +0000 (+0000) Subject: removing openssl test for bug #55169 per Scott MacVicar's request; duplicate coverage... X-Git-Tag: php-5.4.0alpha3~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=530311f4bae68cbc9a8a1ad00d6d0f5d12bbd70e;p=php removing openssl test for bug #55169 per Scott MacVicar's request; duplicate coverage of opensssl_random_pseudo_bytes.phpt --- diff --git a/ext/openssl/tests/bug55169.phpt b/ext/openssl/tests/bug55169.phpt deleted file mode 100644 index e45ac5b1f7..0000000000 --- a/ext/openssl/tests/bug55169.phpt +++ /dev/null @@ -1,43 +0,0 @@ ---TEST-- -openssl_random_pseudo_bytes test -https://bugs.php.net/bug.php?id=55169 ---SKIPIF-- - ---FILE-- - ---EXPECTF-- -Lengths: Bytes: -1 and Hex: 0 -string(0) "" -NULL - -Lengths: Bytes: 0 and Hex: 0 -string(0) "" -NULL - -Lengths: Bytes: 1 and Hex: 2 -string(2) "%x" -bool(true) - -Lengths: Bytes: 2 and Hex: 4 -string(4) "%x" -bool(true) - -Lengths: Bytes: 3 and Hex: 6 -string(6) "%x" -bool(true) - -Lengths: Bytes: 4 and Hex: 8 -string(8) "%x" -bool(true)