summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OAuth/ChannelElements/HmacSha1SigningBindingElementTests.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-06-27 06:38:06 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-06-27 06:41:23 -0700
commitf29ad7a326e2889edb801192c20b291e4245b02f (patch)
treeb2da01de9e67f6dc17050ba3a6b43fde931d14cc /src/DotNetOpenAuth.Test/OAuth/ChannelElements/HmacSha1SigningBindingElementTests.cs
parentacaeafb5d752a1183bcad21034459b015ba2549d (diff)
downloadDotNetOpenAuth-f29ad7a326e2889edb801192c20b291e4245b02f.zip
DotNetOpenAuth-f29ad7a326e2889edb801192c20b291e4245b02f.tar.gz
DotNetOpenAuth-f29ad7a326e2889edb801192c20b291e4245b02f.tar.bz2
Fixed the namespace of several tests.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OAuth/ChannelElements/HmacSha1SigningBindingElementTests.cs')
-rw-r--r--src/DotNetOpenAuth.Test/OAuth/ChannelElements/HmacSha1SigningBindingElementTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OAuth/ChannelElements/HmacSha1SigningBindingElementTests.cs b/src/DotNetOpenAuth.Test/OAuth/ChannelElements/HmacSha1SigningBindingElementTests.cs
index fcdb5e8..6477510 100644
--- a/src/DotNetOpenAuth.Test/OAuth/ChannelElements/HmacSha1SigningBindingElementTests.cs
+++ b/src/DotNetOpenAuth.Test/OAuth/ChannelElements/HmacSha1SigningBindingElementTests.cs
@@ -4,7 +4,7 @@
// </copyright>
//-----------------------------------------------------------------------
-namespace DotNetOpenAuth.Test.ChannelElements {
+namespace DotNetOpenAuth.Test.OAuth.ChannelElements {
using DotNetOpenAuth.OAuth.ChannelElements;
using DotNetOpenAuth.OAuth.Messages;
using DotNetOpenAuth.Test.Mocks;