cea6daa9391f959932df60ff1c5a6b4f6fe937a0
[mono.git] / mcs / class / System / Test / System.Net.Mail / ChangeLog
1 2008-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * SmtpClientTest.cs: Added property tests. Added Send argument check
4         tests.
5         * SmtpExceptionTest.cs: Added .ctor and GetObjectData tests.
6
7 2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>
8
9         * MailMessageTest.cs : fixed test to just compare codepage. I can't
10           stand with this trivial difference (w/ BOM or not) as regression,
11           and fixing this "regression" causes practical bug (garbage BOM
12           insertion).
13
14 2007-11-05  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * AlternateViewTest.cs : added test for CreateAlternateViewFromString
17           with null Encoding arg.
18
19 2007-10-23  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * AttachmentTest.cs : more NameEncoding tests.
22
23 2007-10-22  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * AttachmentTest.cs : I have no time to fix it now. Disable it.
26
27 2007-10-22  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * LinkedResourceTest.cs : removed NotWorking.
30
31 2007-10-22  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * AttachmentTest.cs : test for null names.
34
35 2007-10-22  Atsushi Enomoto  <atsushi@ximian.com>
36
37         * LinkedResourceTest.cs : NotWorking, buildbot loudly claims for
38           unimplemented stuff.
39
40 2007-10-19  Atsushi Enomoto  <atsushi@ximian.com>
41
42         * AlternateViewTest.cs : default TransferEncoding value is more
43           complicated.
44
45 2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>
46
47         * LinkedResourceTest.cs, AttachmentTest.cs, AlternateViewTest.cs:
48           added/enabled couple of attachment tests.
49
50 2007-10-16  Atsushi Enomoto  <atsushi@ximian.com>
51
52         * MailMessageTest.cs : added test for encoding guess.
53
54 2007-06-17  Gert Driesen  <drieseng@users.sourceforge.net>
55
56         * MailAddressTest.cs: Added tests for ctors and specifying display
57         name as part of address.
58
59 2007-06-07  Gert Driesen  <drieseng@users.sourceforge.net>
60
61         * MailMessageTest.cs: Improved test for To to verify bug #81817 is
62         fixed.
63
64 2007-01-22  Gert Driesen  <drieseng@users.sourceforge.net>
65
66         * SmtpClient.cs: Added tests for default values.
67
68 2006-10-31  Sebastien Pouliot  <sebastien@ximian.com>
69
70         * SmtpPermissionAttributeTest.cs: New. Unit tests for 
71         SmtpPermissionAttribute.
72         * SmtpPermissionTest.cs: New. Unit tests for SmtpPermission.