ChangeLog 1.6 KB

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