From 799b7a2df3a3f5484cb28963ae15f86d4cdca51d Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 23 Aug 2007 13:37:04 +0000 Subject: [PATCH] remove unneccesary bounds git-svn-id: http://svn.openlayers.org/trunk/openlayers@3991 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Geometry/test_Point.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Geometry/test_Point.html b/tests/Geometry/test_Point.html index 5b7301dcfb..1be5ae439a 100644 --- a/tests/Geometry/test_Point.html +++ b/tests/Geometry/test_Point.html @@ -59,7 +59,6 @@ var x = 10; var y = 20; point = new OpenLayers.Geometry.Point(x, y); - bounds = point.getBounds(); t.eq(point.toString(), "POINT(" + x + " " + y + ")", "toString() returns WKT" );