diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-21 12:39:32 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-21 12:39:32 -0700 |
commit | 76c4a164c8af4b5239834934bfa8915a60678ed5 (patch) | |
tree | bcf40394f040fced8b7b121d4a2d7f9367c78985 /src/DotNetOAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs | |
parent | 3b3a1836352fc2d50cb2698f9a2910aa1f9ba0d2 (diff) | |
download | DotNetOpenAuth-76c4a164c8af4b5239834934bfa8915a60678ed5.zip DotNetOpenAuth-76c4a164c8af4b5239834934bfa8915a60678ed5.tar.gz DotNetOpenAuth-76c4a164c8af4b5239834934bfa8915a60678ed5.tar.bz2 |
StylCop and FxCop work.
Diffstat (limited to 'src/DotNetOAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs')
-rw-r--r-- | src/DotNetOAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs b/src/DotNetOAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs index b1ae0b6..143e6b8 100644 --- a/src/DotNetOAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs +++ b/src/DotNetOAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs @@ -1,5 +1,5 @@ //-----------------------------------------------------------------------
-// <copyright file="MessageDictionaryTest.cs" company="Andrew Arnott">
+// <copyright file="MessageDictionaryTests.cs" company="Andrew Arnott">
// Copyright (c) Andrew Arnott. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
@@ -9,10 +9,10 @@ namespace DotNetOAuth.Test.Messaging.Reflection { using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
+ using System.Xml;
using DotNetOAuth.Messaging;
using DotNetOAuth.Messaging.Reflection;
using Microsoft.VisualStudio.TestTools.UnitTesting;
- using System.Xml;
[TestClass]
public class MessageDictionaryTests : MessagingTestBase {
|