ChangeLog 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. 2004-06-18 Atsushi Enomoto <[email protected]>
  2. * XmlDataDocumentTest2.cs : When line ending is LF, CR is preserved.
  3. To reproduce on windows too, set NewLine as LF.
  4. 2004-05-12 Atsushi Enomoto <[email protected]>
  5. * XmlDataDocumentTest.cs : use Environment.NewLine. Added more tests.
  6. * XmlDataDocumentTest2.cs : Test nested relationship, detached row
  7. state, and unmapped element as well.
  8. 2004-04-19 Atsushi Enomoto <[email protected]>
  9. * region.xsd : To make sure that "msdata" prefix has nothing to do
  10. with the actual "msdata namespace", modified namespace URI string.
  11. (This modification never affects on the results under MS.NET.)
  12. * XmlDataDocumentTest.cs : Make sure Read2() loaded the table just fine.
  13. 2004-04-13 Atsushi Enomoto <[email protected]>
  14. * XmlDataDocumentTest.cs : still path problem.
  15. 2004-04-13 Atsushi Enomoto <[email protected]>
  16. * Added XmlDataDocumentTest2.cs (XmlDataDocumentTest.cs is too big)
  17. 2004-03-18 Atsushi Enomoto <[email protected]>
  18. * XmlDataDocumentTest.cs : file path fixes.
  19. 2003-05-28 Ville Palo <[email protected]>
  20. * XmlDataDocumentTest.cs: fixed some tests. Now works better on ms.net
  21. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  22. * XmlDataDocumentTest.cs: Inherited from Assertion and removed
  23. Assertion. prefixes
  24. 2003-01-28 Ville Palo <[email protected]>
  25. * XmlDataDocumentTest.cs: Fixed some tests
  26. 2003-01-13 Ville Palo <[email protected]>
  27. * XmlDataDocumentTest.cs: Added more tests