From 5bb0a3087ec6e75c304dedc4f3acaa16741ecb7d Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Wed, 21 Mar 2007 22:05:29 +0000 Subject: [PATCH] Correct failure in TMS tests. git-svn-id: http://svn.openlayers.org/trunk/openlayers@2842 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) {