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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 27 05:32:07 PST 2015


Author: jng
Date: 2015-01-27 05:32:07 -0800 (Tue, 27 Jan 2015)
New Revision: 8519

Modified:
   trunk/MgDev/Server/src/UnitTesting/TestCoordinateSystem.cpp
Log:
#2531: Missed a part.

Modified: trunk/MgDev/Server/src/UnitTesting/TestCoordinateSystem.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestCoordinateSystem.cpp	2015-01-27 13:09:03 UTC (rev 8518)
+++ trunk/MgDev/Server/src/UnitTesting/TestCoordinateSystem.cpp	2015-01-27 13:32:07 UTC (rev 8519)
@@ -416,7 +416,7 @@
 
     //create the directory to make sure, [SetUserDictionaryDir]
     //can succeed
-    MgFileUtil::CreateDirectory(userDictionaryDir);
+    MgFileUtil::CreateDirectory(userDictionaryDir, false, true);
 
     pCsCatalog->SetUserDictionaryDir(userDictionaryDir);
     STRING setUserDictionaryDir = pCsCatalog->GetUserDictionaryDir();



More information about the mapguide-commits mailing list