2005-03-22 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / Test / System.Xml.Xsl / standalone_tests / ChangeLog
1 2005-03-22  Atsushi Enomoto <atsushi@ximian.com>
2
3         * xslttest.cs, alltest.cs : Now that xsl:key got improved, there is
4           no need to skip those tests.
5
6 2005-03-14  Atsushi Enomoto <atsushi@ximian.com>
7
8         * xslttest.cs,
9           alltest.cs : reduced some key exclusions (fixed some).
10         * ignore.lst : updated ignored cases.
11
12 2005-03-04  Atsushi Enomoto <atsushi@ximian.com>
13
14         * ignore.lst : still more ignored cases.
15
16 2005-02-25  Atsushi Enomoto <atsushi@ximian.com>
17
18         * ignore.lst : more ignored cases. fixed some test IDs.
19
20 2005-02-25  Atsushi Enomoto <atsushi@ximian.com>
21
22         * ignore.lst : new file. It is used to exclude buggy MS results from
23           tests.
24         * xslttest.cs, alltest.cs : Ignore testcases written in "ignore.lst".
25         * XmlNormalizer.cs : It should not remove whitespace nodes.
26
27 2005-02-25  Atsushi Enomoto <atsushi@ximian.com>
28
29         * xslttest.cs, alltest.cs : more disabled cases (stoppers).
30
31 2005-02-22  Atsushi Enomoto <atsushi@ximian.com>
32
33         * xslttest.cs : Updated skipped targets. 
34         * alltest.cs : introduced skipped targets. Now reverted the previous
35           change to use XmlTextWriter again.
36         * Makefile : now don't check large archives everytime we do run-test.
37         * simplify.xsl : don't exclude skipped targets here.
38
39 2005-02-21  Atsushi Enomoto <atsushi@ximian.com>
40
41         * Makefile : updated the expected "run-test-ms" output (reflecting fix
42           for alltest.cs.)
43
44 2005-02-21  Atsushi Enomoto <atsushi@ximian.com>
45
46         * simplify.xsl : currently key to external document results in
47           infinite loop. Should be fixed but for now exclude from tests.
48         * alltest.cs : Don't use XmlTextWriter for transformation output. It
49           prevents us from testing html output.
50         * Makefile : now RUNTIME could be empty string (for MS output
51           generation).
52
53 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
54
55         * catalog.diff : changed diff format to unified style.
56
57 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
58
59         * Makefile : more tiny rm -f fix.
60
61 2005-02-14  Atsushi Enomoto  <atsushi@ximian.com>
62
63         * Makefile.mstest : removed old file.
64         * XmlNormalizer.cs,
65           cleanup-output.pl,
66           Makefile :
67           Added make distclean.
68           Added normalization support using Andrew Skiba's xmlnorm.
69
70           Updated ExpectedResults archive as to be normalized in sync with
71           this patch (the archive was renamed.)
72
73 2005-02-11  Atsushi Enomoto  <atsushi@ximian.com>
74
75         * catalog.diff : eliminated mixed line ending
76
77 2005-02-10  Atsushi Enomoto  <atsushi@ximian.com>
78
79         * Makefile : clean more.
80         * xalan-correct-catalog.xml : removed old file.
81
82 2005-02-10  Atsushi Enomoto  <atsushi@ximian.com>
83
84         * Makefile : added patching step against buggy catalog.xml.
85           Build both xslttest.exe and alltest.exe.
86
87 2005-02-09  Atsushi Enomoto  <atsushi@ximian.com>
88
89         * Makefile, xslttest.cs : Rewrote to be runnable against the latest
90           draft version of OASIS XSLT tests. Also, Makefile now unifies
91           existing xslttest.exe and new alltest.exe (might be renamed later).
92         * simplify.xsl : added comment.
93         * alltest.cs : code format.
94
95 2005-02-09  Atsushi Enomoto  <atsushi@ximian.com>
96
97         * Makefile.mstest,
98           alltest.cs,
99           simplify.xsl : another test runner from MainSoft. See the top of
100           Makefile.mstest. IMPORTANT: it can't co-exist with existing tests
101           extracted.
102
103 2004-12-03  Atsushi Enomoto  <atsushi@ximian.com>
104
105         * xslttest.cs : improved. See "mono xslttest.exe -?" for details.
106         * Makefile : modified "make test" to "make run-test" and output
107           results into TestResult.Xml that contains all results.
108         * README : updated as well.
109
110 2004-01-28  Atsushi Enomoto  <atsushi@ximian.com>
111
112         * xslttest.cs : Now it tests against XPathDocument. Reduced error msgs.
113
114 2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>
115
116         * Added testresults.tar.gz and README.
117         * Modified Makefile.
118
119 2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>
120
121         * Added missing xalan_correct_catalog.xml.
122         * Makefile : a bit improved.
123
124 2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>
125
126         * Makefile, prepare.cs, xslttest.cs : Initial checkin.