diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-27 09:32:32 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-27 09:32:32 -0700 |
commit | 452a3bcdbe2028923ba869803c95f7ebb3699610 (patch) | |
tree | afaa5af30a219c5da8aa58c9bd63689d84f04d44 /src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | |
parent | faa8a59cf77470e092ce9c2fe99f9ed7432567b3 (diff) | |
download | DotNetOpenAuth-452a3bcdbe2028923ba869803c95f7ebb3699610.zip DotNetOpenAuth-452a3bcdbe2028923ba869803c95f7ebb3699610.tar.gz DotNetOpenAuth-452a3bcdbe2028923ba869803c95f7ebb3699610.tar.bz2 |
PlainText signing binding element no longer signs HTTP messages, but only HTTPS messages.
This breaks the scenario test.
Diffstat (limited to 'src/DotNetOAuth.Test/DotNetOAuth.Test.csproj')
-rw-r--r-- | src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj index 8771050..00c7fc2 100644 --- a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj +++ b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj @@ -86,6 +86,7 @@ <Compile Include="Mocks\TestChannel.cs" />
<Compile Include="Mocks\TestMessage.cs" />
<Compile Include="Mocks\TestMessageTypeProvider.cs" />
+ <Compile Include="ChannelElements\PlainTextSigningBindingElementTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Messaging\ResponseTests.cs" />
<Compile Include="ProtocolTests.cs" />
@@ -105,6 +106,9 @@ <ItemGroup>
<EmbeddedResource Include="Logging.config" />
</ItemGroup>
+ <ItemGroup>
+ <Shadow Include="Test References\DotNetOAuth.accessor" />
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\tools\DotNetOAuth.Versioning.targets" />
</Project>
\ No newline at end of file |