[mapguide-commits] r6622 - in trunk/Tools/Maestro: MaestroAPITestRunner MaestroAPITests OSGeo.MapGuide.MaestroAPI/Mapping

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue May 8 08:16:22 EDT 2012


Author: jng
Date: 2012-05-08 05:16:22 -0700 (Tue, 08 May 2012)
New Revision: 6622

Modified:
   trunk/Tools/Maestro/MaestroAPITestRunner/MaestroAPITestRunner.csproj
   trunk/Tools/Maestro/MaestroAPITests/TestControl.cs
   trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Mapping/RuntimeMap.cs
Log:
#1964: Assign group property for basemap layers. Also fix some unit test settings

Modified: trunk/Tools/Maestro/MaestroAPITestRunner/MaestroAPITestRunner.csproj
===================================================================
--- trunk/Tools/Maestro/MaestroAPITestRunner/MaestroAPITestRunner.csproj	2012-05-08 12:12:49 UTC (rev 6621)
+++ trunk/Tools/Maestro/MaestroAPITestRunner/MaestroAPITestRunner.csproj	2012-05-08 12:16:22 UTC (rev 6622)
@@ -44,6 +44,7 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <UseVSHostingProcess>false</UseVSHostingProcess>
+    <PlatformTarget>x86</PlatformTarget>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>

Modified: trunk/Tools/Maestro/MaestroAPITests/TestControl.cs
===================================================================
--- trunk/Tools/Maestro/MaestroAPITests/TestControl.cs	2012-05-08 12:12:49 UTC (rev 6621)
+++ trunk/Tools/Maestro/MaestroAPITests/TestControl.cs	2012-05-08 12:16:22 UTC (rev 6622)
@@ -61,7 +61,7 @@
 
     public class ConnectionUtil
     {
-        public static string Port { get { return "8008"; } }
+        public static string Port { get { return ""; } }
 
         public static IServerConnection CreateTestHttpConnectionWithGeoRest()
         {

Modified: trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Mapping/RuntimeMap.cs
===================================================================
--- trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Mapping/RuntimeMap.cs	2012-05-08 12:12:49 UTC (rev 6621)
+++ trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Mapping/RuntimeMap.cs	2012-05-08 12:16:22 UTC (rev 6622)
@@ -292,6 +292,7 @@
                             var rtl = _mapSvc.CreateMapLayer(this, layer);
                             rtl.Visible = true;
                             rtl.Type = RuntimeMapLayer.kBaseMap;
+                            rtl.Group = group.Name;
                             this.Layers.Add(rtl);
                         }
                     }



More information about the mapguide-commits mailing list