zoe Sat Apr 25 14:32:44 2009 UTC
Modified files:
/phpruntests/tests/testcase/preconditions
rtIsSectionImplementedTest.php
Log:
Missing full stop in test
http://cvs.php.net/viewvc.cgi/phpruntests/tests/testcase/preconditions/rtIsSectionImplementedTest.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/tests/testcase/preconditions/rtIsSectionImplementedTest.php
diff -u
phpruntests/tests/testcase/preconditions/rtIsSectionImplementedTest.php:1.2
phpruntests/tests/testcase/preconditions/rtIsSectionImplementedTest.php:1.3
--- phpruntests/tests/testcase/preconditions/rtIsSectionImplementedTest.php:1.2
Fri Apr 24 09:42:02 2009
+++ phpruntests/tests/testcase/preconditions/rtIsSectionImplementedTest.php
Sat Apr 25 14:32:44 2009
@@ -18,7 +18,7 @@
$precondition = new rtIsSectionImplemented();
$test = array('UEXPECT', 'FILE');
- $this->assertEquals("The test contains a section which is not
implemented yet", trim($precondition->getMessage()));
+ $this->assertEquals("The test contains a section which is not
implemented yet.", trim($precondition->getMessage()));
$this->assertFalse($precondition->isMet($test));
}
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php