[OpenLayers-Commits] r3130 - sandbox/crschmidt/georss-fixed/tests/Format

commits at openlayers.org commits at openlayers.org
Fri May 4 10:25:49 EDT 2007


Author: crschmidt
Date: 2007-05-04 10:25:48 -0400 (Fri, 04 May 2007)
New Revision: 3130

Modified:
   sandbox/crschmidt/georss-fixed/tests/Format/test_GeoRSS.html
Log:
Fix tests.


Modified: sandbox/crschmidt/georss-fixed/tests/Format/test_GeoRSS.html
===================================================================
--- sandbox/crschmidt/georss-fixed/tests/Format/test_GeoRSS.html	2007-05-04 14:24:42 UTC (rev 3129)
+++ sandbox/crschmidt/georss-fixed/tests/Format/test_GeoRSS.html	2007-05-04 14:25:48 UTC (rev 3130)
@@ -24,7 +24,7 @@
         var l = new OpenLayers.Geometry.LineString([point, point2]);
         var f = new OpenLayers.Feature.Vector(l);
         var data = parser.write([f]);
-        t.eq(data.firstChild.childNodes[2].firstChild.nodeValue, '-111.04 45.68 -112.04 45.68 ', 'GeoRSS serializes a line correctly');
+        t.eq(data.firstChild.childNodes[2].firstChild.nodeValue, '45.68 -111.04 45.68 -112.04 ', 'GeoRSS serializes a line correctly');
     }
     // --> 
     </script> 



More information about the Commits mailing list