diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-03 08:18:46 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-03 08:18:46 -0700 |
commit | e8a2ce8cbe1c544514019a32c8fcf3ecfc6f71f3 (patch) | |
tree | 5b7aa94bb52723936405042788236bfe2dba0e87 /src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | |
parent | 2ca76eb03e338554782d66d4c167c8e3cc592d9e (diff) | |
download | DotNetOpenAuth-e8a2ce8cbe1c544514019a32c8fcf3ecfc6f71f3.zip DotNetOpenAuth-e8a2ce8cbe1c544514019a32c8fcf3ecfc6f71f3.tar.gz DotNetOpenAuth-e8a2ce8cbe1c544514019a32c8fcf3ecfc6f71f3.tar.bz2 |
Added more tests.
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 fd01adb..769cd56 100644 --- a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj +++ b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj @@ -58,13 +58,17 @@ </Reference>
</ItemGroup>
<ItemGroup>
+ <Compile Include="MessagingUtilitiesTest.cs" />
<Compile Include="Messaging\ChannelTests.cs" />
+ <Compile Include="Messaging\DictionaryXmlReaderTests.cs" />
+ <Compile Include="Mocks\TestBadChannel.cs" />
<Compile Include="OAuthChannelTests.cs" />
<Compile Include="Messaging\MessageSerializerTests.cs" />
<Compile Include="Mocks\TestChannel.cs" />
<Compile Include="Mocks\TestMessage.cs" />
<Compile Include="Mocks\TestMessageTypeProvider.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Messaging\ResponseTest.cs" />
<Compile Include="ServiceProviderTest.cs" />
<Compile Include="TestBase.cs" />
</ItemGroup>
|