[OpenLayers-Commits] r11526 - in sandbox/ahocevar/layercontainer: . tests

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Fri Feb 25 11:15:17 EST 2011


Author: ahocevar
Date: 2011-02-25 08:15:16 -0800 (Fri, 25 Feb 2011)
New Revision: 11526

Modified:
   sandbox/ahocevar/layercontainer/
   sandbox/ahocevar/layercontainer/tests/run-tests.html
Log:
reverting accidental commit


Property changes on: sandbox/ahocevar/layercontainer
___________________________________________________________________
Modified: svn:mergeinfo
   - /sandbox/roberthl/openlayers:9745-9748
/trunk/openlayers:11266-11374,11376-11383,11385-11397,11400-11413,11415-11446,11448-11486,11489-11492,11494-11511,11513-11517
   + /sandbox/roberthl/openlayers:9745-9748
/trunk/openlayers:11266-11374,11376-11383,11385-11397,11400-11413,11415-11446,11448-11486,11489-11492,11494-11511,11513-11517,11520

Modified: sandbox/ahocevar/layercontainer/tests/run-tests.html
===================================================================
--- sandbox/ahocevar/layercontainer/tests/run-tests.html	2011-02-25 16:14:57 UTC (rev 11525)
+++ sandbox/ahocevar/layercontainer/tests/run-tests.html	2011-02-25 16:15:16 UTC (rev 11526)
@@ -981,11 +981,11 @@
 		Test.AnotherWay._update_msg_counter( test_page.wait_msg, (1+test_page.test_object_i)+"/"+test_page.test_objects.length );
 		var o=test_page.test_objects[test_page.test_object_i];
 		if( test_page.convention=="anotherway" ) {
-			//try {
+			try {
 				Test.AnotherWay._g_test_iframe[o.name]( o );
-			/*}catch( e ) {
+			}catch( e ) {
 				Test.AnotherWay._handle_exception( o, e, "" );
-			}*/
+			}
 		} // for "jsan" convention, test has run already
 		if( o.delay_actions.length>0 || o.wait_result_milliseconds>0 ) {
 			o.delay_total_milliseconds_left+=o.wait_result_milliseconds;



More information about the Commits mailing list