Author: jbeard
Date: Sat Jun 26 01:50:42 2010
New Revision: 958165

URL: http://svn.apache.org/viewvc?rev=958165&view=rev
Log:
All tests are working. Ready to merge back into trunk.

Modified:
    commons/sandbox/gsoc/2010/scxml-js/branches/core-module.SCXML-137/build.js

Modified: 
commons/sandbox/gsoc/2010/scxml-js/branches/core-module.SCXML-137/build.js
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/branches/core-module.SCXML-137/build.js?rev=958165&r1=958164&r2=958165&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/branches/core-module.SCXML-137/build.js 
(original)
+++ commons/sandbox/gsoc/2010/scxml-js/branches/core-module.SCXML-137/build.js 
Sat Jun 26 01:50:42 2010
@@ -56,8 +56,8 @@ require.def("build",
                        //enums
                        //we keep backward links of these
                        var backends = {
-                               //"switch" : true,
-                               //"table" : true,
+                               "switch" : true,
+                               "table" : true,
                                "state" : true
                        }
 
@@ -107,7 +107,7 @@ require.def("build",
                                        "test/kitchen_sink/scripts/unitTest",
                                        
"test/kitchen_sink/scripts/unitTest_executableContent",
                                        
"test/conditional_transition/scripts/unitTest",
-                                       
"test/conditional_transition/scripts/unitTest",
+                                       
"test/conditional_transition/scripts/unitTest"
                        ]
 
                        //gets populated at run-time


Reply via email to