Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@ -1,72 +0,0 @@
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.