ChangeLog 2.0 KB

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