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