The test framework for Ado.NET Providers
authorSatya Sudha K <sudha@mono-cvs.ximian.com>
Thu, 6 Jan 2005 03:56:33 +0000 (03:56 -0000)
committerSatya Sudha K <sudha@mono-cvs.ximian.com>
Thu, 6 Jan 2005 03:56:33 +0000 (03:56 -0000)
commitea56e30b66cc7bfb18531555e87face44f698018
tree9c99de85fc7a7943cf9c79bd95f22f31e399de8c
parent452440df559370f3c72ea7e6a3684defde54a3ed
The test framework for Ado.NET Providers

svn path=/trunk/mcs/; revision=38410
35 files changed:
mcs/class/System.Data/Test/DataProviderTests/ChangeLog [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/Makefile [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/README [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/dataadaptertests/DataAdapterBaseTest.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/dataadaptertests/DbAdapter.dll.sources [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/dataadaptertests/DbConfig.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/dataadaptertests/Makefile [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/dataadaptertests/MsSqlDbAdapterTest.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/dataadaptertests/MySqlDbAdapterTest.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/dataadaptertests/OracleDbAdapterTest.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/dataadaptertests/PostgresDbAdapterTest.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/dataadaptertests/Runtests.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/dataadaptertests/Runtests.exe.config [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/dataadaptertests/SectionHandler.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/datareadertests/DataReaderBaseTest.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/datareadertests/DbConfig.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/datareadertests/DbRetrieve.dll.sources [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/datareadertests/Makefile [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/datareadertests/MsSqlDataReaderTest.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/datareadertests/MsSqlSpecificTest.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/datareadertests/MySqlDataReaderTest.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/datareadertests/OdbcDataReaderTest.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/datareadertests/OracleDataReaderTest.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/datareadertests/PostgresDataReaderTest.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/datareadertests/Runtests.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/datareadertests/Runtests.exe.config [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/datareadertests/SectionHandler.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/setup/DbConfig.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/setup/Makefile [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/setup/SectionHandler.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/setup/Setup.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/setup/Setup.dll.sources [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/setup/SetupDb.cs [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/setup/SetupDb.exe.config [new file with mode: 0644]
mcs/class/System.Data/Test/DataProviderTests/setup/TableInfo.cs [new file with mode: 0644]