diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-22 14:00:43 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-22 14:00:43 -0800 |
commit | d97cc88a29d869f5a1f505e9b24e9321b6a7b8fb (patch) | |
tree | 6147c49395c30d4ce73d7cf3f3edb47a54d39de1 /src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs | |
parent | 9a1fd377901eb3f84a05216abab1e5727620f9a9 (diff) | |
download | DotNetOpenAuth-d97cc88a29d869f5a1f505e9b24e9321b6a7b8fb.zip DotNetOpenAuth-d97cc88a29d869f5a1f505e9b24e9321b6a7b8fb.tar.gz DotNetOpenAuth-d97cc88a29d869f5a1f505e9b24e9321b6a7b8fb.tar.bz2 |
StyleCop fixes.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs b/src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs index 4ec650c..fea672d 100644 --- a/src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs +++ b/src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs @@ -13,11 +13,11 @@ namespace DotNetOpenAuth.Test.OpenId.RelyingParty { using System.Web; using DotNetOpenAuth.Messaging; using DotNetOpenAuth.OpenId; + using DotNetOpenAuth.OpenId.DiscoveryServices; using DotNetOpenAuth.OpenId.Extensions.SimpleRegistration; using DotNetOpenAuth.OpenId.Messages; using DotNetOpenAuth.OpenId.RelyingParty; using Microsoft.VisualStudio.TestTools.UnitTesting; - using DotNetOpenAuth.OpenId.DiscoveryServices; [TestClass] public class AuthenticationRequestTests : OpenIdTestBase { |