zoe Sun Apr 19 16:17:00 2009 UTC
Modified files:
/phpruntests/src/testgroup rtPhpTestGroup.php
Log:
Fixing test name for BORKed tests
http://cvs.php.net/viewvc.cgi/phpruntests/src/testgroup/rtPhpTestGroup.php?r1=1.1.1.1&r2=1.2&diff_format=u
Index: phpruntests/src/testgroup/rtPhpTestGroup.php
diff -u phpruntests/src/testgroup/rtPhpTestGroup.php:1.1.1.1
phpruntests/src/testgroup/rtPhpTestGroup.php:1.2
--- phpruntests/src/testgroup/rtPhpTestGroup.php:1.1.1.1 Wed Apr 15
16:30:20 2009
+++ phpruntests/src/testgroup/rtPhpTestGroup.php Sun Apr 19 16:17:00 2009
@@ -37,12 +37,10 @@
$testFile->normaliseLineEndings();
if($testFile->arePreconditionsMet() ) {
-
-
//Create a new test case
$this->testCases[] = new rtPhpTest($testFile->getContents(),
$testFile->getTestName(), $testFile->getSectionHeadings(), $runConfiguration);
} else {
- $this->results[] = new rtTestResults(null,
$testFile->getExitMessage(), $testName);
+ $this->results[] = new rtTestResults(null,
$testFile->getExitMessage(), $testFile->getTestName());
}
}
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php