ChangeLog 2.0 KB

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