remove test numbers from wfs layer's tests

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5844 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2008-01-23 00:01:58 +00:00
parent 90d8517e73
commit 68a05a7c0d

View File

@@ -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");