[geos-commits] r2632 - trunk/tests/xmltester

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Sep 28 06:10:24 EDT 2009


Author: strk
Date: 2009-09-28 06:10:23 -0400 (Mon, 28 Sep 2009)
New Revision: 2632

Modified:
   trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp
Log:
Oops, it seems I just don't want a test to fail ;)

Modified: trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp
===================================================================
--- trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp	2009-09-28 10:09:04 UTC (rev 2631)
+++ trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp	2009-09-28 10:10:23 UTC (rev 2632)
@@ -47,7 +47,7 @@
 	if (aEmpty || eEmpty)
 	{
 std::cerr << "isBufferResultMatch failed (one empty and one not)" << std::endl;
-		return true;
+		return false;
 	}
 
 	if (! isBoundaryHausdorffDistanceInTolerance(actualBuffer,



More information about the geos-commits mailing list