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