ChangeLog 1.7 KB

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