Add this for backwards compatibility
[mono.git] / mcs / class / System.XML / Test / System.Xml.Schema / standalone_tests / ChangeLog
1 2005-12-01  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * Makefile : Use MONO_PATH. Remove extraneous make variables.
4
5 2005-11-07  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * xsdtest.cs : updated to match 2.0 RTM API.
8
9 2005-09-30  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * xsdtest.cs : noResolver option.
12
13 2005-05-08  Andrew Skiba  <andrews@mainsoft.com>
14
15         * Makefile : track the timestamp so tar does not run when not needed
16         * xsdtest.cs : fix the case of the directory name
17
18 2004-01-17  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * Makefile : report details.
21
22 2004-12-15  Atsushi Enomoto  <atsushi@ximian.com>
23
24         * xsdtest.cs : added --v2 option that uses XmlReader.Create()
25           instead of XmlValidatingReader.
26
27 2004-12-10  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * xsdtest.cs : improved significantly. Enabled reporting to file,
30           immediate stop on exception, xml reporting, and so on.
31           Run mono xsdtest.exe --help for details.
32         * Makefile : now "make test" becomes "make run-test" and it generates
33           TestResult.xml (of my own format).
34         * README : updated info.
35
36 2004-03-04  Atsushi Enomoto  <atsushi@ximian.com>
37
38         * Makefile : made "make test" independent of "make" so that extraneous
39           archive extraction won't be run every time (for automated tests).
40
41 2004-01-20  Atsushi Enomoto  <atsushi@ximian.com>
42
43         * Added set of Post Schema Compilation Information tests, i.e.
44           xs-psci-compare.cs and psci-ms-all.zip.
45         * Makefile: Added test-psci target.
46         * README: Added notes on PSCI tests (however it is not for today's
47           implementation, but for the very near future with bunch of fixes)
48
49 2004-01-08  Atsushi Enomoto  <atsushi@ximian.com>
50
51         * xsdtest.cs : XmlReaders should be closed in case of errors.
52
53 2004-01-05  Atsushi Enomoto  <atsushi@ximian.com>
54
55         * README, Makefile, test-masters.tar.gz, xsdtest.cs : Initial checkin.