summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-03-24 18:48:43 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-03-24 18:48:43 -0700
commite0a8bb0217459f537c4d09242e530a7b992b3e00 (patch)
tree084525db7544e1c3d2cf0d39121730259fec2ce7
parent9ad8f7934f84e9e4d94d859912349303627f8970 (diff)
downloadDotNetOpenAuth-e0a8bb0217459f537c4d09242e530a7b992b3e00.zip
DotNetOpenAuth-e0a8bb0217459f537c4d09242e530a7b992b3e00.tar.gz
DotNetOpenAuth-e0a8bb0217459f537c4d09242e530a7b992b3e00.tar.bz2
Just 23 failures
-rw-r--r--src/DotNetOpenAuth.Test/OpenId/ChannelElements/ExtensionsBindingElementTests.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/ChannelElements/ExtensionsBindingElementTests.cs b/src/DotNetOpenAuth.Test/OpenId/ChannelElements/ExtensionsBindingElementTests.cs
index 7dfae7b..0b4dc6a 100644
--- a/src/DotNetOpenAuth.Test/OpenId/ChannelElements/ExtensionsBindingElementTests.cs
+++ b/src/DotNetOpenAuth.Test/OpenId/ChannelElements/ExtensionsBindingElementTests.cs
@@ -191,8 +191,8 @@ namespace DotNetOpenAuth.Test.OpenId.ChannelElements {
new IOpenIdMessageExtension[] { request1, request2 },
new IOpenIdMessageExtension[0]);
Assert.Fail("Expected ProtocolException not thrown.");
- } catch (AssertionException ex) {
- Assert.IsInstanceOf<ProtocolException>(ex.InnerException);
+ } catch (ProtocolException) {
+ // success
}
}