ChangeLog 1.6 KB

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