diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-28 22:55:39 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-10-02 07:33:02 -0700 |
commit | 209d9eee7134e742fa7ec0a0b55bea9fd83ecf87 (patch) | |
tree | 01d164d1c17874c97ccba381f01455eff045896f /src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | |
parent | 44cc811c6af84fe390454b7beaa4b43ece7a8883 (diff) | |
download | DotNetOpenAuth-209d9eee7134e742fa7ec0a0b55bea9fd83ecf87.zip DotNetOpenAuth-209d9eee7134e742fa7ec0a0b55bea9fd83ecf87.tar.gz DotNetOpenAuth-209d9eee7134e742fa7ec0a0b55bea9fd83ecf87.tar.bz2 |
Fixed StyleCop issues and added a couple of HMAC signature tests.
Diffstat (limited to 'src/DotNetOAuth.Test/DotNetOAuth.Test.csproj')
-rw-r--r-- | src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj index 6afe84c..19917ea 100644 --- a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj +++ b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj @@ -58,6 +58,8 @@ </Reference>
</ItemGroup>
<ItemGroup>
+ <Compile Include="ChannelElements\SigningBindingElementBaseTests.cs" />
+ <Compile Include="ChannelElements\HmacSha1SigningBindingElementTests.cs" />
<Compile Include="Messaging\CollectionAssert.cs" />
<Compile Include="Messaging\MessageSerializerTests.cs" />
<Compile Include="Messaging\Reflection\MessageDescriptionTests.cs" />
|