diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-13 18:05:35 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-13 18:05:35 -0700 |
commit | e4e249ea522d4d79622f94a01e41c4d92d3612f4 (patch) | |
tree | 4e5305999229d495a8c2cbedacb9e8a4c4f306b0 /src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | |
parent | 09722c436047dccfb6b6294906013786f78d5d53 (diff) | |
download | DotNetOpenAuth-e4e249ea522d4d79622f94a01e41c4d92d3612f4.zip DotNetOpenAuth-e4e249ea522d4d79622f94a01e41c4d92d3612f4.tar.gz DotNetOpenAuth-e4e249ea522d4d79622f94a01e41c4d92d3612f4.tar.bz2 |
Added check so Channel can guarantee that messages receive all the protections they require.
Diffstat (limited to 'src/DotNetOAuth.Test/DotNetOAuth.Test.csproj')
-rw-r--r-- | src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj index 7d6c942..09b5974 100644 --- a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj +++ b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj @@ -64,7 +64,7 @@ <Compile Include="Messaging\DictionaryXmlReaderTests.cs" />
<Compile Include="Messaging\HttpRequestInfoTests.cs" />
<Compile Include="Messaging\ProtocolExceptionTests.cs" />
- <Compile Include="Messaging\StandardExpirationBindingElementTests.cs" />
+ <Compile Include="Messaging\Bindings\StandardExpirationBindingElementTests.cs" />
<Compile Include="Mocks\MockTransformationBindingElement.cs" />
<Compile Include="Mocks\MockReplayProtectionBindingElement.cs" />
<Compile Include="Mocks\TestBaseMessage.cs" />
|