ChangeLog 2.5 KB

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