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