From 0fc0112e079ecd15cf0e8c76842168db562a10ff Mon Sep 17 00:00:00 2001 From: pgiraud Date: Wed, 27 Feb 2008 08:46:44 +0000 Subject: [PATCH] remove extra comma, IE was complaining tests don't seem to pass under IE though git-svn-id: http://svn.openlayers.org/trunk/openlayers@6383 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Layer/test_MapGuide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Layer/test_MapGuide.html b/tests/Layer/test_MapGuide.html index 264ef7b757..a9351648f9 100644 --- a/tests/Layer/test_MapGuide.html +++ b/tests/Layer/test_MapGuide.html @@ -12,10 +12,10 @@ var url = "http://demo01.dmsolutions.ca/mapguide/mapagent/mapagent.fcgi"; var paramsTiled = { mapdefinition: 'Library://Samples/Gmap/Maps/gmapTiled.MapDefinition', - basemaplayergroupname: "BaseLayerGroup", + basemaplayergroupname: "BaseLayerGroup" } var paramsUntiled = { - mapdefinition: 'Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition', + mapdefinition: 'Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition' }; function test_01_Layer_MapGuide_untiled_constructor (t) {