diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-06 20:01:17 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-06 20:01:17 -0800 |
commit | 0b55dfd83982ae846e3fb36b59c50901d1b980f5 (patch) | |
tree | 772721183dfc6686a7d77e14d7334d2b93afc4f8 /src/DotNetOpenAuth.Test/LocalizationTests.cs | |
parent | f10938718643bf38470c33e9428e5fbf7240a530 (diff) | |
download | DotNetOpenAuth-0b55dfd83982ae846e3fb36b59c50901d1b980f5.zip DotNetOpenAuth-0b55dfd83982ae846e3fb36b59c50901d1b980f5.tar.gz DotNetOpenAuth-0b55dfd83982ae846e3fb36b59c50901d1b980f5.tar.bz2 |
Fixed new StyleCop issues that cropped up (by installing Dev10?)
Diffstat (limited to 'src/DotNetOpenAuth.Test/LocalizationTests.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/LocalizationTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/LocalizationTests.cs b/src/DotNetOpenAuth.Test/LocalizationTests.cs index 733e77d..4920deb 100644 --- a/src/DotNetOpenAuth.Test/LocalizationTests.cs +++ b/src/DotNetOpenAuth.Test/LocalizationTests.cs @@ -8,9 +8,9 @@ namespace DotNetOpenAuth.Test { using System; using System.Globalization; using System.Threading; + using System.Web; using DotNetOpenAuth.Messaging; using NUnit.Framework; - using System.Web; /// <summary> /// Tests various localized resources work as expected. |