X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FSystem%2FTest%2FSystem.Net.Mail%2FChangeLog;h=cea6daa9391f959932df60ff1c5a6b4f6fe937a0;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=158357ecfa28e90980ef447559ddbc32cd33be87;hpb=998516556344d554b0f47e69be439f89fb62b2da;p=mono.git diff --git a/mcs/class/System/Test/System.Net.Mail/ChangeLog b/mcs/class/System/Test/System.Net.Mail/ChangeLog index 158357ecfa2..cea6daa9391 100644 --- a/mcs/class/System/Test/System.Net.Mail/ChangeLog +++ b/mcs/class/System/Test/System.Net.Mail/ChangeLog @@ -1,3 +1,21 @@ +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.