ChangeLog 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. 2002-05-16 Tim Coleman <[email protected]>
  2. * TestSqlDataAdapter.cs: Added the foreach loop to iterate through
  3. all of the DataRows in the DataSet table "Table", as the
  4. GetEnumerator method of InternalDataCollectionBase has now been
  5. implemented.
  6. 2002/05/17 Nick Drochak <[email protected]>
  7. * System.Data_test.build: Remove RunTests from the default build. We
  8. can add this later, but it keeps the build from breaking for now.
  9. * TestSqlDataAdapter.cs: Fix build breaker.
  10. 2002-05-11 Daniel Morgan <[email protected]>
  11. * Test/PostgresTest.cs: added call to PostgreSQL stored procedure
  12. version() which returns the version of the PostgreSQL DBMS you
  13. are connected to. This works and I did not realize it. Thanks
  14. goes to Gonzalo.
  15. 2002-05-11 Daniel Morgan <[email protected]>
  16. * AllTests.cs: needed a using for System.Data and System.Data.SqlClient,
  17. changed SqlTypes.AllTests.Suite to System.Data.SqlTypes.AllTests.Suite
  18. * System.Data/DataColumnTest.cs: changed typeof to DataColumnTest
  19. 2002-05-10 Rodrigo Moya <[email protected]>
  20. * TestDataColumn.cs: removed.
  21. * System.Data_test.build: removed reference to TestDataColumn.
  22. * TheTests.cs: added RunDataColumnTest class.
  23. (RunAllTests.AddAllTests): added test for RunDataColumnTest.
  24. * System.Data/AllTests.cs: test suite for System.Data.
  25. * System.Data/DataColumnTest.cs: NUnit test for DataColumn.
  26. 2002-05-09 Daniel Morgan <[email protected]>
  27. * System.Data_test.build: exclude file TestDataColumn.cs
  28. test.build files have two places where a file needs to
  29. be excluded
  30. 2002-05-06 Daniel Morgan <[email protected]>
  31. * System.Data.SqlTypes.SqlInt32Test.cs: missing
  32. declaration for SqlInt32 z which was a test build blocker
  33. * PostgresTest.cs: got rid of warning about missing e
  34. * Test/PostgresTest.cs: exclude PostgresTest.cs
  35. from test build
  36. 2002-05-05 Tim Coleman <[email protected]>
  37. * TheTests.cs:
  38. * System.Data.SqlTypes/SqlInt32Test.cs:
  39. More test cases for System.Data.SqlTypes.SqlInt32
  40. 2002-05-03 Tim Coleman <[email protected]>
  41. * Added ChangeLog to test dir
  42. * Added NUnit framework necessary for make test
  43. * Added subdirectory for System.Data.SqlTypes
  44. * New files:
  45. ChangeLog
  46. AllTests.cs
  47. TheTests.cs
  48. System.Data_test.build
  49. System.Data.SqlTypes
  50. System.Data.SqlTypes/AllTests.cs
  51. System.Data.SqlTypes/SqlInt32Test.cs