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

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


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

Modified:
   trunk/openlayers/tests/Format/WPSExecute.html
Log:
remove trailing comma in tests, see #3393 non-functional change

Modified: trunk/openlayers/tests/Format/WPSExecute.html
===================================================================
--- trunk/openlayers/tests/Format/WPSExecute.html	2011-06-30 07:17:29 UTC (rev 12141)
+++ trunk/openlayers/tests/Format/WPSExecute.html	2011-06-30 07:40:55 UTC (rev 12142)
@@ -69,7 +69,7 @@
                                 boundingBox: {
                                     projection: 'http://www.opengis.net/gml/srs/epsg.xml#404000',
                                     bounds: new OpenLayers.Bounds(0.0, -7070.0, 10647.0, 1.0)
-                                },
+                                }
                             },
                             output: {format: 'image/tiff'}
                         }



More information about the Commits mailing list