summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-22 14:00:43 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-22 14:00:43 -0800
commitd97cc88a29d869f5a1f505e9b24e9321b6a7b8fb (patch)
tree6147c49395c30d4ce73d7cf3f3edb47a54d39de1 /src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs
parent9a1fd377901eb3f84a05216abab1e5727620f9a9 (diff)
downloadDotNetOpenAuth-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.cs2
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 {