ChangeLog 1.9 KB

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