From 9f06a1764790f794cd89d03103ebec0054645ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Sun, 4 Mar 2012 22:18:07 +0100 Subject: [PATCH] fix the Protocol/CSW tests in IE, refs #249 --- tests/Protocol/CSW.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Protocol/CSW.html b/tests/Protocol/CSW.html index 11b4b5e997..8c0847c834 100644 --- a/tests/Protocol/CSW.html +++ b/tests/Protocol/CSW.html @@ -6,7 +6,7 @@ function test_initialize(t) { t.plan(3); - var protocol = new OpenLayers.Protocol.CSW({formatOptions: {foo: "bar"},}); + var protocol = new OpenLayers.Protocol.CSW({formatOptions: {foo: "bar"}}); t.ok(protocol instanceof OpenLayers.Protocol.CSW.v2_0_2, "initialize returns instance of default versioned protocol"); var format = protocol.format;