Revert "Finish test changes started in 7ece665d16714db0979bde5df254231c5be24f10"
authorSebastien Pouliot <sebastien@xamarin.com>
Thu, 2 Oct 2014 17:45:11 +0000 (13:45 -0400)
committerSebastien Pouliot <sebastien@xamarin.com>
Thu, 2 Oct 2014 17:45:11 +0000 (13:45 -0400)
This reverts commit d171cdf5e281973c06f2751f4e33098f1a624a95.

mcs/class/corlib/Test/System.Security.Cryptography/RSACryptoServiceProviderTest.cs

index 1be7986a43868c2790ae4d7a4d213912bbee8dbe..6cf1637d0859b55ce42067cf2461f13511c31f30 100644 (file)
@@ -251,7 +251,8 @@ public class RSACryptoServiceProviderTest {
        }
 
        [Test]
-       [ExpectedException (typeof (ArgumentNullException))]
+       //[ExpectedException (typeof (ArgumentNullException))]
+       [ExpectedException (typeof (NullReferenceException))]
        public void SignDataStreamNull () 
        {
                rsa = new RSACryptoServiceProvider (minKeySize);