ChangeLog 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. 2005-03-04 Atsushi Enomoto <[email protected]>
  2. * ignore.lst : still more ignored cases.
  3. 2005-02-25 Atsushi Enomoto <[email protected]>
  4. * ignore.lst : more ignored cases. fixed some test IDs.
  5. 2005-02-25 Atsushi Enomoto <[email protected]>
  6. * ignore.lst : new file. It is used to exclude buggy MS results from
  7. tests.
  8. * xslttest.cs, alltest.cs : Ignore testcases written in "ignore.lst".
  9. * XmlNormalizer.cs : It should not remove whitespace nodes.
  10. 2005-02-25 Atsushi Enomoto <[email protected]>
  11. * xslttest.cs, alltest.cs : more disabled cases (stoppers).
  12. 2005-02-22 Atsushi Enomoto <[email protected]>
  13. * xslttest.cs : Updated skipped targets.
  14. * alltest.cs : introduced skipped targets. Now reverted the previous
  15. change to use XmlTextWriter again.
  16. * Makefile : now don't check large archives everytime we do run-test.
  17. * simplify.xsl : don't exclude skipped targets here.
  18. 2005-02-21 Atsushi Enomoto <[email protected]>
  19. * Makefile : updated the expected "run-test-ms" output (reflecting fix
  20. for alltest.cs.)
  21. 2005-02-21 Atsushi Enomoto <[email protected]>
  22. * simplify.xsl : currently key to external document results in
  23. infinite loop. Should be fixed but for now exclude from tests.
  24. * alltest.cs : Don't use XmlTextWriter for transformation output. It
  25. prevents us from testing html output.
  26. * Makefile : now RUNTIME could be empty string (for MS output
  27. generation).
  28. 2005-02-15 Atsushi Enomoto <[email protected]>
  29. * catalog.diff : changed diff format to unified style.
  30. 2005-02-15 Atsushi Enomoto <[email protected]>
  31. * Makefile : more tiny rm -f fix.
  32. 2005-02-14 Atsushi Enomoto <[email protected]>
  33. * Makefile.mstest : removed old file.
  34. * XmlNormalizer.cs,
  35. cleanup-output.pl,
  36. Makefile :
  37. Added make distclean.
  38. Added normalization support using Andrew Skiba's xmlnorm.
  39. Updated ExpectedResults archive as to be normalized in sync with
  40. this patch (the archive was renamed.)
  41. 2005-02-11 Atsushi Enomoto <[email protected]>
  42. * catalog.diff : eliminated mixed line ending
  43. 2005-02-10 Atsushi Enomoto <[email protected]>
  44. * Makefile : clean more.
  45. * xalan-correct-catalog.xml : removed old file.
  46. 2005-02-10 Atsushi Enomoto <[email protected]>
  47. * Makefile : added patching step against buggy catalog.xml.
  48. Build both xslttest.exe and alltest.exe.
  49. 2005-02-09 Atsushi Enomoto <[email protected]>
  50. * Makefile, xslttest.cs : Rewrote to be runnable against the latest
  51. draft version of OASIS XSLT tests. Also, Makefile now unifies
  52. existing xslttest.exe and new alltest.exe (might be renamed later).
  53. * simplify.xsl : added comment.
  54. * alltest.cs : code format.
  55. 2005-02-09 Atsushi Enomoto <[email protected]>
  56. * Makefile.mstest,
  57. alltest.cs,
  58. simplify.xsl : another test runner from MainSoft. See the top of
  59. Makefile.mstest. IMPORTANT: it can't co-exist with existing tests
  60. extracted.
  61. 2004-12-03 Atsushi Enomoto <[email protected]>
  62. * xslttest.cs : improved. See "mono xslttest.exe -?" for details.
  63. * Makefile : modified "make test" to "make run-test" and output
  64. results into TestResult.Xml that contains all results.
  65. * README : updated as well.
  66. 2004-01-28 Atsushi Enomoto <[email protected]>
  67. * xslttest.cs : Now it tests against XPathDocument. Reduced error msgs.
  68. 2003-12-24 Atsushi Enomoto <[email protected]>
  69. * Added testresults.tar.gz and README.
  70. * Modified Makefile.
  71. 2003-12-24 Atsushi Enomoto <[email protected]>
  72. * Added missing xalan_correct_catalog.xml.
  73. * Makefile : a bit improved.
  74. 2003-12-24 Atsushi Enomoto <[email protected]>
  75. * Makefile, prepare.cs, xslttest.cs : Initial checkin.