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