List:Commits« Previous MessageNext Message »
From:rburnett Date:December 3 2007 6:39pm
Subject:Connector/NET commit: r1121 - in trunk: TestSuite/Source VisualStudio/Properties
View as plain text  
Modified:
   trunk/TestSuite/Source/ParameterTests.cs
   trunk/VisualStudio/Properties/Resources.Designer.cs
Log:
prevent trace listener based test for use old syntax from running on CF platforms

Modified: trunk/TestSuite/Source/ParameterTests.cs
===================================================================
--- trunk/TestSuite/Source/ParameterTests.cs	2007-12-03 17:38:15 UTC (rev 1120)
+++ trunk/TestSuite/Source/ParameterTests.cs	2007-12-03 17:39:21 UTC (rev 1121)
@@ -179,6 +179,7 @@
             }
         }
 
+#if !CF
 		[Test]
 		public void UseOldSyntaxGivesWarning() 
 		{
@@ -194,6 +195,7 @@
             conn2.Close();
             Trace.Listeners.Clear();
 		}
+#endif
 
 		[Test]
 		public void NullParameterObject() 

Modified: trunk/VisualStudio/Properties/Resources.Designer.cs
===================================================================
--- trunk/VisualStudio/Properties/Resources.Designer.cs	2007-12-03 17:38:15 UTC (rev 1120)
+++ trunk/VisualStudio/Properties/Resources.Designer.cs	2007-12-03 17:39:21 UTC (rev 1121)
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.
-//     Runtime Version:2.0.50727.312
+//     Runtime Version:2.0.50727.1433
 //
 //     Changes to this file may cause incorrect behavior and will be lost if
 //     the code is regenerated.

Thread
Connector/NET commit: r1121 - in trunk: TestSuite/Source VisualStudio/Propertiesrburnett3 Dec