[OpenLayers-Commits] r12143 - trunk/openlayers/tests/Format

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Jun 30 03:45:56 EDT 2011


Author: bartvde
Date: 2011-06-30 00:45:55 -0700 (Thu, 30 Jun 2011)
New Revision: 12143

Modified:
   trunk/openlayers/tests/Format/WPSExecute.html
Log:
WPSExecute tests are failing in IE8, the other issue was xsi:schemaLocation values in some of the XML snippets containing a TAB, non-functional change (closes #3393)

Modified: trunk/openlayers/tests/Format/WPSExecute.html
===================================================================
--- trunk/openlayers/tests/Format/WPSExecute.html	2011-06-30 07:40:55 UTC (rev 12142)
+++ trunk/openlayers/tests/Format/WPSExecute.html	2011-06-30 07:45:55 UTC (rev 12143)
@@ -206,8 +206,7 @@
         // example request taken from: http://geoprocessing.info/wpsdoc/1x0ExecutePOST
         var expected = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>' +
 '<wps:Execute service="WPS" version="1.0.0" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" ' +
-'xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0' +
-'	http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd">' +
+'xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd">' +
 '	<ows:Identifier>Buffer</ows:Identifier>' +
 '	<wps:DataInputs>' +
 '		<wps:Input>' +
@@ -262,8 +261,7 @@
         // taken from http://geoprocessing.info/schemas/wps/1.0/examples/51_wpsExecute_request_ResponseDocument.xml
         var expected = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>' +
 '<wps:Execute service="WPS" version="1.0.0" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" ' +
-'xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0' +
-'	http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd">' +
+'xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd">' +
 '	<ows:Identifier>Buffer</ows:Identifier>' +
 '	<wps:DataInputs>' +
 '		<wps:Input>' +
@@ -328,8 +326,7 @@
         // taken from http://geoprocessing.info/schemas/wps/1.0/examples/52_wpsExecute_request_ResponseDocument.xml
         var expected = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>' +
 '<wps:Execute service="WPS" version="1.0.0" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" ' +
-'xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0' +
-'	http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd">' +
+'xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd">' +
 '	<ows:Identifier>Buffer</ows:Identifier>' +
 '	<wps:DataInputs>' +
 '		<wps:Input>' +
@@ -401,8 +398,7 @@
             // taken from http://geoprocessing.info/schemas/wps/1.0/examples/51_wpsExecute_request_ResponseDocument.xml
             var expected = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>' +
     '<wps:Execute service="WPS" version="1.0.0" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" ' +
-    'xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0' +
-    '	http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd">' +
+    'xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd">' +
     '	<ows:Identifier>Buffer</ows:Identifier>' +
     '	<wps:DataInputs>' +
     '		<wps:Input>' +



More information about the Commits mailing list