diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-27 06:38:06 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-27 06:41:23 -0700 |
commit | f29ad7a326e2889edb801192c20b291e4245b02f (patch) | |
tree | b2da01de9e67f6dc17050ba3a6b43fde931d14cc /src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs | |
parent | acaeafb5d752a1183bcad21034459b015ba2549d (diff) | |
download | DotNetOpenAuth-f29ad7a326e2889edb801192c20b291e4245b02f.zip DotNetOpenAuth-f29ad7a326e2889edb801192c20b291e4245b02f.tar.gz DotNetOpenAuth-f29ad7a326e2889edb801192c20b291e4245b02f.tar.bz2 |
Fixed the namespace of several tests.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs b/src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs index 82d211a..521f62e 100644 --- a/src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs +++ b/src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs @@ -4,7 +4,7 @@ // </copyright> //----------------------------------------------------------------------- -namespace DotNetOpenAuth.Test.ChannelElements { +namespace DotNetOpenAuth.Test.OAuth.ChannelElements { using System; using System.Collections.Generic; using System.Collections.Specialized; |