summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-09-10 17:38:02 -0700
committerAndrew <andrewarnott@gmail.com>2008-09-10 17:38:02 -0700
commitd33318e787968182f95c183d1891c9a7d59a3b69 (patch)
treecab197ff7930069fa1314348d361347b415186df /src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
parent9a4d199c6397d2ce3d42e819f433c319a1f3ad20 (diff)
downloadDotNetOpenAuth-d33318e787968182f95c183d1891c9a7d59a3b69.zip
DotNetOpenAuth-d33318e787968182f95c183d1891c9a7d59a3b69.tar.gz
DotNetOpenAuth-d33318e787968182f95c183d1891c9a7d59a3b69.tar.bz2
Started work on unit test code coverage of OAuthChannel.
Diffstat (limited to 'src/DotNetOAuth.Test/DotNetOAuth.Test.csproj')
-rw-r--r--src/DotNetOAuth.Test/DotNetOAuth.Test.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
index 0fa624a..5fce735 100644
--- a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
+++ b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
@@ -58,7 +58,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
- <Compile Include="MessagingUtilitiesTests.cs" />
+ <Compile Include="Messaging\MessagingUtilitiesTests.cs" />
<Compile Include="Messaging\ChannelTests.cs" />
<Compile Include="Messaging\DictionaryXmlReaderTests.cs" />
<Compile Include="Messaging\HttpRequestInfoTests.cs" />