From fe4ae239d589b248080b73f3714f3dd06f944954 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 5 Oct 2006 05:51:15 +0000 Subject: [PATCH] numbering git-svn-id: http://svn.openlayers.org/trunk/openlayers@1583 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/test_Control_Permalink.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_Control_Permalink.html b/tests/test_Control_Permalink.html index d98fd532a8..caae86cc89 100644 --- a/tests/test_Control_Permalink.html +++ b/tests/test_Control_Permalink.html @@ -40,7 +40,7 @@ $('edit_permalink').href = './edit.html?lat=0&lon=1.75781&zoom=2'; t.eq($('permalink').href, $('edit_permalink').href, "Panning sets permalink with base"); } - function test_03_Control_Permalink_noElement (t) { + function test_04_Control_Permalink_noElement (t) { t.plan( 2 ); control = new OpenLayers.Control.Permalink( ); t.ok( control instanceof OpenLayers.Control.Permalink, "new OpenLayers.Control returns object" );