Modified:
trunk/TestSuite/Source/GetSchemaTests.cs
trunk/VisualStudio/Properties/AssemblyInfo.cs
Log:
Simple white space cleanup and version change
Modified: trunk/TestSuite/Source/GetSchemaTests.cs
===================================================================
--- trunk/TestSuite/Source/GetSchemaTests.cs 2007-05-30 18:43:45 UTC (rev 746)
+++ trunk/TestSuite/Source/GetSchemaTests.cs 2007-05-30 18:44:15 UTC (rev 747)
@@ -320,8 +320,8 @@
Assert.AreEqual("id", dt.Rows[0]["COLUMN_NAME"]);
execSQL("DROP TABLE IF EXISTS test");
- execSQL("CREATE TABLE test (id int, id1 int, id2 int, " +
- "INDEX key1 (id1, id2))");
+ execSQL(@"CREATE TABLE test (id int, id1 int, id2 int,
+ INDEX key1 (id1, id2))");
restrictions[2] = "test";
restrictions[1] = databases[0];
restrictions[4] = "id2";
Modified: trunk/VisualStudio/Properties/AssemblyInfo.cs
===================================================================
--- trunk/VisualStudio/Properties/AssemblyInfo.cs 2007-05-30 18:43:45 UTC (rev 746)
+++ trunk/VisualStudio/Properties/AssemblyInfo.cs 2007-05-30 18:44:15 UTC (rev 747)
@@ -29,4 +29,4 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly : AssemblyVersion("5.1.1")]
\ No newline at end of file
+[assembly : AssemblyVersion("5.1.2.1")]
\ No newline at end of file
| Thread |
|---|
| • Connector/NET commit: r747 - in trunk: TestSuite/Source VisualStudio/Properties | rburnett | 30 May |