[geos-commits] [SCM] GEOS branch 3.7 updated. db3e7a7350e29b96255e34295f8771dd3fb80eee
git at osgeo.org
git at osgeo.org
Sun Sep 2 17:04:13 PDT 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, 3.7 has been updated
via db3e7a7350e29b96255e34295f8771dd3fb80eee (commit)
from 9ab043f7b851308240f603291409bea4be9e20c8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit db3e7a7350e29b96255e34295f8771dd3fb80eee
Author: Regina Obe <lr at pcorp.us>
Date: Sun Sep 2 20:04:13 2018 -0400
Take out failing test on FreeBSD/macOS Clang. References #894
Will revisit in 3.8
diff --git a/tests/unit/capi/GEOSGeomFromWKBTest.cpp b/tests/unit/capi/GEOSGeomFromWKBTest.cpp
index e431648..bc5298f 100644
--- a/tests/unit/capi/GEOSGeomFromWKBTest.cpp
+++ b/tests/unit/capi/GEOSGeomFromWKBTest.cpp
@@ -81,20 +81,19 @@ namespace tut
//
// Test Cases
//
-
- template<>
+ /** TODO: Put this back after
+ * We figure out why it fails on some Clang platforms
+ * See https://trac.osgeo.org/geos/ticket/894 for details
+ * */
+/* template<>
template<>
void object::test<1>()
{
// POINT(1.234 5.678)
std::string wkt("POINT (1.234 5.678)");
std::string wkb("01010000005839B4C876BEF33F83C0CAA145B61640");
- /** TODO: Put this back after
- * We figure out why it fails on some Clang platforms
- * See https://trac.osgeo.org/geos/ticket/894 for details
- * */
- //test_wkb(wkb, wkt);
- }
+ test_wkb(wkb, wkt);
+ } */
template<>
template<>
-----------------------------------------------------------------------
Summary of changes:
tests/unit/capi/GEOSGeomFromWKBTest.cpp | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list