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