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