2007-10-22 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System / Test / System.Net.Mail / ChangeLog
1 2007-10-22  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * AttachmentTest.cs : I have no time to fix it now. Disable it.
4
5 2007-10-22  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * LinkedResourceTest.cs : removed NotWorking.
8
9 2007-10-22  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * AttachmentTest.cs : test for null names.
12
13 2007-10-22  Atsushi Enomoto  <atsushi@ximian.com>
14
15         * LinkedResourceTest.cs : NotWorking, buildbot loudly claims for
16           unimplemented stuff.
17
18 2007-10-19  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * AlternateViewTest.cs : default TransferEncoding value is more
21           complicated.
22
23 2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * LinkedResourceTest.cs, AttachmentTest.cs, AlternateViewTest.cs:
26           added/enabled couple of attachment tests.
27
28 2007-10-16  Atsushi Enomoto  <atsushi@ximian.com>
29
30         * MailMessageTest.cs : added test for encoding guess.
31
32 2007-06-17  Gert Driesen  <drieseng@users.sourceforge.net>
33
34         * MailAddressTest.cs: Added tests for ctors and specifying display
35         name as part of address.
36
37 2007-06-07  Gert Driesen  <drieseng@users.sourceforge.net>
38
39         * MailMessageTest.cs: Improved test for To to verify bug #81817 is
40         fixed.
41
42 2007-01-22  Gert Driesen  <drieseng@users.sourceforge.net>
43
44         * SmtpClient.cs: Added tests for default values.
45
46 2006-10-31  Sebastien Pouliot  <sebastien@ximian.com>
47
48         * SmtpPermissionAttributeTest.cs: New. Unit tests for 
49         SmtpPermissionAttribute.
50         * SmtpPermissionTest.cs: New. Unit tests for SmtpPermission.