diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-02 21:00:56 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-02 21:00:56 -0700 |
commit | 14073d6440b506a526e4bf8d8900530130431746 (patch) | |
tree | 83158b5bad0a48f8fd76e9e00ccebe1e37c8e425 /src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | |
parent | 0cb15a44b3b5f818a402046f13bc217a8a1e8b22 (diff) | |
download | DotNetOpenAuth-14073d6440b506a526e4bf8d8900530130431746.zip DotNetOpenAuth-14073d6440b506a526e4bf8d8900530130431746.tar.gz DotNetOpenAuth-14073d6440b506a526e4bf8d8900530130431746.tar.bz2 |
Finished up the Channel stack and started with channel tests.
Diffstat (limited to 'src/DotNetOAuth.Test/DotNetOAuth.Test.csproj')
-rw-r--r-- | src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj index 86edb3c..fd01adb 100644 --- a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj +++ b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj @@ -58,8 +58,12 @@ </Reference>
</ItemGroup>
<ItemGroup>
- <Compile Include="Messaging\MessageSerializerTest.cs" />
+ <Compile Include="Messaging\ChannelTests.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="ServiceProviderTest.cs" />
<Compile Include="TestBase.cs" />
|