[OpenLayers-Commits] r2385 - sandbox/vector-2.4/tests/Geometry

commits at openlayers.org commits at openlayers.org
Tue Mar 6 11:47:31 EST 2007


Author: euzuro
Date: 2007-03-06 11:47:30 -0500 (Tue, 06 Mar 2007)
New Revision: 2385

Modified:
   sandbox/vector-2.4/tests/Geometry/test_Polygon.html
Log:
remove alert

Modified: sandbox/vector-2.4/tests/Geometry/test_Polygon.html
===================================================================
--- sandbox/vector-2.4/tests/Geometry/test_Polygon.html	2007-03-06 16:25:39 UTC (rev 2384)
+++ sandbox/vector-2.4/tests/Geometry/test_Polygon.html	2007-03-06 16:47:30 UTC (rev 2385)
@@ -18,7 +18,6 @@
 
     function test_01a_Polygon_constructor (t) {
         t.plan( 3 );
-        alert("test");
         polygon = new OpenLayers.Geometry.Polygon([linearRing]);
         t.ok( polygon instanceof OpenLayers.Geometry.Polygon, "new OpenLayers.Geometry.Polygon returns polygon object" );
         t.eq( polygon.CLASS_NAME, "OpenLayers.Geometry.Polygon", "polygon.CLASS_NAME is set correctly");



More information about the Commits mailing list