1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
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.
|