Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

73 lines
2.1 KiB
Plaintext

2008-08-16 Gert Driesen <drieseng@users.sourceforge.net>
* SmtpClientTest.cs: Added property tests. Added Send argument check
tests.
* SmtpExceptionTest.cs: Added .ctor and GetObjectData tests.
2007-12-05 Atsushi Enomoto <atsushi@ximian.com>
* 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 <atsushi@ximian.com>
* AlternateViewTest.cs : added test for CreateAlternateViewFromString
with null Encoding arg.
2007-10-23 Atsushi Enomoto <atsushi@ximian.com>
* AttachmentTest.cs : more NameEncoding tests.
2007-10-22 Atsushi Enomoto <atsushi@ximian.com>
* AttachmentTest.cs : I have no time to fix it now. Disable it.
2007-10-22 Atsushi Enomoto <atsushi@ximian.com>
* LinkedResourceTest.cs : removed NotWorking.
2007-10-22 Atsushi Enomoto <atsushi@ximian.com>
* AttachmentTest.cs : test for null names.
2007-10-22 Atsushi Enomoto <atsushi@ximian.com>
* LinkedResourceTest.cs : NotWorking, buildbot loudly claims for
unimplemented stuff.
2007-10-19 Atsushi Enomoto <atsushi@ximian.com>
* AlternateViewTest.cs : default TransferEncoding value is more
complicated.
2007-10-17 Atsushi Enomoto <atsushi@ximian.com>
* LinkedResourceTest.cs, AttachmentTest.cs, AlternateViewTest.cs:
added/enabled couple of attachment tests.
2007-10-16 Atsushi Enomoto <atsushi@ximian.com>
* MailMessageTest.cs : added test for encoding guess.
2007-06-17 Gert Driesen <drieseng@users.sourceforge.net>
* MailAddressTest.cs: Added tests for ctors and specifying display
name as part of address.
2007-06-07 Gert Driesen <drieseng@users.sourceforge.net>
* MailMessageTest.cs: Improved test for To to verify bug #81817 is
fixed.
2007-01-22 Gert Driesen <drieseng@users.sourceforge.net>
* SmtpClient.cs: Added tests for default values.
2006-10-31 Sebastien Pouliot <sebastien@ximian.com>
* SmtpPermissionAttributeTest.cs: New. Unit tests for
SmtpPermissionAttribute.
* SmtpPermissionTest.cs: New. Unit tests for SmtpPermission.