diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-06-25 21:15:29 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-06-25 21:15:29 -0700 |
commit | e5dca302cd99fd8b5ba65194892edfb33c7bac1c (patch) | |
tree | 2a6c6556aee59f13bff6b903410d51c80a705015 /src/DotNetOpenAuth.Test/OpenId/Messages/IndirectSignedResponseTests.cs | |
parent | 3b2fe4819cf449d1ab88178d055239c64b3cfd5e (diff) | |
download | DotNetOpenAuth-e5dca302cd99fd8b5ba65194892edfb33c7bac1c.zip DotNetOpenAuth-e5dca302cd99fd8b5ba65194892edfb33c7bac1c.tar.gz DotNetOpenAuth-e5dca302cd99fd8b5ba65194892edfb33c7bac1c.tar.bz2 |
Fixed up all tests so they pass.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OpenId/Messages/IndirectSignedResponseTests.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/OpenId/Messages/IndirectSignedResponseTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/Messages/IndirectSignedResponseTests.cs b/src/DotNetOpenAuth.Test/OpenId/Messages/IndirectSignedResponseTests.cs index e140b24..8b0937a 100644 --- a/src/DotNetOpenAuth.Test/OpenId/Messages/IndirectSignedResponseTests.cs +++ b/src/DotNetOpenAuth.Test/OpenId/Messages/IndirectSignedResponseTests.cs @@ -127,7 +127,7 @@ namespace DotNetOpenAuth.Test.OpenId.Messages { } } - [TestMethod, ExpectedException(typeof(ArgumentNullException))] + [TestMethod, ExpectedException(typeof(ArgumentException))] public void GetReturnToArgumentNullKey() { this.response.GetReturnToArgument(null); } |