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