Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Net « Test « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd6c4a00919632c66d96c074661aaa6a587f062a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
2002-05-21  Lawrence Pit <loz@cable.a2000.nl>

	* WebClientTest.cs: added
	* WebProxyTest.cs: more tests

2002-05-20  Lawrence Pit <loz@cable.a2000.nl>

	* ServicePointTest.cs: added
	* ServicePointManagerTest.cs: added
	* WebProxyTest.cs: added
	* AllTests.cs: added the above tests
	* WebHeaderCollection.cs: added TestIndexers.

2002-05-19  Lawrence Pit <loz@cable.a2000.nl>

	* FileWebRequestTest.cs: all the async methods tests to behave the same 
	as in ms.net

2002-05-12  Lawrence Pit <loz@cable.a2000.nl>

	* FileWebRequestTest.cs: added

2002-05-11  Lawrence Pit <loz@cable.a2000.nl>

	* WebRequestTest.cs: added
	* WebHeaderCollectionTest.cs: added

2002-05-09  Lawrence Pit <loz@cable.a2000.nl>

	* Added tests to IPAddressTest.cs
	* Fixed tests in CookieTest.cs, SocketPermissionsTest.cs, IPEndPointTest.cs

2002-05-05  Lawrence Pit <loz@cable.a2000.nl>

	* CredentialCacheTest.cs: added
	* AllTests.cs: added CredentialCacheTest

2002-05-05  Lawrence Pit <loz@cable.a2000.nl>

	* IPAddressTest.cs: added test for loopback

2002-04-30  Nick Drochak  <ndrochak@gol.com>

	* IPAddressTest.cs: Remove unused code to eliminate compiler warnings.

2002-04-27  Lawrence Pit <loz@cable.a2000.nl>

	* CookieTest.cs: added
	* CookieCollectionTest.cs: added
	* AllTests.cs: added

2002-04-24  Nick Drochak  <ndrochak@gol.com>

	* IPAddressTest.cs: Make test conform to MS behavior. Also, if wrong 
	exception is thrown, let eveyone know which one.

2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* IPAddressTest.cs: use BitConverter to set localhost, catch
	OverflowException in TestParseWrong() and changed some constants.

2002-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* AllTests.cs: added IPEndPointTest.
	* IPEndPointTest.cs: added file (author: Lawrence Pit).
	* IPAdressTest.cs: use Fail is expected exception are not raised.

2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* IPAddressTest.cs: use System.BitConverter.IsLittleEndian (suggested
	by Paolo) instead of guessing the endianness.
	
2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ChangeLog:
	* AllTests.cs:
	* IPAddressTest.cs: added files.