[188] r377@phpspec (orig r188): padraic.brady | 2008-01-11 03:31:36 -0700

0 views
Skip to first unread message

nor...@domain51.com

unread,
Jan 11, 2008, 5:33:38 AM1/11/08
to phpspec...@googlegroups.com
Revision
188
Author
phpspec
Date
2008-01-11 03:33:38 -0700 (Fri, 11 Jan 2008)

Log Message

 r377@phpspec (orig r188):  padraic.brady | 2008-01-11 03:31:36 -0700
 * Merged r187 into trunk from branches/0.2.0

Modified Paths

Property Changed

Diff

Property changes:


Name: svk:merge
   - d6e91ea2-e33a-0410-98df-1d493bd67c58:/:187
   + d6e91ea2-e33a-0410-98df-1d493bd67c58:/:188

Modified: trunk/CREDITS (187 => 188)


--- trunk/CREDITS	2008-01-11 10:29:37 UTC (rev 187)
+++ trunk/CREDITS	2008-01-11 10:33:38 UTC (rev 188)
@@ -12,13 +12,14 @@
 =============
 
 Pádraic Brady (English)
-TAKAGI Masahiro (Japanese)
+Takagi Masahiro (Japanese)
 
 Bug Fixes/Patches
 =================
 
-KUBO Atsuhiro (3 bugs with resolving patches on 08 January 2008)
-TAKAGI Masahiro (manual inaccuracy patched on 08 January 2008)
+Harley Bussell (HTML Runner and Reporter submission)
+Kubo Atsuhiro (3 bugs with resolving patches on 08 January 2008)
+Takagi Masahiro (manual inaccuracy patched on 08 January 2008)
 
 Others
 ======

Modified: trunk/build/build.xml (187 => 188)


--- trunk/build/build.xml	2008-01-11 10:29:37 UTC (rev 187)
+++ trunk/build/build.xml	2008-01-11 10:33:38 UTC (rev 188)
@@ -44,7 +44,7 @@
     <property name="spec.src.default" value="${project.basedir}/.." />
     <property name="spec.src.classpath" value="/src" />
     <property name="spec.name" value="PHPSpec" />
-    <property name="spec.version" value="0.2.1" /> <!-- VERSION FOR EDITING -->
+    <property name="spec.version" value="0.2.2" /> <!-- VERSION FOR EDITING -->
     <property name="spec.stability" value="stable" />
     <property name="spec.svn.baseurl" value="http://phpspec.googlecode.com/svn/" />
     <property name="spec.svn.url" value="${svn.url}/trunk" />
@@ -216,6 +216,12 @@
                 <install as="phpspec.bat" name="scripts/phpspec.bat" />
             </release>
 
+			<changelog version="0.2.2" date="2008-01-11" license="LGPL">
+                * Patched a Predicate issue courtesy of Takagi Masahiro
+				  and Kubo
+				* Added new PCRE regular expression matcher "matches()"
+            </changelog>
+
 			<changelog version="0.2.1" date="2008-01-09" license="LGPL">
                 * Fixes a minor output bug missed in QA for HTML and TEXT
 				  reporters

Modified: trunk/src/PHPSpec/Specification.php (187 => 188)


--- trunk/src/PHPSpec/Specification.php	2008-01-11 10:29:37 UTC (rev 187)
+++ trunk/src/PHPSpec/Specification.php	2008-01-11 10:33:38 UTC (rev 188)
@@ -122,7 +122,7 @@
 
         // check for Matcher references
         $matchers = array(
-            'equal', 'be', 'beEqualTo', 'beAnInstanceOf', 'beGreaterThan', 'beTrue', 'beFalse', 'beEmpty', 'beLessThan', 'beGreaterThanOrEqualTo', 'beLessThanOrEqualTo', 'beSet', 'beNull', 'beOfType', 'beIdenticalTo'
+            'equal', 'be', 'beEqualTo', 'beAnInstanceOf', 'beGreaterThan', 'beTrue', 'beFalse', 'beEmpty', 'beLessThan', 'beGreaterThanOrEqualTo', 'beLessThanOrEqualTo', 'beSet', 'beNull', 'beOfType', 'beIdenticalTo', 'match', 'throw'
         );
         if (in_array($method, $matchers)) {
             $this->setExpectedValue(array_shift($args));
Reply all
Reply to author
Forward
0 new messages