[fdo-commits] r115 - branches/3.2.x/Providers/ArcSDE/Src/UnitTest

svn_fdo at osgeo.org svn_fdo at osgeo.org
Tue Jan 23 13:43:46 EST 2007


Author: jacklee
Date: 2007-01-23 13:43:44 -0500 (Tue, 23 Jan 2007)
New Revision: 115

Modified:
   branches/3.2.x/Providers/ArcSDE/Src/UnitTest/BasicConnectionTests.cpp
Log:
Fixed Linux build

Modified: branches/3.2.x/Providers/ArcSDE/Src/UnitTest/BasicConnectionTests.cpp
===================================================================
--- branches/3.2.x/Providers/ArcSDE/Src/UnitTest/BasicConnectionTests.cpp	2007-01-23 18:25:32 UTC (rev 114)
+++ branches/3.2.x/Providers/ArcSDE/Src/UnitTest/BasicConnectionTests.cpp	2007-01-23 18:43:44 UTC (rev 115)
@@ -291,7 +291,7 @@
         commands = command_capabilities->GetCommands (length);
         for (int i = 0; i < length; i++)
         {
-            wprintf (L"    The provider supports command %ls.\n", FdoCommonMiscUtil::FdoCommandTypeToString(*commands));
+            wprintf (L"    The provider supports command %ls.\n", (FdoString *)FdoCommonMiscUtil::FdoCommandTypeToString(*commands));
             commands++;
         }
         wprintf (L"    The provider commands do %lssupport parameterization.\n", (command_capabilities->SupportsParameters () ? L"" : L"not "));



More information about the fdo-commits mailing list