[fdo-commits] r215 - branches/3.2.x/Providers/SHP/Src/UnitTest
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Tue Mar 13 22:04:54 EDT 2007
Author: jacklee
Date: 2007-03-13 22:04:50 -0400 (Tue, 13 Mar 2007)
New Revision: 215
Modified:
branches/3.2.x/Providers/SHP/Src/UnitTest/InsertTests.cpp
Log:
Disable InsertTests::insert_geometry_point_xym on Linux
Modified: branches/3.2.x/Providers/SHP/Src/UnitTest/InsertTests.cpp
===================================================================
--- branches/3.2.x/Providers/SHP/Src/UnitTest/InsertTests.cpp 2007-03-12 16:39:27 UTC (rev 214)
+++ branches/3.2.x/Providers/SHP/Src/UnitTest/InsertTests.cpp 2007-03-14 02:04:50 UTC (rev 215)
@@ -816,6 +816,7 @@
void InsertTests::insert_geometry_point_xym ()
{
+#ifdef _WIN32
try
{
create_schema (FdoGeometricType_Point, false, true);
@@ -923,6 +924,9 @@
{
TestCommonFail (ge);
}
+#else
+ CPPUNIT_FAIL("InsertTests::insert_geometry_point_xym disable");
+#endif
}
void InsertTests::insert_geometry_point_xyzm ()
More information about the fdo-commits
mailing list