[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.XML / Test / System.Xml.Schema / standalone_tests / ChangeLog
old mode 100755 (executable)
new mode 100644 (file)
index c557b00..6fc7091
@@ -1,3 +1,53 @@
+2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : now we try both default and 2.0 profile tests (i.e.
+         "make run-test" and "make PROFILE=net_2_0").
+         For 2.0, use XmlReader.Create().
+
+2006-07-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * xsdtest.cs :
+         It has been running some extra instance validation and reporting 
+         errors where a schema is invalid and therefore no instance
+         validation could be done.
+         Now --reportsuccess works fine for tests that should fail (reports
+         "OK" when it successfully failed).
+
+2005-12-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : Use MONO_PATH. Remove extraneous make variables.
+
+2005-11-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * xsdtest.cs : updated to match 2.0 RTM API.
+
+2005-09-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * xsdtest.cs : noResolver option.
+
+2005-05-08  Andrew Skiba  <andrews@mainsoft.com>
+
+       * Makefile : track the timestamp so tar does not run when not needed
+       * xsdtest.cs : fix the case of the directory name
+
+2004-01-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : report details.
+
+2004-12-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * xsdtest.cs : added --v2 option that uses XmlReader.Create()
+         instead of XmlValidatingReader.
+
+2004-12-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * xsdtest.cs : improved significantly. Enabled reporting to file,
+         immediate stop on exception, xml reporting, and so on.
+         Run mono xsdtest.exe --help for details.
+       * Makefile : now "make test" becomes "make run-test" and it generates
+         TestResult.xml (of my own format).
+       * README : updated info.
+
 2004-03-04  Atsushi Enomoto  <atsushi@ximian.com>
 
        * Makefile : made "make test" independent of "make" so that extraneous