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