diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-03-25 22:53:46 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-03-25 22:53:46 -0700 |
commit | 3883e15047a2dab9c4e5635c6b96fa37d0e71315 (patch) | |
tree | d5403b2b1b823d43e9b6e26b3b1728fd172866e6 /src | |
parent | 6b71c19200ec61e005215410bd0adcc516483d0d (diff) | |
download | DotNetOpenAuth-3883e15047a2dab9c4e5635c6b96fa37d0e71315.zip DotNetOpenAuth-3883e15047a2dab9c4e5635c6b96fa37d0e71315.tar.gz DotNetOpenAuth-3883e15047a2dab9c4e5635c6b96fa37d0e71315.tar.bz2 |
Down to 6 test failures.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs b/src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs index 6e1fa40..aafc3e3 100644 --- a/src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs +++ b/src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs @@ -294,9 +294,7 @@ namespace DotNetOpenAuth.Test.OpenId { // When the OP notices the replay we get a generic InvalidSignatureException. // When the RP notices the replay we get a specific ReplayMessageException. try { - // TODO: fix this. - ////CoordinatingChannel channel = (CoordinatingChannel)rp.Channel; - ////await channel.ReplayAsync(response); + await rp.Channel.ReadFromRequestAsync<PositiveAssertionResponse>(assertionMessage, CancellationToken.None); Assert.Fail("Expected ProtocolException was not thrown."); } catch (ProtocolException ex) { Assert.IsTrue( |