[mapguide-commits] r6422 - trunk/Tools/Maestro/MaestroAPITests

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jan 12 06:12:55 EST 2012


Author: jng
Date: 2012-01-12 03:12:55 -0800 (Thu, 12 Jan 2012)
New Revision: 6422

Modified:
   trunk/Tools/Maestro/MaestroAPITests/TestControl.cs
Log:
Restore default test suite settings

Modified: trunk/Tools/Maestro/MaestroAPITests/TestControl.cs
===================================================================
--- trunk/Tools/Maestro/MaestroAPITests/TestControl.cs	2012-01-12 10:52:17 UTC (rev 6421)
+++ trunk/Tools/Maestro/MaestroAPITests/TestControl.cs	2012-01-12 11:12:55 UTC (rev 6422)
@@ -28,20 +28,20 @@
 
     public class TestControl
     {
-        public const bool IgnoreConfigurationTests = true;
-        public const bool IgnoreCapabilityTests = true;
-        public const bool IgnoreExpressionTests = true;
-        public const bool IgnoreFeatureReaderTests = true;
-        public const bool IgnoreHttpConnectionTests = true;
-        public const bool IgnoreHttpSiteTests = true;
-        public const bool IgnoreObjectTests = true;
-        public const bool IgnoreResourceTests = true;
-        public const bool IgnoreHttpRuntimeMapTests = true;
+        public const bool IgnoreConfigurationTests = false;
+        public const bool IgnoreCapabilityTests = false;
+        public const bool IgnoreExpressionTests = false;
+        public const bool IgnoreFeatureReaderTests = false;
+        public const bool IgnoreHttpConnectionTests = false;
+        public const bool IgnoreHttpSiteTests = false;
+        public const bool IgnoreObjectTests = false;
+        public const bool IgnoreResourceTests = false;
+        public const bool IgnoreHttpRuntimeMapTests = false;
         public const bool IgnoreLocalRuntimeMapTests = true;
-        public const bool IgnoreLocalFeatureTests = true;
-        public const bool IgnoreLocalNativeFeatureTests = true;
-        public const bool IgnoreSchemaTests = true;
-        public const bool IgnoreSerializationTests = true;
+        public const bool IgnoreLocalFeatureTests = false;
+        public const bool IgnoreLocalNativeFeatureTests = false;
+        public const bool IgnoreSchemaTests = false;
+        public const bool IgnoreSerializationTests = false;
         public const bool IgnoreValidationTests = false;
     }
 



More information about the mapguide-commits mailing list