[php-doctrine-annotations] Removed skipping of test (php-phpunit-PHPUnit-MockObject patched to fix issue)

Shawn Iwinski siwinski at fedoraproject.org
Thu Jul 17 20:47:18 UTC 2014


commit e96c1e1fb74b884127d92a5c1f371193e7d332df
Author: Shawn Iwinski <siwinski at redhat.com>
Date:   Thu Jul 17 16:47:27 2014 -0400

    Removed skipping of test (php-phpunit-PHPUnit-MockObject patched to fix issue)

 php-doctrine-annotations.spec |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec
index c564f31..c86b95a 100644
--- a/php-doctrine-annotations.spec
+++ b/php-doctrine-annotations.spec
@@ -31,7 +31,7 @@
 
 Name:          php-%{composer_vendor}-%{composer_project}
 Version:       %{github_version}
-Release:       1%{?github_release}%{?dist}
+Release:       2%{?github_release}%{?dist}
 Summary:       PHP docblock annotations parser library
 
 Group:         Development/Libraries
@@ -106,12 +106,6 @@ spl_autoload_register(function ($class) {
 });
 AUTOLOAD
 
-# Skip test that casues the following exception:
-#     ReflectionException: Class Mock_ReflectionClass_* is an internal class
-#     that cannot be instantiated without invoking its constructor"
-sed 's/function testClassFileDoesNotExist/function SKIP_testClassFileDoesNotExist/' \
-    -i tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php
-
 # Create PHPUnit config w/ colors turned off
 sed 's/colors="true"/colors="false"/' phpunit.xml.dist > phpunit.xml
 
@@ -127,6 +121,9 @@ sed 's/colors="true"/colors="false"/' phpunit.xml.dist > phpunit.xml
 
 
 %changelog
+* Thu Jul 17 2014 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.2.0-2
+- Removed skipping of test (php-phpunit-PHPUnit-MockObject patched to fix issue)
+
 * Tue Jul 15 2014 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.2.0-1
 - Updated to 1.2.0 (BZ #1116887)
 


More information about the scm-commits mailing list