[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.Net.Mail / ChangeLog
index 158357ecfa28e90980ef447559ddbc32cd33be87..cea6daa9391f959932df60ff1c5a6b4f6fe937a0 100644 (file)
@@ -1,3 +1,21 @@
+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.