2008-08-16 Gert Driesen * SmtpClientTest.cs: Added property tests. Added Send argument check tests. * SmtpExceptionTest.cs: Added .ctor and GetObjectData tests. 2007-12-05 Atsushi Enomoto * MailMessageTest.cs : fixed test to just compare codepage. I can't stand with this trivial difference (w/ BOM or not) as regression, and fixing this "regression" causes practical bug (garbage BOM insertion). 2007-11-05 Atsushi Enomoto * AlternateViewTest.cs : added test for CreateAlternateViewFromString with null Encoding arg. 2007-10-23 Atsushi Enomoto * AttachmentTest.cs : more NameEncoding tests. 2007-10-22 Atsushi Enomoto * AttachmentTest.cs : I have no time to fix it now. Disable it. 2007-10-22 Atsushi Enomoto * LinkedResourceTest.cs : removed NotWorking. 2007-10-22 Atsushi Enomoto * AttachmentTest.cs : test for null names. 2007-10-22 Atsushi Enomoto * LinkedResourceTest.cs : NotWorking, buildbot loudly claims for unimplemented stuff. 2007-10-19 Atsushi Enomoto * AlternateViewTest.cs : default TransferEncoding value is more complicated. 2007-10-17 Atsushi Enomoto * LinkedResourceTest.cs, AttachmentTest.cs, AlternateViewTest.cs: added/enabled couple of attachment tests. 2007-10-16 Atsushi Enomoto * MailMessageTest.cs : added test for encoding guess. 2007-06-17 Gert Driesen * MailAddressTest.cs: Added tests for ctors and specifying display name as part of address. 2007-06-07 Gert Driesen * MailMessageTest.cs: Improved test for To to verify bug #81817 is fixed. 2007-01-22 Gert Driesen * SmtpClient.cs: Added tests for default values. 2006-10-31 Sebastien Pouliot * SmtpPermissionAttributeTest.cs: New. Unit tests for SmtpPermissionAttribute. * SmtpPermissionTest.cs: New. Unit tests for SmtpPermission.