[geos-commits] r4133 - branches/3.4/tests/unit/operation/overlay/snap
svn_geos at osgeo.org
svn_geos at osgeo.org
Mon Dec 14 09:25:33 PST 2015
Author: strk
Date: 2015-12-14 09:25:32 -0800 (Mon, 14 Dec 2015)
New Revision: 4133
Modified:
branches/3.4/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp
Log:
Enable a commented-out test (works)
Modified: branches/3.4/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp
===================================================================
--- branches/3.4/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp 2015-12-14 17:25:26 UTC (rev 4132)
+++ branches/3.4/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp 2015-12-14 17:25:32 UTC (rev 4133)
@@ -293,7 +293,6 @@
}
// Test two candidate vertices snaps
-/* The following one fails, I bet in JTS too.. but haven't tested
template<>
template<>
void object::test<8>()
@@ -329,6 +328,5 @@
ensure_equals(ret->operator[](1), src_b);
ensure_equals(ret->operator[](2), src_c);
}
-*/
} // namespace tut
More information about the geos-commits
mailing list