| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- 2005-03-04 Atsushi Enomoto <[email protected]>
- * ignore.lst : still more ignored cases.
- 2005-02-25 Atsushi Enomoto <[email protected]>
- * ignore.lst : more ignored cases. fixed some test IDs.
- 2005-02-25 Atsushi Enomoto <[email protected]>
- * ignore.lst : new file. It is used to exclude buggy MS results from
- tests.
- * xslttest.cs, alltest.cs : Ignore testcases written in "ignore.lst".
- * XmlNormalizer.cs : It should not remove whitespace nodes.
- 2005-02-25 Atsushi Enomoto <[email protected]>
- * xslttest.cs, alltest.cs : more disabled cases (stoppers).
- 2005-02-22 Atsushi Enomoto <[email protected]>
- * xslttest.cs : Updated skipped targets.
- * alltest.cs : introduced skipped targets. Now reverted the previous
- change to use XmlTextWriter again.
- * Makefile : now don't check large archives everytime we do run-test.
- * simplify.xsl : don't exclude skipped targets here.
- 2005-02-21 Atsushi Enomoto <[email protected]>
- * Makefile : updated the expected "run-test-ms" output (reflecting fix
- for alltest.cs.)
- 2005-02-21 Atsushi Enomoto <[email protected]>
- * simplify.xsl : currently key to external document results in
- infinite loop. Should be fixed but for now exclude from tests.
- * alltest.cs : Don't use XmlTextWriter for transformation output. It
- prevents us from testing html output.
- * Makefile : now RUNTIME could be empty string (for MS output
- generation).
- 2005-02-15 Atsushi Enomoto <[email protected]>
- * catalog.diff : changed diff format to unified style.
- 2005-02-15 Atsushi Enomoto <[email protected]>
- * Makefile : more tiny rm -f fix.
- 2005-02-14 Atsushi Enomoto <[email protected]>
- * Makefile.mstest : removed old file.
- * XmlNormalizer.cs,
- cleanup-output.pl,
- Makefile :
- Added make distclean.
- Added normalization support using Andrew Skiba's xmlnorm.
- Updated ExpectedResults archive as to be normalized in sync with
- this patch (the archive was renamed.)
- 2005-02-11 Atsushi Enomoto <[email protected]>
- * catalog.diff : eliminated mixed line ending
- 2005-02-10 Atsushi Enomoto <[email protected]>
- * Makefile : clean more.
- * xalan-correct-catalog.xml : removed old file.
- 2005-02-10 Atsushi Enomoto <[email protected]>
- * Makefile : added patching step against buggy catalog.xml.
- Build both xslttest.exe and alltest.exe.
- 2005-02-09 Atsushi Enomoto <[email protected]>
- * Makefile, xslttest.cs : Rewrote to be runnable against the latest
- draft version of OASIS XSLT tests. Also, Makefile now unifies
- existing xslttest.exe and new alltest.exe (might be renamed later).
- * simplify.xsl : added comment.
- * alltest.cs : code format.
- 2005-02-09 Atsushi Enomoto <[email protected]>
- * Makefile.mstest,
- alltest.cs,
- simplify.xsl : another test runner from MainSoft. See the top of
- Makefile.mstest. IMPORTANT: it can't co-exist with existing tests
- extracted.
- 2004-12-03 Atsushi Enomoto <[email protected]>
- * xslttest.cs : improved. See "mono xslttest.exe -?" for details.
- * Makefile : modified "make test" to "make run-test" and output
- results into TestResult.Xml that contains all results.
- * README : updated as well.
- 2004-01-28 Atsushi Enomoto <[email protected]>
- * xslttest.cs : Now it tests against XPathDocument. Reduced error msgs.
- 2003-12-24 Atsushi Enomoto <[email protected]>
- * Added testresults.tar.gz and README.
- * Modified Makefile.
- 2003-12-24 Atsushi Enomoto <[email protected]>
- * Added missing xalan_correct_catalog.xml.
- * Makefile : a bit improved.
- 2003-12-24 Atsushi Enomoto <[email protected]>
- * Makefile, prepare.cs, xslttest.cs : Initial checkin.
|