2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System / Test / ChangeLog
index 1bb1be0fcc20b500889cfdfb1438deb775af5352..6eb42f899a5a9fc73cf2b64b4766ce7e599cc930 100644 (file)
@@ -1,3 +1,75 @@
+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.
+       * System.IO.Compression/GzipStreamTest.cs: Likewise.
+
+2004-10-04  Raja R Harinath  <rharinath@novell.com>
+
+       * System.IO.Compression/DeflateStreamTest.cs: NET_2_0 only.
+       * System.IO.Compression/GzipStreamTest.cs: Likewise.
+       Report from Mayank Ritvik <mritvik@novell.com>.
+       
+2003-05-29  Nick Drochak  <ndrochak@gol.com>
+
+       * makefile.gnu: turn on debug since it works now
+
+2003-03-29  Nick Drochak  <ndrochak@gol.com>
+
+       * makefile.gnu: link from where the dll is placed now
+
+2003-03-29  Nick Drochak  <ndrochak@gol.com>
+
+       * BasicOperationsTest.cs: Moved into proper subdir
+       * system_linux_test.args: Change path to above file
+
+2003/03/25  Nick Drochak <ndrochak@gol.com>
+
+       * System_test.build: Use nunit2 to run the tests.
+
+2003-03-18  Martin Willemoes Hansen <mwh@sysrq.dk>
+       * Removed: Old AllTests.cs files
+       * NUnit20ified the tests.
+
+2002-12-23  Nick Drochak  <ndrochak@gol.com>
+
+       * System_test.build: Fix build.  Need to link with System.Xml.dll
+
+2002-12-20 Jonathan Pryor <jonpryor@vt.edu>
+
+       * makefile.gnu: Add System.Xml.dll to list of referenced assemblies
+       * system_linux_test.args: Add System.Xml, new test cases
+       * test-config-file: new file; sample .config file that
+         System.Diagnostics/SwitchesTest.cs would use to test .config file
+               operations.
+               I'm not sure what this file should be named, much less it's proper
+               location.  In CVS so it's stored in a "safe" location.
+
+2002-12-08 Jackson Harper <jackson@latitudegeo.com>
+
+       * system_linux_test.args: Remove Compiler tests
+
+2002-11-6 Jackson Harper <jackson@latitudegeo.com>
+
+       * AllTests.cs system_linux_test.args: Added Microsft.CSharp tests
+
+2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * AllTests.cs:
+       * system_linux_test.args: added System.ComponentModel and
+       EventHandlerListTests to the build.
+
 2002-09-17  Nick Drochak  <ndrochak@gol.com>
 
        * TheTests.cs: Removed.  Not needed anymore since NUnit runs on linux.