ChangeLog 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. 2007-06-21 Nagappan A <[email protected]>
  2. * System.Data.Connected.Tests.dll.sources: Added
  3. System.Data.Odbc/OdbcConnectionStringBuilderTest.cs.
  4. 2006-12-05 Nagappan A <[email protected]>
  5. * Makefile: Modified to work with 2.0 profile.
  6. 2006-12-05 Nagappan A <[email protected]>
  7. * sqlserver.config: Added SSPIConnString key, value pair to test
  8. SSPI based connection with SqlClient.
  9. 2006-09-17 Boris Kirzner <[email protected]>
  10. * System.Data.OleDb.Tests20.J2EE.vmwcsproj: added KNOW_BUG variable.
  11. 2006-09-12 Boris Kirzner <[email protected]>
  12. * System.Data.OleDb.J2EE.config: changed test server name.
  13. 2006-03-16 Boris Kirzner <[email protected]>
  14. * System.Data.SqlClient.jvm: added SqlClient tests for TARGET_JVM
  15. * System.Data.OleDb.Tests.J2EE.vmwcsproj: added SqlClient tests for TARGET_JVM
  16. 2006-03-12 Boris Kirzner <[email protected]>
  17. * System.Data.OleDb.J2EE.sln, System.Data.OleDb.Tests.J2EE.vmwcsproj:
  18. changes for automated testing for TARGET_JVM.
  19. * System.Data.OleDb.J2EE.config: added app config file
  20. for automated testing for TARGET_JVM.
  21. 2006-01-17 Senganal T <[email protected]>
  22. * sqlserver.config : Modified the default login and password to 'monotester'
  23. 2005-11-05 Kornél Pál <[email protected]>
  24. * app-net_2_0.config: Updated assembly versions to 2.0.0.0 (2.0 RTM).
  25. 2005-09-16 Senganal T <[email protected]>
  26. * System.Data.Connected.Tests.dll.sources: added more source files
  27. 2005-09-13 Sureshkumar T <[email protected]>
  28. * Makefile: Added reference to Sybase db.
  29. 2005-09-01 Sureshkumar T <[email protected]>
  30. * System.Data.Connected.Tests.dll.sources: source files.
  31. * app-default.config:
  32. * app-net_2_0.config:
  33. configuration files for profiles and lists the assembly
  34. informations for the Provider factory.
  35. * odbc.config:
  36. * sqlserver.config:
  37. connection string info for respective databases.
  38. * README: initial.
  39. pulled connected mode test-cases around Test/* directory into this
  40. new framework. This framework is based on nunit category based
  41. test-cases and uses Provider Factories provided in Mono.Data.dll
  42. to write provider independent code.