[php-bartlett-PHP-CompatInfo] skip HashTest (mhash not available) on EL-6

Remi Collet remi at fedoraproject.org
Fri Jan 18 14:15:44 UTC 2013


commit e7965af05874724a6b9fdc5e235ffdee2873b0d9
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Jan 18 14:49:40 2013 +0100

    skip HashTest (mhash not available) on EL-6

 php-bartlett-PHP-CompatInfo.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec
index fe62196..f675438 100644
--- a/php-bartlett-PHP-CompatInfo.spec
+++ b/php-bartlett-PHP-CompatInfo.spec
@@ -96,6 +96,8 @@ cd %{pear_name}-%{version}%{?prever}
 # so drop this test which fails with
 # Constant 'XSL_SECPREF_CREATE_DIRECTORY', found in Reference (5.3.9,), exists.
 rm -f tests/Reference/XslTest.php
+# hash test fails because mhash is not present (emulated by hash)
+rm -f tests/Reference/HashTest.php
 %endif
 
 # Tests: 654, Assertions: 9682, Skipped: 28, when most extensions installed
@@ -145,6 +147,7 @@ fi
 - fix path to documentation in description
 - drop dependency on eZ components
 - raise PHPUnit dependency to 3.6.0
+- skip HashTest (mhash not available) on EL-6
 
 * Fri Dec 21 2012 Remi Collet <remi at fedoraproject.org> - 2.11.0-1
 - update to Version 2.11.0


More information about the scm-commits mailing list