[geos-commits] r2684 - in trunk: . build/msvc90/geos_xmltester tests/xmltester/tests

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Oct 19 09:38:37 EDT 2009


Author: mloskot
Date: 2009-10-19 09:38:36 -0400 (Mon, 19 Oct 2009)
New Revision: 2684

Modified:
   trunk/ChangeLog
   trunk/build/msvc90/geos_xmltester/geos_xmltester.vcproj
   trunk/tests/xmltester/tests/buffer_snapround.xml
Log:
tests/xmltester/tests/buffer_snapround.xml: not well-formed XML, fixed missing attribute.

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-10-17 14:47:00 UTC (rev 2683)
+++ trunk/ChangeLog	2009-10-19 13:38:36 UTC (rev 2684)
@@ -1,3 +1,8 @@
+2009-10-19 14:47  Mateusz Loskot <mateusz at loskot.net>
+
+	* [r2684] tests/xmltester/tests/buffer_snapround.xml: not well-formed XML,
+	  fixed missing attribute.
+
 2009-10-16 15:27  Mateusz Loskot <mateusz at loskot.net>
 
 	* [r2676] tests/xmltester/tests/fme.xml: xmltester/tests: missing

Modified: trunk/build/msvc90/geos_xmltester/geos_xmltester.vcproj
===================================================================
--- trunk/build/msvc90/geos_xmltester/geos_xmltester.vcproj	2009-10-17 14:47:00 UTC (rev 2683)
+++ trunk/build/msvc90/geos_xmltester/geos_xmltester.vcproj	2009-10-19 13:38:36 UTC (rev 2684)
@@ -91,7 +91,6 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
-				Description=""
 				CommandLine=""
 			/>
 		</Configuration>
@@ -168,7 +167,6 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
-				Description=""
 				CommandLine=""
 			/>
 		</Configuration>
@@ -493,10 +491,6 @@
 			>
 		</File>
 		<File
-			RelativePath="..\..\..\tests\xmltester\testrunner.bat"
-			>
-		</File>
-		<File
 			RelativePath="..\..\..\tests\xmltester\XMLTester.cpp"
 			>
 		</File>

Modified: trunk/tests/xmltester/tests/buffer_snapround.xml
===================================================================
--- trunk/tests/xmltester/tests/buffer_snapround.xml	2009-10-17 14:47:00 UTC (rev 2683)
+++ trunk/tests/xmltester/tests/buffer_snapround.xml	2009-10-19 13:38:36 UTC (rev 2684)
@@ -1,5 +1,5 @@
 <run>
-<precisionModel FLOATING />
+<precisionModel type="FLOATING" />
 <case><desc>Case #</desc>
 <a>
 MULTILINESTRING (  



More information about the geos-commits mailing list