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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Jun 15 01:05:30 PDT 2012


Author: liuar
Date: 2012-06-15 01:05:29 -0700 (Fri, 15 Jun 2012)
New Revision: 6769

Modified:
   trunk/MgDev/Server/src/UnitTesting/TestMisc.cpp
Log:
Fix the Unittest Debug build fail caused by missing FdoConnectionManager.h in TestMisc.cpp

Modified: trunk/MgDev/Server/src/UnitTesting/TestMisc.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestMisc.cpp	2012-06-14 16:06:22 UTC (rev 6768)
+++ trunk/MgDev/Server/src/UnitTesting/TestMisc.cpp	2012-06-15 08:05:29 UTC (rev 6769)
@@ -22,6 +22,8 @@
 #include "ServerSiteService.h"
 #include "../UnitTesting/CppUnitExtensions.h"
 #include "FoundationDefs.h"
+#include "FdoConnectionManager.h"
+
 const STRING TEST_LOCALE = L"en";
 
 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(TestMisc, "TestMisc");



More information about the mapguide-commits mailing list