ChangeLog 1.3 KB

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