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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jul 7 21:45:44 EDT 2011


Author: hubu
Date: 2011-07-07 18:45:44 -0700 (Thu, 07 Jul 2011)
New Revision: 5982

Modified:
   trunk/MgDev/Server/src/UnitTesting/TestFeatureService.cpp
Log:
Ticket #1737
On behalf of Sam Wang.
Fix Linux Build.

Modified: trunk/MgDev/Server/src/UnitTesting/TestFeatureService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestFeatureService.cpp	2011-07-07 01:58:20 UTC (rev 5981)
+++ trunk/MgDev/Server/src/UnitTesting/TestFeatureService.cpp	2011-07-08 01:45:44 UTC (rev 5982)
@@ -105,6 +105,7 @@
             STRING resourceContentFileName4 = L"../UnitTestFiles/Sheboygan_VotingDistricts.FeatureSource";
             STRING resourceContentFileName5 = L"../UnitTestFiles/TESTChainedInner1ToManyJoin.FeatureSource";
             STRING resourceContentFileName6 = L"../UnitTestFiles/Empty.FeatureSource";
+            STRING resourceContentFileName7 = L"../UnitTestFiles/SavePointTest.FeatureSource";
             STRING dataFileName1 = L"../UnitTestFiles/Sheboygan_Parcels.sdf";
             STRING dataFileName2 = L"../UnitTestFiles/Redding_Parcels.shp";
             STRING dataFileName3 = L"../UnitTestFiles/Redding_Parcels.dbf";



More information about the mapguide-commits mailing list