ChangeLog 1.7 KB

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