diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-19 20:29:12 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-19 20:29:12 -0700 |
commit | 558e51ae4b40e79b7d681a94d9b14afba846db19 (patch) | |
tree | 8c3bfe2c3626a008ce7443a38db878d732488972 /src/DotNetOpenAuth.Test/OAuth/ChannelElements/HmacSha1SigningBindingElementTests.cs | |
parent | e6a4257d2681e8988a981bec18d03348ea31a630 (diff) | |
parent | a45aa1c270709589f406f616510447c98b6592de (diff) | |
download | DotNetOpenAuth-558e51ae4b40e79b7d681a94d9b14afba846db19.zip DotNetOpenAuth-558e51ae4b40e79b7d681a94d9b14afba846db19.tar.gz DotNetOpenAuth-558e51ae4b40e79b7d681a94d9b14afba846db19.tar.bz2 |
Merge branch 'v3.3' into v3.4
Conflicts:
samples/DotNetOpenAuth.ApplicationBlock/Util.cs
Diffstat (limited to 'src/DotNetOpenAuth.Test/OAuth/ChannelElements/HmacSha1SigningBindingElementTests.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/OAuth/ChannelElements/HmacSha1SigningBindingElementTests.cs | 2 |
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 036f8ec..e1ff959 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; |