2004-12-15 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / Test / System.Xml.Schema / standalone_tests / ChangeLog
1 2004-12-15  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * xsdtest.cs : added --v2 option that uses XmlReader.Create()
4           instead of XmlValidatingReader.
5
6 2004-12-10  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * xsdtest.cs : improved significantly. Enabled reporting to file,
9           immediate stop on exception, xml reporting, and so on.
10           Run mono xsdtest.exe --help for details.
11         * Makefile : now "make test" becomes "make run-test" and it generates
12           TestResult.xml (of my own format).
13         * README : updated info.
14
15 2004-03-04  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * Makefile : made "make test" independent of "make" so that extraneous
18           archive extraction won't be run every time (for automated tests).
19
20 2004-01-20  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * Added set of Post Schema Compilation Information tests, i.e.
23           xs-psci-compare.cs and psci-ms-all.zip.
24         * Makefile: Added test-psci target.
25         * README: Added notes on PSCI tests (however it is not for today's
26           implementation, but for the very near future with bunch of fixes)
27
28 2004-01-08  Atsushi Enomoto  <atsushi@ximian.com>
29
30         * xsdtest.cs : XmlReaders should be closed in case of errors.
31
32 2004-01-05  Atsushi Enomoto  <atsushi@ximian.com>
33
34         * README, Makefile, test-masters.tar.gz, xsdtest.cs : Initial checkin.