From 2613ccb5046c5562a244063d077891bbeeb6d010 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Tue, 23 Apr 2013 13:17:53 +0200 Subject: [PATCH] fix WMSDescribeLayer format exception test case in IE9 and IE10 (see #948) --- tests/Format/WMSDescribeLayer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Format/WMSDescribeLayer.html b/tests/Format/WMSDescribeLayer.html index 939bfe1d8f..7a53269109 100644 --- a/tests/Format/WMSDescribeLayer.html +++ b/tests/Format/WMSDescribeLayer.html @@ -49,8 +49,8 @@ function test_read_exception(t) { t.plan(1); var text = '' + - '' + - ' ' + + '' + + ' ' + 'geonode:_map_107_annotations: no such layer on this server' + ''; var format = new OpenLayers.Format.WMSDescribeLayer();