From b31101d7f7bbd40b1d3a730b2edd76bbb2730496 Mon Sep 17 00:00:00 2001 From: euzuro Date: Sun, 15 Jul 2007 22:31:55 +0000 Subject: [PATCH] shame on both of us for submitting, reviewing, and committing this patch without running tests. git-svn-id: http://svn.openlayers.org/trunk/openlayers@3754 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Layer/test_Grid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Layer/test_Grid.html b/tests/Layer/test_Grid.html index 8928b045e3..c0507f667d 100644 --- a/tests/Layer/test_Grid.html +++ b/tests/Layer/test_Grid.html @@ -91,7 +91,7 @@ function test_04_Layer_Grid_getTilesBounds(t) { - t.plan( 3 ); + t.plan( 4 ); layer = new OpenLayers.Layer.WMS(name, url, params);