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