Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2004-09-14 03:37:10 +0400
committerSebastien Pouliot <sebastien@ximian.com>2004-09-14 03:37:10 +0400
commit9003dc76ecfdd9086b51aa8506cdfcd412af48cd (patch)
treebee47d7f28c93c6c86d69988d7e2ee7e6f293016 /mcs/class/System.Data/System.Data_test.dll.sources
parentc321305e8de660637187c3da98be77b84f75cd48 (diff)
2004-09-13 Sebastien Pouliot <sebastien@ximian.com>
* Makefile: Added /nowarn:618 when compiling unit test assembly to remove nunit obsolete warnings. * System.Data.dll.sources: Added System.Data.Common.DbConnectionOptions (NET_2_0) and System.Data.Common/PermissionHelper to the build. * System.Data_test.dll.sources: Added {DBData|Odbc|OleDb|SqlClient} PermissionAttribute unit tests to the build. svn path=/trunk/mcs/; revision=33833
Diffstat (limited to 'mcs/class/System.Data/System.Data_test.dll.sources')
-rw-r--r--mcs/class/System.Data/System.Data_test.dll.sources4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data_test.dll.sources b/mcs/class/System.Data/System.Data_test.dll.sources
index 1acc8f2ee19..d3342fab72a 100644
--- a/mcs/class/System.Data/System.Data_test.dll.sources
+++ b/mcs/class/System.Data/System.Data_test.dll.sources
@@ -34,4 +34,8 @@ System.Data/DataRelationCollectionTest.cs
System.Data/DataTableCollectionTest.cs
System.Data.Common/DataColumnMappingCollectionTest.cs
System.Data.Common/DataTableMappingCollectionTest.cs
+System.Data.Common/DBDataPermissionAttributeTest.cs
+System.Data.Odbc/OdbcPermissionAttributeTest.cs
+System.Data.OleDb/OleDbPermissionAttributeTest.cs
System.Data.SqlClient/SqlConnectionTest.cs
+System.Data.SqlClient/SqlClientPermissionAttributeTest.cs