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