ChangeLog 3.6 KB

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