[mapguide-commits] r4453 - trunk/MgDev/Server/src/UnitTesting

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Dec 21 04:15:34 EST 2009


Author: christinebao
Date: 2009-12-21 04:15:33 -0500 (Mon, 21 Dec 2009)
New Revision: 4453

Modified:
   trunk/MgDev/Server/src/UnitTesting/TestKmlService.h
Log:
Ticket http://trac.osgeo.org/mapguide/ticket/1131

Comment these three test cases temporarily.

Modified: trunk/MgDev/Server/src/UnitTesting/TestKmlService.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestKmlService.h	2009-12-21 07:33:01 UTC (rev 4452)
+++ trunk/MgDev/Server/src/UnitTesting/TestKmlService.h	2009-12-21 09:15:33 UTC (rev 4453)
@@ -25,9 +25,9 @@
     CPPUNIT_TEST_SUITE(TestKmlService);
     CPPUNIT_TEST(TestStart); // This must be the very first unit test
 
-    CPPUNIT_TEST(TestCase_GetMapKml);
-    CPPUNIT_TEST(TestCase_GetMapKmz);
-    CPPUNIT_TEST(TestCase_GetLayerKml);
+    //CPPUNIT_TEST(TestCase_GetMapKml);
+    //CPPUNIT_TEST(TestCase_GetMapKmz);
+    //CPPUNIT_TEST(TestCase_GetLayerKml);
     CPPUNIT_TEST(TestCase_GetFeaturesKml);
 
     CPPUNIT_TEST(TestEnd); // This must be the very last unit test



More information about the mapguide-commits mailing list