You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2009/07/13 00:40:42 UTC

svn commit: r793423 - /commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/model/ModelTestSuite.java

Author: rahul
Date: Sun Jul 12 22:40:41 2009
New Revision: 793423

URL: http://svn.apache.org/viewvc?rev=793423&view=rev
Log:
Wire in the <script> tests.

Modified:
    commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/model/ModelTestSuite.java

Modified: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/model/ModelTestSuite.java
URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/model/ModelTestSuite.java?rev=793423&r1=793422&r2=793423&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/model/ModelTestSuite.java (original)
+++ commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/model/ModelTestSuite.java Sun Jul 12 22:40:41 2009
@@ -56,6 +56,7 @@
         suite.addTest(HistoryTest.suite());
         suite.addTest(ParallelTest.suite());
         suite.addTest(PathTest.suite());
+        suite.addTest(ScriptTest.suite());
         suite.addTest(StateTest.suite());
         suite.addTest(StatelessModelTest.suite());
         suite.addTest(TransitionTest.suite());