2
0

ChangeLog 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. 2004-12-15 Atsushi Enomoto <[email protected]>
  2. * xsdtest.cs : added --v2 option that uses XmlReader.Create()
  3. instead of XmlValidatingReader.
  4. 2004-12-10 Atsushi Enomoto <[email protected]>
  5. * xsdtest.cs : improved significantly. Enabled reporting to file,
  6. immediate stop on exception, xml reporting, and so on.
  7. Run mono xsdtest.exe --help for details.
  8. * Makefile : now "make test" becomes "make run-test" and it generates
  9. TestResult.xml (of my own format).
  10. * README : updated info.
  11. 2004-03-04 Atsushi Enomoto <[email protected]>
  12. * Makefile : made "make test" independent of "make" so that extraneous
  13. archive extraction won't be run every time (for automated tests).
  14. 2004-01-20 Atsushi Enomoto <[email protected]>
  15. * Added set of Post Schema Compilation Information tests, i.e.
  16. xs-psci-compare.cs and psci-ms-all.zip.
  17. * Makefile: Added test-psci target.
  18. * README: Added notes on PSCI tests (however it is not for today's
  19. implementation, but for the very near future with bunch of fixes)
  20. 2004-01-08 Atsushi Enomoto <[email protected]>
  21. * xsdtest.cs : XmlReaders should be closed in case of errors.
  22. 2004-01-05 Atsushi Enomoto <[email protected]>
  23. * README, Makefile, test-masters.tar.gz, xsdtest.cs : Initial checkin.