summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-02-20 22:18:31 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-02-20 22:18:31 -0800
commit335402d6dda7a96acab14e7263ef16e06e637d12 (patch)
tree1f108e239c21dcdc99469d113224afde4ae3cade /src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs
parent234cf20e86b0ed1d65bca4a61eabb3277e8562c5 (diff)
downloadDotNetOpenAuth-335402d6dda7a96acab14e7263ef16e06e637d12.zip
DotNetOpenAuth-335402d6dda7a96acab14e7263ef16e06e637d12.tar.gz
DotNetOpenAuth-335402d6dda7a96acab14e7263ef16e06e637d12.tar.bz2
Added scaffolding for OAuth2 unit tests and added the first test for client authorization.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs')
-rw-r--r--src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs b/src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs
deleted file mode 100644
index 309dfaf..0000000
--- a/src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-//-----------------------------------------------------------------------
-// <copyright file="OAuth2ChannelTests.cs" company="Outercurve Foundation">
-// Copyright (c) Outercurve Foundation. All rights reserved.
-// </copyright>
-//-----------------------------------------------------------------------
-
-namespace DotNetOpenAuth.Test.OAuth2 {
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using DotNetOpenAuth.Messaging;
- using DotNetOpenAuth.OAuth2;
- using DotNetOpenAuth.OAuth2.ChannelElements;
- using DotNetOpenAuth.OAuth2.Messages;
- using NUnit.Framework;
-
- [TestFixture]
- public class OAuth2ChannelTests : OAuth2TestBase {
- }
-}