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