diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-06-06 08:39:47 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-06-06 08:39:47 -0700 |
commit | ddf0b1632e9ccceca514bfee6f65c5786b078dcd (patch) | |
tree | fe6bad5c1b34d29c849b13d5b2ef3e30aec7b1a6 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | 63daff25f5ea47e6bd7826c21fe2ba9905185e8c (diff) | |
download | DotNetOpenAuth-ddf0b1632e9ccceca514bfee6f65c5786b078dcd.zip DotNetOpenAuth-ddf0b1632e9ccceca514bfee6f65c5786b078dcd.tar.gz DotNetOpenAuth-ddf0b1632e9ccceca514bfee6f65c5786b078dcd.tar.bz2 |
Added tests for the UriOrOobEncoding class.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 591c442..bfc6253 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -167,6 +167,7 @@ <Compile Include="OAuth\ChannelElements\OAuthChannelTests.cs" /> <Compile Include="OAuth\ChannelElements\PlaintextSigningBindingElementTest.cs" /> <Compile Include="OAuth\ChannelElements\SigningBindingElementBaseTests.cs" /> + <Compile Include="OAuth\ChannelElements\UriOrOobEncodingTests.cs" /> <Compile Include="OAuth\ConsumerDescription.cs" /> <Compile Include="OAuth\ProtocolTests.cs" /> <Compile Include="OAuth\ServiceProviderDescriptionTests.cs" /> |