[geos-commits] r2676 - trunk/tests/xmltester/tests
svn_geos at osgeo.org
svn_geos at osgeo.org
Fri Oct 16 11:27:16 EDT 2009
Author: mloskot
Date: 2009-10-16 11:27:16 -0400 (Fri, 16 Oct 2009)
New Revision: 2676
Modified:
trunk/tests/xmltester/tests/fme.xml
Log:
xmltester/tests: missing double quotes around XML attribute value in fme.xml.
Modified: trunk/tests/xmltester/tests/fme.xml
===================================================================
--- trunk/tests/xmltester/tests/fme.xml 2009-10-14 20:42:56 UTC (rev 2675)
+++ trunk/tests/xmltester/tests/fme.xml 2009-10-16 15:27:16 UTC (rev 2676)
@@ -5,7 +5,7 @@
-->
<run>
-<precisionModel type=FLOATING/>
+<precisionModel type="FLOATING"/>
<case>
<desc>Big Bad Nasty buffer</desc>
<a>
More information about the geos-commits
mailing list