ChangeLog 796 B

12345678910111213141516171819202122232425262728
  1. 2008-12-02 Marek Habersack <[email protected]>
  2. * DataRowExtensionsTest.cs: added
  3. 2008-08-15 Gert Driesen <[email protected]>
  4. * DataRowComparerTest.cs: added tests for Equals and GetHashCode.
  5. Enabled GetHashCodeWithVersions test.
  6. 2008-05-14 Atsushi Enomoto <[email protected]>
  7. * DataTableExtensionsTest.cs : new test.
  8. 2008-05-14 Atsushi Enomoto <[email protected]>
  9. * EnumerableRowCollectionTest.cs : added tests for thenby (again
  10. commented out yet).
  11. 2008-05-13 Atsushi Enomoto <[email protected]>
  12. * EnumerableRowCollectionTest.cs : added tests for orderby (though
  13. commented out; they do not compile).
  14. 2008-05-13 Atsushi Enomoto <[email protected]>
  15. * DataRowComparerTest.cs, EnumerableRowCollectionTest.cs,
  16. testdataset1.xml : new tests.