ChangeLog 1.3 KB

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