diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-11-02 22:05:41 -0800 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-11-02 22:05:41 -0800 |
commit | 8969dfec9e4e4ecc45f909137dc3a23d7af0bee8 (patch) | |
tree | c903f51425a18182463965093ac3791f98c75145 /src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | |
parent | 71e99449ee02155f34bb4928313c2200246b8a78 (diff) | |
download | DotNetOpenAuth-8969dfec9e4e4ecc45f909137dc3a23d7af0bee8.zip DotNetOpenAuth-8969dfec9e4e4ecc45f909137dc3a23d7af0bee8.tar.gz DotNetOpenAuth-8969dfec9e4e4ecc45f909137dc3a23d7af0bee8.tar.bz2 |
Second stab at app-specific consumer classes.
Refactored to be a static class that operates on some consumer object so that desktop and web consumer alike can use it.
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 04389be..443e65e 100644 --- a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj +++ b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj @@ -60,7 +60,6 @@ <ItemGroup>
<Compile Include="ChannelElements\SigningBindingElementBaseTests.cs" />
<Compile Include="ChannelElements\HmacSha1SigningBindingElementTests.cs" />
- <Compile Include="CommonConsumers\CommonConsumerBaseTest.cs" />
<Compile Include="ConsumerDescription.cs" />
<Compile Include="Messaging\CollectionAssert.cs" />
<Compile Include="Messaging\MessageSerializerTests.cs" />
@@ -100,6 +99,7 @@ <Compile Include="ServiceProviderDescriptionTests.cs" />
<Compile Include="TestBase.cs" />
<Compile Include="UriUtilTests.cs" />
+ <Compile Include="UtilTest.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DotNetOAuth\DotNetOAuth.csproj">
|