]> granicus.if.org Git - postgis/commitdiff
Remove double call of flip test.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 2 Nov 2012 18:02:19 +0000 (18:02 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 2 Nov 2012 18:02:19 +0000 (18:02 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10624 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/cu_libgeom.c

index 5e41f44024b22d0e17f45a7ef505e8d688704fd5..512659d4315becc61819af4cba6d45a9c0f8abc7 100644 (file)
@@ -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};