2005-01-10 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Mon, 10 Jan 2005 13:35:36 +0000 (13:35 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Mon, 10 Jan 2005 13:35:36 +0000 (13:35 -0000)
commit899535892d7eadbeb06bb670c70ceee7187b32ae
treec69824a386a63275d12ffb4e2f6e08662aced0db
parentb5b0f1a7af45a5ac0c251f136d136e85b3e8fa05
2005-01-10  Sebastien Pouliot  <sebastien@ximian.com>

* CryptoStreamTest.cs, DSACryptoServiceProviderTest.cs,
HashAlgorithmTest.cs, PKCS1MaskGenerationMethodTest.cs,
RSAPKCS1KeyExchangeFormatterTest.cs, ToBase64TransformTest.cs:
Use [Category ("NotDotNet")] for tests failing only on the MS runtime
(so they are now executed on Mono).

svn path=/trunk/mcs/; revision=38614
mcs/class/corlib/Test/System.Security.Cryptography/ChangeLog
mcs/class/corlib/Test/System.Security.Cryptography/CryptoStreamTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/DSACryptoServiceProviderTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/HashAlgorithmTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/PKCS1MaskGenerationMethodTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/RSAPKCS1KeyExchangeFormatterTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/ToBase64TransformTest.cs