diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-11-08 21:44:49 -0800 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-11-08 21:44:49 -0800 |
commit | 270f2e74a5bd3dfebb18b6e52f1357d048aaef78 (patch) | |
tree | c9aaaa0c63d142f80471f3e5467b04d1c68a78e4 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | 1601b71eea6877deada862964cc5c26fb5a71e2d (diff) | |
download | DotNetOpenAuth-270f2e74a5bd3dfebb18b6e52f1357d048aaef78.zip DotNetOpenAuth-270f2e74a5bd3dfebb18b6e52f1357d048aaef78.tar.gz DotNetOpenAuth-270f2e74a5bd3dfebb18b6e52f1357d048aaef78.tar.bz2 |
Refactored test coordinator so it can be used with OpenID as well as OAuth.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index b580064..d4b3b56 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -58,7 +58,9 @@ </Reference> </ItemGroup> <ItemGroup> + <Compile Include="CoordinatorBase.cs" /> <Compile Include="Messaging\CollectionAssert.cs" /> + <Compile Include="Messaging\ErrorUtilitiesTests.cs" /> <Compile Include="Messaging\MessageSerializerTests.cs" /> <Compile Include="Messaging\Reflection\MessageDescriptionTests.cs" /> <Compile Include="Messaging\Reflection\MessageDictionaryTests.cs" /> @@ -102,9 +104,9 @@ <Compile Include="OpenId\Messages\IndirectErrorResponseTests.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Messaging\ResponseTests.cs" /> - <Compile Include="Scenarios\AppendixScenarios.cs" /> - <Compile Include="Scenarios\CoordinatingOAuthChannel.cs" /> - <Compile Include="Scenarios\Coordinator.cs" /> + <Compile Include="OAuth\AppendixScenarios.cs" /> + <Compile Include="Mocks\CoordinatingOAuthChannel.cs" /> + <Compile Include="OAuth\OAuthCoordinator.cs" /> <Compile Include="TestBase.cs" /> <Compile Include="TestUtilities.cs" /> <Compile Include="UriUtilTests.cs" /> @@ -121,6 +123,9 @@ <ItemGroup> <Shadow Include="Test References\DotNetOpenAuth.accessor" /> </ItemGroup> + <ItemGroup> + <Folder Include="Scenarios\" /> + </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="..\..\tools\DotNetOpenAuth.Versioning.targets" /> </Project>
\ No newline at end of file |