[jboss-svn-commits] JBL Code SVN: r11881 - labs/jbossrules/trunk/experimental/drools-testing/src/org/drools/testing/core/engine.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed May 16 07:15:54 EDT 2007
Author: mshaw
Date: 2007-05-16 07:15:54 -0400 (Wed, 16 May 2007)
New Revision: 11881
Modified:
labs/jbossrules/trunk/experimental/drools-testing/src/org/drools/testing/core/engine/TestRunner.java
Log:
Modified: labs/jbossrules/trunk/experimental/drools-testing/src/org/drools/testing/core/engine/TestRunner.java
===================================================================
--- labs/jbossrules/trunk/experimental/drools-testing/src/org/drools/testing/core/engine/TestRunner.java 2007-05-16 11:02:14 UTC (rev 11880)
+++ labs/jbossrules/trunk/experimental/drools-testing/src/org/drools/testing/core/engine/TestRunner.java 2007-05-16 11:15:54 UTC (rev 11881)
@@ -12,6 +12,8 @@
*
* This class relies on the underlying testing model and will return
* results reflected in the model by the test scenarios.
+ *
+ * (c) Matt Shaw
*/
public class TestRunner {
@@ -23,7 +25,7 @@
/**
* The run method is invoked by the client and returns true if test
- * was run successfully and false otherwise.
+ * was successfull and false otherwise.
*
* @return boolean
* @throws RuleTestLanguageException
@@ -31,6 +33,7 @@
public boolean run () throws RuleTestLanguageException {
+
return true;
}
}
More information about the jboss-svn-commits
mailing list