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:
authorSureshkumar T <suresh@mono-cvs.ximian.com>2005-02-22 13:36:04 +0300
committerSureshkumar T <suresh@mono-cvs.ximian.com>2005-02-22 13:36:04 +0300
commitb55443de1c2678beb3d1536c1961858e5a5f15a5 (patch)
treea329dee1590b11cce47ab497c9b00ad808183733 /mcs/class/System.Data/System.Data.dll.sources
parentdebea1cf96a2053ccdf0017f40d8986a53579710 (diff)
In .:
2005-02-22 Sureshkumar T <tsureshkumar@novell.com> * Makefile: added dependancy for test-lib to create $(test-lib).config. These configuration entries are used currently by Test/System.Data.Common/DbProviderFactories- ConigurationHalderTest.cs tests. Future tests can also add configuration information in configuration file app_test.2.0.config. This is for 2.0 profile only. * System.Data_test.dll.sources: Added System.Data.Common/DbProviderFactoriesConfigurationHandlerTest.cs. * System.Data.dll.sources: Added System.Data.SqlClient/SqlClientFactory.cs Added System.Data.SqlClient/SqlDataSourceEnumerator.cs In Test/System.Data.Common: 2005-02-22 Sureshkumar T <tsureshkumar@novell.com> * DbProviderFactoriesConfigurationHandlerTest.cs: Tests for DbProviderFactoriesConfigurationHandler class. svn path=/trunk/mcs/; revision=41029
Diffstat (limited to 'mcs/class/System.Data/System.Data.dll.sources')
-rwxr-xr-xmcs/class/System.Data/System.Data.dll.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.dll.sources b/mcs/class/System.Data/System.Data.dll.sources
index f075847b6d4..422e607ff22 100755
--- a/mcs/class/System.Data/System.Data.dll.sources
+++ b/mcs/class/System.Data/System.Data.dll.sources
@@ -341,3 +341,5 @@ Mono.Data.SqlExpressions/Functions.cs
Mono.Data.SqlExpressions/Like.cs
Mono.Data.SqlExpressions/In.cs
Mono.Data.SqlExpressions/Aggregation.cs
+System.Data.SqlClient/SqlClientFactory.cs
+System.Data.SqlClient/SqlDataSourceEnumerator.cs