* System.Data.build: Keep the standalone tests out of the dll. Fixes build breakage on cygwin. svn path=/trunk/mcs/; revision=11442
@@ -1,3 +1,7 @@
+2003-02-10 Nick Drochak <[email protected]>
+
+ * System.Data.build: Keep the standalone tests out of the dll.
2003-02-09 Rodrigo Moya <[email protected]>
* System.Data.OleDb/OleDbConnection.cs:
@@ -22,6 +22,8 @@
<sources>
<includes name="**/*.cs"/>
<excludes name="Test/**"/>
+ <excludes name="System.Data.OleDb/TestGDA.cs"/>
+ <excludes name="System.Data.OleDb/TestOleDb.cs"/>
</sources>
<references>
<includes name="../lib/corlib.dll"/>