[OpenLayers-Commits] r12076 - sandbox/bartvde/wps/openlayers/tests/Format

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed Jun 8 10:58:42 EDT 2011


Author: bartvde
Date: 2011-06-08 07:58:41 -0700 (Wed, 08 Jun 2011)
New Revision: 12076

Modified:
   sandbox/bartvde/wps/openlayers/tests/Format/WPSDescribeProcess.html
Log:
missing semi-colon

Modified: sandbox/bartvde/wps/openlayers/tests/Format/WPSDescribeProcess.html
===================================================================
--- sandbox/bartvde/wps/openlayers/tests/Format/WPSDescribeProcess.html	2011-06-08 14:49:34 UTC (rev 12075)
+++ sandbox/bartvde/wps/openlayers/tests/Format/WPSDescribeProcess.html	2011-06-08 14:58:41 UTC (rev 12076)
@@ -111,7 +111,7 @@
 '            </Output>' +
 '        </ProcessOutputs>' +
 '    </ProcessDescription>' +
-'</wps:ProcessDescriptions>'
+'</wps:ProcessDescriptions>';
 
         var res = parser.read(text);
         var buffer = res.processDescriptions["JTS:buffer"];



More information about the Commits mailing list