Add NUnit test case for System.Diagnostics.Trace support
[mono.git] / mcs / class / System / Test / ChangeLog
index aa8bf5d51d3cefae2f9f43571e2b79130f68fbb9..a9d2a8eee8f8b10b303445776772fea7059ae571 100644 (file)
@@ -1,3 +1,31 @@
+2002/03/08  Nick Drochak <ndrochak@gol.com>
+
+       * System.XML_test.build: Don't build test dll by default.  Only build
+       it when 'make test' is specified.
+
+2002-02-27  Martin Baulig  <martin@gnome.org>
+
+       * System.Text.RegularExpressions/*.cs: Put everything into namespace
+       Ximian.Mono.Tests.System.Text.RegularExpressions.
+
+       * System_test.build: Build new executable RunTests.System.exe which you can
+       use to run the tests on Linux.
+
+       * NameValueCollectionTest.cs: Split out BasicOperationTest into
+       BasicOperationTest.cs.
+
+       * AllTests.cs: Use namespace Ximian.Mono.Tests.System instead of
+       Ximian.Mono.Tests.
+
+       * DnsTest.cs: Put this into namespace Ximian.Mono.Tests.Systeam.
+       * NameValueCollectionTest.cs: Likewise.
+       * StringCollectionTest.cs: Likewise.
+
+2002-02-11  Duncan Mak  <duncan@ximian.com>
+
+       * AllTests.cs: Removed entry for IPHostEntryTest.cs because Mads
+       removed it and included it in the new DnsTest.cs. This fixes the build.
+
 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
 
        * DnsTest.cs: Updated test.