[OpenLayers-Commits] r2317 - sandbox/vector-2.4/tests/Layer

commits at openlayers.org commits at openlayers.org
Mon Mar 5 12:13:12 EST 2007


Author: euzuro
Date: 2007-03-05 12:13:11 -0500 (Mon, 05 Mar 2007)
New Revision: 2317

Modified:
   sandbox/vector-2.4/tests/Layer/test_Google.html
Log:
fix last little google test bug

Modified: sandbox/vector-2.4/tests/Layer/test_Google.html
===================================================================
--- sandbox/vector-2.4/tests/Layer/test_Google.html	2007-03-05 17:11:49 UTC (rev 2316)
+++ sandbox/vector-2.4/tests/Layer/test_Google.html	2007-03-05 17:13:11 UTC (rev 2317)
@@ -19,7 +19,7 @@
 
         t.eq( layer.name, "Goog Layer", "layer.name is correct" );
 
-        t.ok ( layer.gmap != null, "GMap2 Object correctly loaded");
+        t.ok ( layer.mapObject != null, "GMap2 Object correctly loaded");
     }
 
     function test_02_Layer_Google_isBaseLayer (t) {



More information about the Commits mailing list