ChangeLog 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. 2002-05-11 Daniel Morgan <[email protected]>
  2. * Test/PostgresTest.cs: added call to PostgreSQL stored procedure
  3. version() which returns the version of the PostgreSQL DBMS you
  4. are connected to. This works and I did not realize it. Thanks
  5. goes to Gonzalo.
  6. 2002-05-11 Daniel Morgan <[email protected]>
  7. * AllTests.cs: needed a using for System.Data and System.Data.SqlClient,
  8. changed SqlTypes.AllTests.Suite to System.Data.SqlTypes.AllTests.Suite
  9. * System.Data/DataColumnTest.cs: changed typeof to DataColumnTest
  10. 2002-05-10 Rodrigo Moya <[email protected]>
  11. * TestDataColumn.cs: removed.
  12. * System.Data_test.build: removed reference to TestDataColumn.
  13. * TheTests.cs: added RunDataColumnTest class.
  14. (RunAllTests.AddAllTests): added test for RunDataColumnTest.
  15. * System.Data/AllTests.cs: test suite for System.Data.
  16. * System.Data/DataColumnTest.cs: NUnit test for DataColumn.
  17. 2002-05-09 Daniel Morgan <[email protected]>
  18. * System.Data_test.build: exclude file TestDataColumn.cs
  19. test.build files have two places where a file needs to
  20. be excluded
  21. 2002-05-06 Daniel Morgan <[email protected]>
  22. * System.Data.SqlTypes.SqlInt32Test.cs: missing
  23. declaration for SqlInt32 z which was a test build blocker
  24. * PostgresTest.cs: got rid of warning about missing e
  25. * Test/PostgresTest.cs: exclude PostgresTest.cs
  26. from test build
  27. 2002-05-05 Tim Coleman <[email protected]>
  28. * TheTests.cs:
  29. * System.Data.SqlTypes/SqlInt32Test.cs:
  30. More test cases for System.Data.SqlTypes.SqlInt32
  31. 2002-05-03 Tim Coleman <[email protected]>
  32. * Added ChangeLog to test dir
  33. * Added NUnit framework necessary for make test
  34. * Added subdirectory for System.Data.SqlTypes
  35. * New files:
  36. ChangeLog
  37. AllTests.cs
  38. TheTests.cs
  39. System.Data_test.build
  40. System.Data.SqlTypes
  41. System.Data.SqlTypes/AllTests.cs
  42. System.Data.SqlTypes/SqlInt32Test.cs