ChangeLog 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. 2007-11-12 Atsushi Enomoto <[email protected]>
  2. * Makefile : now we try both default and 2.0 profile tests (i.e.
  3. "make run-test" and "make PROFILE=net_2_0").
  4. For 2.0, use XmlReader.Create().
  5. 2006-07-27 Atsushi Enomoto <[email protected]>
  6. * xsdtest.cs :
  7. It has been running some extra instance validation and reporting
  8. errors where a schema is invalid and therefore no instance
  9. validation could be done.
  10. Now --reportsuccess works fine for tests that should fail (reports
  11. "OK" when it successfully failed).
  12. 2005-12-01 Atsushi Enomoto <[email protected]>
  13. * Makefile : Use MONO_PATH. Remove extraneous make variables.
  14. 2005-11-07 Atsushi Enomoto <[email protected]>
  15. * xsdtest.cs : updated to match 2.0 RTM API.
  16. 2005-09-30 Atsushi Enomoto <[email protected]>
  17. * xsdtest.cs : noResolver option.
  18. 2005-05-08 Andrew Skiba <[email protected]>
  19. * Makefile : track the timestamp so tar does not run when not needed
  20. * xsdtest.cs : fix the case of the directory name
  21. 2004-01-17 Atsushi Enomoto <[email protected]>
  22. * Makefile : report details.
  23. 2004-12-15 Atsushi Enomoto <[email protected]>
  24. * xsdtest.cs : added --v2 option that uses XmlReader.Create()
  25. instead of XmlValidatingReader.
  26. 2004-12-10 Atsushi Enomoto <[email protected]>
  27. * xsdtest.cs : improved significantly. Enabled reporting to file,
  28. immediate stop on exception, xml reporting, and so on.
  29. Run mono xsdtest.exe --help for details.
  30. * Makefile : now "make test" becomes "make run-test" and it generates
  31. TestResult.xml (of my own format).
  32. * README : updated info.
  33. 2004-03-04 Atsushi Enomoto <[email protected]>
  34. * Makefile : made "make test" independent of "make" so that extraneous
  35. archive extraction won't be run every time (for automated tests).
  36. 2004-01-20 Atsushi Enomoto <[email protected]>
  37. * Added set of Post Schema Compilation Information tests, i.e.
  38. xs-psci-compare.cs and psci-ms-all.zip.
  39. * Makefile: Added test-psci target.
  40. * README: Added notes on PSCI tests (however it is not for today's
  41. implementation, but for the very near future with bunch of fixes)
  42. 2004-01-08 Atsushi Enomoto <[email protected]>
  43. * xsdtest.cs : XmlReaders should be closed in case of errors.
  44. 2004-01-05 Atsushi Enomoto <[email protected]>
  45. * README, Makefile, test-masters.tar.gz, xsdtest.cs : Initial checkin.