diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-05-08 09:25:24 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-05-08 09:25:24 -0700 |
commit | c9d487b66ea899b69b3c33ac45f499c6c61c9b21 (patch) | |
tree | f9e0ec60950e1e5115c19829c2ffa25026c02672 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | 9abbc3d8243c2a4a92155b8cb61ebf06fcbeaec3 (diff) | |
download | DotNetOpenAuth-c9d487b66ea899b69b3c33ac45f499c6c61c9b21.zip DotNetOpenAuth-c9d487b66ea899b69b3c33ac45f499c6c61c9b21.tar.gz DotNetOpenAuth-c9d487b66ea899b69b3c33ac45f499c6c61c9b21.tar.bz2 |
StyleCop fixes and functional touch-ups.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 941857d..9bae939 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -243,7 +243,7 @@ <Compile Include="OAuth\ProtocolTests.cs" /> <Compile Include="OAuth\ServiceProviderDescriptionTests.cs" /> <Compile Include="OAuth\ServiceProviderTests.cs" /> - <Compile Include="OpenId\AssociationsTests.cs" /> + <Compile Include="OpenId\RelyingParty\AssociationsTests.cs" /> <Compile Include="OpenId\AssociationTests.cs" /> <Compile Include="OpenId\AuthenticationTests.cs" /> <Compile Include="OpenId\ChannelElements\ExtensionsBindingElementTests.cs" /> |