ChangeLog 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. 2008-12-31 Gert Driesen <[email protected]>
  2. * app-default.config: Renamed to app-net_1_1.config, and added
  3. providerTests section.
  4. * app-net_2.0.config: Added providerTests section and removed
  5. mono.data section.
  6. * Makefile: Added support for CONNECTION variable and corresponding
  7. PROVIDER_TESTS_CONNECTION environment variable. Always rebuild test
  8. assembly since we have no dependency check for sources in place.
  9. Only add reference to Mono.Data on 1.1 profile. Added reference to
  10. System.Configuration on 2.0 profile.
  11. * sqlserver.config: Merged into app-*.config.
  12. * odbc.config: Merged into app-*.config.
  13. * System.Data.Connected.Tests.dll.sources: Added ConnectionConfig.cs,
  14. EngineConfig.cs, EngineType.cs, ProviderTestsConfigurationHandler.cs
  15. and DbDataReaderTest.cs. Removed OdbcConnectionStringBuilderTest.cs.
  16. 2007-06-21 Nagappan A <[email protected]>
  17. * System.Data.Connected.Tests.dll.sources: Added
  18. System.Data.Odbc/OdbcConnectionStringBuilderTest.cs.
  19. 2006-12-05 Nagappan A <[email protected]>
  20. * Makefile: Modified to work with 2.0 profile.
  21. 2006-12-05 Nagappan A <[email protected]>
  22. * sqlserver.config: Added SSPIConnString key, value pair to test
  23. SSPI based connection with SqlClient.
  24. 2006-09-17 Boris Kirzner <[email protected]>
  25. * System.Data.OleDb.Tests20.J2EE.vmwcsproj: added KNOW_BUG variable.
  26. 2006-09-12 Boris Kirzner <[email protected]>
  27. * System.Data.OleDb.J2EE.config: changed test server name.
  28. 2006-03-16 Boris Kirzner <[email protected]>
  29. * System.Data.SqlClient.jvm: added SqlClient tests for TARGET_JVM
  30. * System.Data.OleDb.Tests.J2EE.vmwcsproj: added SqlClient tests for TARGET_JVM
  31. 2006-03-12 Boris Kirzner <[email protected]>
  32. * System.Data.OleDb.J2EE.sln, System.Data.OleDb.Tests.J2EE.vmwcsproj:
  33. changes for automated testing for TARGET_JVM.
  34. * System.Data.OleDb.J2EE.config: added app config file
  35. for automated testing for TARGET_JVM.
  36. 2006-01-17 Senganal T <[email protected]>
  37. * sqlserver.config : Modified the default login and password to 'monotester'
  38. 2005-11-05 Kornél Pál <[email protected]>
  39. * app-net_2_0.config: Updated assembly versions to 2.0.0.0 (2.0 RTM).
  40. 2005-09-16 Senganal T <[email protected]>
  41. * System.Data.Connected.Tests.dll.sources: added more source files
  42. 2005-09-13 Sureshkumar T <[email protected]>
  43. * Makefile: Added reference to Sybase db.
  44. 2005-09-01 Sureshkumar T <[email protected]>
  45. * System.Data.Connected.Tests.dll.sources: source files.
  46. * app-default.config:
  47. * app-net_2_0.config:
  48. configuration files for profiles and lists the assembly
  49. informations for the Provider factory.
  50. * odbc.config:
  51. * sqlserver.config:
  52. connection string info for respective databases.
  53. * README: initial.
  54. pulled connected mode test-cases around Test/* directory into this
  55. new framework. This framework is based on nunit category based
  56. test-cases and uses Provider Factories provided in Mono.Data.dll
  57. to write provider independent code.