**** Merged from MCS ****
[mono-project.git] / mcs / class / System / Test / ChangeLog
blob3f721eb7be1ba022ea9cbf130cdc60ed1608f726
1 2004-10-04  Raja R Harinath  <rharinath@novell.com>
3         * System.IO.Compression/DeflateStreamTest.cs: NET_2_0 only.
4         * System.IO.Compression/GzipStreamTest.cs: Likewise.
5         Report from Mayank Ritvik <mritvik@novell.com>.
6         
7 2003-05-29  Nick Drochak  <ndrochak@gol.com>
9         * makefile.gnu: turn on debug since it works now
11 2003-03-29  Nick Drochak  <ndrochak@gol.com>
13         * makefile.gnu: link from where the dll is placed now
15 2003-03-29  Nick Drochak  <ndrochak@gol.com>
17         * BasicOperationsTest.cs: Moved into proper subdir
18         * system_linux_test.args: Change path to above file
20 2003/03/25  Nick Drochak <ndrochak@gol.com>
22         * System_test.build: Use nunit2 to run the tests.
24 2003-03-18  Martin Willemoes Hansen <mwh@sysrq.dk>
25         * Removed: Old AllTests.cs files
26         * NUnit20ified the tests.
28 2002-12-23  Nick Drochak  <ndrochak@gol.com>
30         * System_test.build: Fix build.  Need to link with System.Xml.dll
32 2002-12-20 Jonathan Pryor <jonpryor@vt.edu>
34         * makefile.gnu: Add System.Xml.dll to list of referenced assemblies
35         * system_linux_test.args: Add System.Xml, new test cases
36         * test-config-file: new file; sample .config file that
37           System.Diagnostics/SwitchesTest.cs would use to test .config file
38                 operations.
39                 I'm not sure what this file should be named, much less it's proper
40                 location.  In CVS so it's stored in a "safe" location.
42 2002-12-08 Jackson Harper <jackson@latitudegeo.com>
44         * system_linux_test.args: Remove Compiler tests
46 2002-11-6 Jackson Harper <jackson@latitudegeo.com>
48         * AllTests.cs system_linux_test.args: Added Microsft.CSharp tests
50 2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
52         * AllTests.cs:
53         * system_linux_test.args: added System.ComponentModel and
54         EventHandlerListTests to the build.
56 2002-09-17  Nick Drochak  <ndrochak@gol.com>
58         * TheTests.cs: Removed.  Not needed anymore since NUnit runs on linux.
59         * System_test.build: Build a linux version of the unit tests (just a 
60         different linking of dll's)
62 2002/05/17  Lawrence Pit  <loz@cable.a2000.nl>
64         * AllTests.cs: added call to System.Net.Sockets.AllTests.cs
66 2002/05/14  Lawrence Pit  <loz@cable.a2000.nl>
68         * Dnstest.cs: added test for asynchronous methods
69         
70 2002/05/09  Lawrence Pit  <loz@cable.a2000.nl>
72         * AllTests.cs: added System.AllTests
73         * Moved 2 files to the System.Collections.Specialized dir
75 2002/05/07  Nick Drochak <ndrochak@gol.com>
77         * AllTests.cs: Run the System.Net tests from here.
79 2002-05-05  Nick Drochak  <ndrochak@gol.com>
81         * ChangeLog: Update build file to run correct class in the test dll.
83 2002-05-05  Nick Drochak  <ndrochak@gol.com>
85         * AllTests.cs:
86         * BasicOperationsTest.cs:
87         * DnsTest.cs:
88         * NameValueCollectionTest.cs:
89         * StringCollectionTest.cs:
90         * TheTests.cs:
91         * System.Text.RegularExpressions/AllTests.cs:
92         * System.Text.RegularExpressions/PerlTest.cs:
93         * System.Text.RegularExpressions/PerlTrials.cs:
94         * System.Text.RegularExpressions/RegexTrial.cs: Fix Namespace
95         inconsistancies.  Use MonoTests instead of Ximian.Mono.Tests
97 2002-04-07  Jonathan Pryor  <jonpryor@vt.edu>
99         * AllTests.cs: Added System.Diagnostics tests, as they work now.
101 2002/03/08  Nick Drochak <ndrochak@gol.com>
103         * System.XML_test.build: Don't build test dll by default.  Only build
104         it when 'make test' is specified.
106 2002-02-27  Martin Baulig  <martin@gnome.org>
108         * System.Text.RegularExpressions/*.cs: Put everything into namespace
109         Ximian.Mono.Tests.System.Text.RegularExpressions.
111         * System_test.build: Build new executable RunTests.System.exe which you can
112         use to run the tests on Linux.
114         * NameValueCollectionTest.cs: Split out BasicOperationTest into
115         BasicOperationTest.cs.
117         * AllTests.cs: Use namespace Ximian.Mono.Tests.System instead of
118         Ximian.Mono.Tests.
120         * DnsTest.cs: Put this into namespace Ximian.Mono.Tests.Systeam.
121         * NameValueCollectionTest.cs: Likewise.
122         * StringCollectionTest.cs: Likewise.
124 2002-02-11  Duncan Mak  <duncan@ximian.com>
126         * AllTests.cs: Removed entry for IPHostEntryTest.cs because Mads
127         removed it and included it in the new DnsTest.cs. This fixes the build.
129 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
131         * DnsTest.cs: Updated test.
133 2001-09-26  Mads Pultz <mpultz@get2net.dk>
134         * DnsTest.cs: initial tests of BeginGetHostByName and EndGetHostByName implemented.
136 2001-09-24  Mads Pultz <mpultz@get2net.dk>
138         * DnsTest.cs: now tests GetHostByAddress, GetHostByName,
139           IpToString and Resolve. 
141 2001-09-23  Mads Pultz <mpultz@get2net.dk>
143         * DnsTest.cs: Initial work submitted to repository.
144         * IPHostEntryTest.cs: Initial work submitted to repository.