[mapguide-commits] r1184 - trunk/MgDev/Server/src/UnitTesting
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu Mar 8 16:12:48 EST 2007
Author: chrisclaydon
Date: 2007-03-08 16:12:48 -0500 (Thu, 08 Mar 2007)
New Revision: 1184
Modified:
trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp
Log:
Add "KmlService" to list of available unit test categories
Modified: trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp 2007-03-08 21:09:41 UTC (rev 1183)
+++ trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp 2007-03-08 21:12:48 UTC (rev 1184)
@@ -78,6 +78,7 @@
ACE_OS::printf(" ServiceManager\n");
ACE_OS::printf(" SiteService\n");
ACE_OS::printf(" SiteManager\n");
+ ACE_OS::printf(" KmlService\n");
ACE_OS::printf("\n");
bRunTests = false;
More information about the mapguide-commits
mailing list