ChangeLog 1.5 KB

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