2005-03-04 Atsushi Enomoto * ignore.lst : still more ignored cases. 2005-02-25 Atsushi Enomoto * ignore.lst : more ignored cases. fixed some test IDs. 2005-02-25 Atsushi Enomoto * 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 * xslttest.cs, alltest.cs : more disabled cases (stoppers). 2005-02-22 Atsushi Enomoto * 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 * Makefile : updated the expected "run-test-ms" output (reflecting fix for alltest.cs.) 2005-02-21 Atsushi Enomoto * 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 * catalog.diff : changed diff format to unified style. 2005-02-15 Atsushi Enomoto * Makefile : more tiny rm -f fix. 2005-02-14 Atsushi Enomoto * 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 * catalog.diff : eliminated mixed line ending 2005-02-10 Atsushi Enomoto * Makefile : clean more. * xalan-correct-catalog.xml : removed old file. 2005-02-10 Atsushi Enomoto * Makefile : added patching step against buggy catalog.xml. Build both xslttest.exe and alltest.exe. 2005-02-09 Atsushi Enomoto * 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 * 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 * 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 * xslttest.cs : Now it tests against XPathDocument. Reduced error msgs. 2003-12-24 Atsushi Enomoto * Added testresults.tar.gz and README. * Modified Makefile. 2003-12-24 Atsushi Enomoto * Added missing xalan_correct_catalog.xml. * Makefile : a bit improved. 2003-12-24 Atsushi Enomoto * Makefile, prepare.cs, xslttest.cs : Initial checkin.