From: Paul Ramsey Date: Wed, 30 Sep 2009 17:12:23 +0000 (+0000) Subject: Whoops, make sure we test all our test cases. X-Git-Tag: 1.5.0b1~450 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9772fdd2e58a1575df1d5525bcbb3b885475109;p=postgis Whoops, make sure we test all our test cases. git-svn-id: http://svn.osgeo.org/postgis/trunk@4560 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/cunit/cu_geodetic.c b/liblwgeom/cunit/cu_geodetic.c index d1417914c..6c4b71169 100644 --- a/liblwgeom/cunit/cu_geodetic.c +++ b/liblwgeom/cunit/cu_geodetic.c @@ -198,7 +198,7 @@ void test_gserialized_get_gbox_geocentric(void) for ( i = 0; i < gbox_data_length; i++ ) { - if ( i != 0 ) continue; /* skip our bad case */ +// if ( i != 0 ) continue; /* skip our bad case */ #define CU_PRINT 0 #if CU_PRINT printf("\n\n------------\n");