From: Paul Ramsey Date: Fri, 2 Nov 2012 18:02:19 +0000 (+0000) Subject: Remove double call of flip test. X-Git-Tag: 2.1.0beta2~428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a64f2cb4fd05b9aba7a7ef02c3649ac232f0c19a;p=postgis Remove double call of flip test. git-svn-id: http://svn.osgeo.org/postgis/trunk@10624 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/cunit/cu_libgeom.c b/liblwgeom/cunit/cu_libgeom.c index 5e41f4402..512659d43 100644 --- a/liblwgeom/cunit/cu_libgeom.c +++ b/liblwgeom/cunit/cu_libgeom.c @@ -911,7 +911,6 @@ CU_TestInfo libgeom_tests[] = PG_TEST(test_lwgeom_calculate_gbox), PG_TEST(test_lwgeom_is_empty), PG_TEST(test_lwgeom_same), - PG_TEST(test_lwgeom_flip_coordinates), CU_TEST_INFO_NULL }; CU_SuiteInfo libgeom_suite = {"libgeom", NULL, NULL, libgeom_tests};