From aa30fe25f4348b7ab60d40181f5f9a3ab4376390 Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Thu, 22 Mar 2007 19:25:28 +0000 Subject: [PATCH] Undo r2851 and reinstate r2842. I think I had a cached test in my browser. Double oops. git-svn-id: http://svn.openlayers.org/trunk/openlayers@2856 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Layer/test_TMS.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Layer/test_TMS.html b/tests/Layer/test_TMS.html index 0b1e5c1923..134d89e7a2 100644 --- a/tests/Layer/test_TMS.html +++ b/tests/Layer/test_TMS.html @@ -118,7 +118,7 @@ layer.url = ["http://tilecache1/", "http://tilecache2/", "http://tilecache3/"]; tileurl = layer.getURL(new OpenLayers.Bounds(3.515625,45,4.21875,45.703125)); - t.eq(tileurl, "http://tilecache2/1.0.0/basic/9/261/192.png", "Tile URL is deterministic"); + t.eq(tileurl, "http://tilecache1/1.0.0/basic/9/261/192.png", "Tile URL is deterministic"); } function test_11_Layer_TMS_setMap(t) {