summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/Messaging/Reflection/MessageDescriptionTests.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-09-21 12:39:32 -0700
committerAndrew <andrewarnott@gmail.com>2008-09-21 12:39:32 -0700
commit76c4a164c8af4b5239834934bfa8915a60678ed5 (patch)
treebcf40394f040fced8b7b121d4a2d7f9367c78985 /src/DotNetOAuth.Test/Messaging/Reflection/MessageDescriptionTests.cs
parent3b3a1836352fc2d50cb2698f9a2910aa1f9ba0d2 (diff)
downloadDotNetOpenAuth-76c4a164c8af4b5239834934bfa8915a60678ed5.zip
DotNetOpenAuth-76c4a164c8af4b5239834934bfa8915a60678ed5.tar.gz
DotNetOpenAuth-76c4a164c8af4b5239834934bfa8915a60678ed5.tar.bz2
StylCop and FxCop work.
Diffstat (limited to 'src/DotNetOAuth.Test/Messaging/Reflection/MessageDescriptionTests.cs')
-rw-r--r--src/DotNetOAuth.Test/Messaging/Reflection/MessageDescriptionTests.cs13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/DotNetOAuth.Test/Messaging/Reflection/MessageDescriptionTests.cs b/src/DotNetOAuth.Test/Messaging/Reflection/MessageDescriptionTests.cs
index 04c1df8..90c64dc 100644
--- a/src/DotNetOAuth.Test/Messaging/Reflection/MessageDescriptionTests.cs
+++ b/src/DotNetOAuth.Test/Messaging/Reflection/MessageDescriptionTests.cs
@@ -1,10 +1,13 @@
-namespace DotNetOAuth.Test.Messaging.Reflection {
+//-----------------------------------------------------------------------
+// <copyright file="MessageDescriptionTests.cs" company="Andrew Arnott">
+// Copyright (c) Andrew Arnott. All rights reserved.
+// </copyright>
+//-----------------------------------------------------------------------
+
+namespace DotNetOAuth.Test.Messaging.Reflection {
using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using Microsoft.VisualStudio.TestTools.UnitTesting;
using DotNetOAuth.Messaging.Reflection;
+ using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
public class MessageDescriptionTests : MessagingTestBase {