diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-05-20 07:50:58 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-05-20 07:50:58 -0700 |
commit | c5c8515e67903baf00ba63417ac6124f665ea38b (patch) | |
tree | 7dc79bb4040730d94c9190179d723209eff6b4d8 /src/DotNetOpenAuth.Test/OpenId | |
parent | ea9b0cb6f1e363320e7a8e837af3b23171ad82de (diff) | |
download | DotNetOpenAuth-c5c8515e67903baf00ba63417ac6124f665ea38b.zip DotNetOpenAuth-c5c8515e67903baf00ba63417ac6124f665ea38b.tar.gz DotNetOpenAuth-c5c8515e67903baf00ba63417ac6124f665ea38b.tar.bz2 |
FxCop and StyleCop fixes for v3.1 branch.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OpenId')
-rw-r--r-- | src/DotNetOpenAuth.Test/OpenId/ChannelElements/ExtensionsBindingElementTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/ChannelElements/ExtensionsBindingElementTests.cs b/src/DotNetOpenAuth.Test/OpenId/ChannelElements/ExtensionsBindingElementTests.cs index 5af1caf..12f6e7a 100644 --- a/src/DotNetOpenAuth.Test/OpenId/ChannelElements/ExtensionsBindingElementTests.cs +++ b/src/DotNetOpenAuth.Test/OpenId/ChannelElements/ExtensionsBindingElementTests.cs @@ -31,7 +31,7 @@ namespace DotNetOpenAuth.Test.OpenId.ChannelElements { this.factory = new StandardOpenIdExtensionFactory(); this.factory.RegisterExtension(MockOpenIdExtension.Factory); - this.rpElement = new ExtensionsBindingElement(this.factory, new RelyingPartySecuritySettings()); + this.rpElement = new ExtensionsBindingElement(this.factory); this.rpElement.Channel = new TestChannel(this.MessageDescriptions); this.request = new SignedResponseRequest(Protocol.Default.Version, OpenIdTestBase.OPUri, AuthenticationRequestMode.Immediate); } |