2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System / Test / ChangeLog
index f5660b26456703ba638e60d404ccb1ce2aec280c..6eb42f899a5a9fc73cf2b64b4766ce7e599cc930 100644 (file)
@@ -1,3 +1,15 @@
+2005-01-18  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * test-config-file: Remove "string-value" switch, as it causes
+         ConfigurationExceptions under .NET 1.1 (the value attribute can't be
+         non-numeric), and Mono now follows this behavior.  Add a "custom-switch"
+         value, which is used in the regression tests.
+
+2005-01-17  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * test-config-file: Remove <add/> elements lacking a value attribute.
+         .NET 1.1 doesn't support this anymore, and neither does Mono.
+
 2004-12-03  Raja R Harinath  <rharinath@novell.com>
 
        * System.IO.Compression/GzipStreamTest.cs: Fix compile errors.