Fix old test cases so it's easier to reuse for the mobile profile / nunitlite
authorSebastien Pouliot <sebastien@xamarin.com>
Fri, 23 Mar 2012 00:34:34 +0000 (20:34 -0400)
committerSebastien Pouliot <sebastien@xamarin.com>
Fri, 23 Mar 2012 00:34:34 +0000 (20:34 -0400)
commit4e60ea839aaba826d268c287c6181af9279da8a9
tree46c3ca49e81992559db90aea8ecba40a7bdd8459
parent2b2c3495c3868fcb7e81c9d01537803fa0d2a4f5
Fix old test cases so it's easier to reuse for the mobile profile / nunitlite
23 files changed:
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/DSASignatureDeformatterTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/DSASignatureFormatterTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/HMACMD5Test.cs
mcs/class/corlib/Test/System.Security.Cryptography/HMACRIPEMD160Test.cs
mcs/class/corlib/Test/System.Security.Cryptography/HMACSHA1Test.cs
mcs/class/corlib/Test/System.Security.Cryptography/HMACSHA256Test.cs
mcs/class/corlib/Test/System.Security.Cryptography/HMACSHA384Test.cs
mcs/class/corlib/Test/System.Security.Cryptography/HMACSHA512Test.cs
mcs/class/corlib/Test/System.Security.Cryptography/HashAlgorithmTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/KeyedHashAlgorithmTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/PasswordDeriveBytesTest.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/SHA1CryptoServiceProviderTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/SHA1Test.cs
mcs/class/corlib/Test/System.Security.Cryptography/SHA256ManagedTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/SHA256Test.cs
mcs/class/corlib/Test/System.Security.Cryptography/SHA384ManagedTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/SHA384Test.cs
mcs/class/corlib/Test/System.Security.Cryptography/SHA512ManagedTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/SHA512Test.cs