ChangeLog 1.5 KB

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