2
0

README 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. * XmlReader and DOM standalone test collection
  2. ** XmlTextReader and XmlValidatingReader conformance test
  3. This is a small standalone test system using W3C XML test collection.
  4. http://www.w3.org/XML/Test/
  5. The command name is "xmltest.exe".
  6. "make" will do what you need (downloading test archive, expanding,
  7. compiling test runner).
  8. "make test" will do the actual tests.
  9. ** XmlReader property test
  10. This is a property comparison program that is done during read.
  11. To run the test, type "make xrtest", and it will print the
  12. difference between ms and mono.
  13. ** XmlDocument node properties test
  14. This is a DOM property comparison program.
  15. To run the test, type "make domtest", and it will print the
  16. difference between ms and mono.
  17. ** XmlDocument insertion event test
  18. This is a set of event order tests for several XML document.
  19. To run the test, type "make eventtest", and it will print the
  20. difference between ms and mono.
  21. For removal and changing, it should be done in unit test (I have
  22. no idea for examining them in batch tests).
  23. Atsushi Eno <[email protected]>