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