[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.XML / Test / System.Xml.Schema / standalone_tests / ChangeLog
index 332221666abfe4de4485fcbf95edd83a4d3e16ec..6fc7091253496c5bb00fe41601ee98ee7343625c 100644 (file)
@@ -1,3 +1,18 @@
+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.