| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- 2009-08-01 Gert Driesen <[email protected]>
- * app-net_1.1.config: added engine config for SQL Server 7.0. Fixed
- values of clientVersion.
- * app-net_2.0.config: added engine config for SQL Server 7.0. Fixed
- values of clientVersion.
- 2009-05-16 Veerapuram Varadhan <[email protected]>
- * app-net_2.0.config: New test box details - update.
- * Makefile: Nunit 2.4 changes
-
- 2009-03-15 Gert Driesen <[email protected]>
- * app-net_1.1.config: Added ClientVersion to Engine section. Added
- SQL Server 2000 config.
- * app-net_2.0.config: Spaces to tabs.
- 2009-02-02 Veerapuram Varadhan <[email protected]>
- * app-net_2.0.config: Added ClientVersion to Engine section
-
- 2008-12-31 Gert Driesen <[email protected]>
- * app-default.config: Renamed to app-net_1_1.config, and added
- providerTests section.
- * app-net_2.0.config: Added providerTests section and removed
- mono.data section.
- * Makefile: Added support for CONNECTION variable and corresponding
- PROVIDER_TESTS_CONNECTION environment variable. Always rebuild test
- assembly since we have no dependency check for sources in place.
- Only add reference to Mono.Data on 1.1 profile. Added reference to
- System.Configuration on 2.0 profile.
- * sqlserver.config: Merged into app-*.config.
- * odbc.config: Merged into app-*.config.
- * System.Data.Connected.Tests.dll.sources: Added ConnectionConfig.cs,
- EngineConfig.cs, EngineType.cs, ProviderTestsConfigurationHandler.cs
- and DbDataReaderTest.cs. Removed OdbcConnectionStringBuilderTest.cs.
- 2007-06-21 Nagappan A <[email protected]>
- * System.Data.Connected.Tests.dll.sources: Added
- System.Data.Odbc/OdbcConnectionStringBuilderTest.cs.
- 2006-12-05 Nagappan A <[email protected]>
- * Makefile: Modified to work with 2.0 profile.
- 2006-12-05 Nagappan A <[email protected]>
- * sqlserver.config: Added SSPIConnString key, value pair to test
- SSPI based connection with SqlClient.
- 2006-09-17 Boris Kirzner <[email protected]>
- * System.Data.OleDb.Tests20.J2EE.vmwcsproj: added KNOW_BUG variable.
- 2006-09-12 Boris Kirzner <[email protected]>
- * System.Data.OleDb.J2EE.config: changed test server name.
- 2006-03-16 Boris Kirzner <[email protected]>
- * System.Data.SqlClient.jvm: added SqlClient tests for TARGET_JVM
- * System.Data.OleDb.Tests.J2EE.vmwcsproj: added SqlClient tests for TARGET_JVM
- 2006-03-12 Boris Kirzner <[email protected]>
- * System.Data.OleDb.J2EE.sln, System.Data.OleDb.Tests.J2EE.vmwcsproj:
- changes for automated testing for TARGET_JVM.
- * System.Data.OleDb.J2EE.config: added app config file
- for automated testing for TARGET_JVM.
- 2006-01-17 Senganal T <[email protected]>
- * sqlserver.config : Modified the default login and password to 'monotester'
- 2005-11-05 Kornél Pál <[email protected]>
- * app-net_2_0.config: Updated assembly versions to 2.0.0.0 (2.0 RTM).
- 2005-09-16 Senganal T <[email protected]>
- * System.Data.Connected.Tests.dll.sources: added more source files
- 2005-09-13 Sureshkumar T <[email protected]>
- * Makefile: Added reference to Sybase db.
- 2005-09-01 Sureshkumar T <[email protected]>
- * System.Data.Connected.Tests.dll.sources: source files.
- * app-default.config:
- * app-net_2_0.config:
- configuration files for profiles and lists the assembly
- informations for the Provider factory.
- * odbc.config:
- * sqlserver.config:
- connection string info for respective databases.
- * README: initial.
- pulled connected mode test-cases around Test/* directory into this
- new framework. This framework is based on nunit category based
- test-cases and uses Provider Factories provided in Mono.Data.dll
- to write provider independent code.
|