summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Hosting/HostingTests.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-01-30 21:04:20 -0800
committerAndrew <andrewarnott@gmail.com>2009-01-30 21:05:28 -0800
commite57dd7acc21239b0b8cc5e03298376570ffa8f5e (patch)
treef432320ff8e90c3fab1a902d8150ee8a093f11b8 /src/DotNetOpenAuth.Test/Hosting/HostingTests.cs
parent65fbd52b372c1322fc03ffbac79d3e1dd9ab102b (diff)
downloadDotNetOpenAuth-e57dd7acc21239b0b8cc5e03298376570ffa8f5e.zip
DotNetOpenAuth-e57dd7acc21239b0b8cc5e03298376570ffa8f5e.tar.gz
DotNetOpenAuth-e57dd7acc21239b0b8cc5e03298376570ffa8f5e.tar.bz2
StyleCop fixes
Diffstat (limited to 'src/DotNetOpenAuth.Test/Hosting/HostingTests.cs')
-rw-r--r--src/DotNetOpenAuth.Test/Hosting/HostingTests.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DotNetOpenAuth.Test/Hosting/HostingTests.cs b/src/DotNetOpenAuth.Test/Hosting/HostingTests.cs
index f65d081..ff72c66 100644
--- a/src/DotNetOpenAuth.Test/Hosting/HostingTests.cs
+++ b/src/DotNetOpenAuth.Test/Hosting/HostingTests.cs
@@ -7,12 +7,12 @@
namespace DotNetOpenAuth.Test.Hosting {
using System;
using System.Collections.Generic;
+ using System.IO;
using System.Linq;
- using System.Text;
- using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Net;
- using System.IO;
+ using System.Text;
using DotNetOpenAuth.Test.OpenId;
+ using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
public class HostingTests : TestBase {