From 68a05a7c0df4594673640cb55a2ed1e197a2e35d Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 23 Jan 2008 00:01:58 +0000 Subject: [PATCH] remove test numbers from wfs layer's tests git-svn-id: http://svn.openlayers.org/trunk/openlayers@5844 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Layer/test_WFS.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Layer/test_WFS.html b/tests/Layer/test_WFS.html index 49b02f2f46..3d6a96f7a8 100644 --- a/tests/Layer/test_WFS.html +++ b/tests/Layer/test_WFS.html @@ -5,7 +5,7 @@ var name = "Vector Layer"; - function test_01_Layer_WFS_constructor(t) { + function test_Layer_WFS_constructor(t) { t.plan(3); var layer = new OpenLayers.Layer.WFS(name, "url", {}); @@ -14,7 +14,7 @@ t.ok(layer.renderer.CLASS_NAME, "layer has a renderer"); } - function test_02_Layer_WFS_mapresizevector(t) { + function test_Layer_WFS_mapresizevector(t) { t.plan(2); var map = new OpenLayers.Map("map");