You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jb...@apache.org on 2010/06/12 21:42:38 UTC

svn commit: r954120 - /commons/sandbox/gsoc/2010/scxml-js/trunk/build.js

Author: jbeard
Date: Sat Jun 12 19:42:38 2010
New Revision: 954120

URL: http://svn.apache.org/viewvc?rev=954120&view=rev
Log:
All unit tests turned on in build.js again. Everything passes.

Modified:
    commons/sandbox/gsoc/2010/scxml-js/trunk/build.js

Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/build.js
URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/build.js?rev=954120&r1=954119&r2=954120&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/trunk/build.js (original)
+++ commons/sandbox/gsoc/2010/scxml-js/trunk/build.js Sat Jun 12 19:42:38 2010
@@ -64,15 +64,15 @@ require.def("build",
 				"Safari" : { host:"localhost", port:4444, browser:"*safari" , ie: false},
 				//FIXME: selenium is unhappy with opera
 				//"Opera" : { host:"localhost", port:4444, browser:"*opera" , ie: false},
-				//"IE" : { host:"localhost", port:4444, browser:"*iexplore", ie:true },
+				"IE" : { host:"localhost", port:4444, browser:"*iexplore", ie:true },
 				"Chrome" : { host:"localhost", port:4444, browser:"*googlechrome", ie:false }
 			}
 
 			//paths to all of the SCXML files we want to compile
 			var scxmlTests = {
 				KitchenSink :"test/kitchen_sink/KitchenSink.xml",
-				//KitchenSink_performance :"test/kitchen_sink/KitchenSink_performance.xml",
-				//KitchenSink_executableContent :"test/kitchen_sink/KitchenSink_executableContent.xml"
+				KitchenSink_performance :"test/kitchen_sink/KitchenSink_performance.xml",
+				KitchenSink_executableContent :"test/kitchen_sink/KitchenSink_executableContent.xml"
 			}
 
 
@@ -89,12 +89,10 @@ require.def("build",
 					path : "test/kitchen_sink/scripts/unitTest.js",
 					scxmlTest : scxmlTests.KitchenSink		//back-link
 				},
-				/*
 				{ 
 					path : "test/kitchen_sink/scripts/unitTest_executableContent.js",
 					scxmlTest : scxmlTests.KitchenSink_executableContent		//back-link
 				}
-				*/
 				
 			]