2004-05-20 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Fri, 21 May 2004 01:03:41 +0000 (01:03 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Fri, 21 May 2004 01:03:41 +0000 (01:03 -0000)
commit2584b0aaf2646318ccede814b81090e4475ef795
tree121838a576f03c6ba134e8fecfb059a25bf166a6
parent6556ca518645c0c54274d8f9da20bdd791896cef
2004-05-20  Sebastien Pouliot  <sebastien@ximian.com>

* CryptoStreamTest.cs, DESCryptoServiceProviderTest.cs,
DSACryptoServiceProviderTest.cs, DSATest.cs, FromBase64Transform.cs,
HMACRIPEMD160Test.cs, MD5Test.cs, PKCS1MaskGenerationMethodTest.cs,
RIPEMD160ManagedTest.cs, RNGCryptoServiceProviderTest.cs,
RSACryptoServiceProviderTest.cs, RSAOAEPKeyExchangeDeformatterTest.cs,
RSAOAEPKeyExchangeFormatterTest.cs, RSAPKCS1KeyExchangeDeformatterTest.cs,
RSAPKCS1KeyExchangeFormatterTest.cs, RSAPKCS1SignatureDeformatterTest.cs,
RSAPKCS1SignatureFormatterTest.cs, RSATest.cs: SetUp/TearDown are now
public (required for new nunit).

svn path=/trunk/mcs/; revision=27790
19 files changed:
mcs/class/corlib/Test/System.Security.Cryptography/ChangeLog
mcs/class/corlib/Test/System.Security.Cryptography/CryptoStreamTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/DESCryptoServiceProviderTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/DSACryptoServiceProviderTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/DSATest.cs
mcs/class/corlib/Test/System.Security.Cryptography/FromBase64Transform.cs
mcs/class/corlib/Test/System.Security.Cryptography/HMACRIPEMD160Test.cs
mcs/class/corlib/Test/System.Security.Cryptography/MD5Test.cs
mcs/class/corlib/Test/System.Security.Cryptography/PKCS1MaskGenerationMethodTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/RIPEMD160ManagedTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/RNGCryptoServiceProviderTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/RSACryptoServiceProviderTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/RSAOAEPKeyExchangeDeformatterTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/RSAOAEPKeyExchangeFormatterTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/RSAPKCS1KeyExchangeDeformatterTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/RSAPKCS1KeyExchangeFormatterTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/RSAPKCS1SignatureDeformatterTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/RSAPKCS1SignatureFormatterTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/RSATest.cs