diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-27 07:10:20 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-27 07:10:20 -0700 |
commit | eac4e1c25f0a781b36b83818e70929fba0ada8c9 (patch) | |
tree | d97e225fc30b7dab4c090a0a1e0b1cbf9bb74515 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | 3c3bcd96b45099d45855a4cf29bcbb331f78f5ff (diff) | |
download | DotNetOpenAuth-eac4e1c25f0a781b36b83818e70929fba0ada8c9.zip DotNetOpenAuth-eac4e1c25f0a781b36b83818e70929fba0ada8c9.tar.gz DotNetOpenAuth-eac4e1c25f0a781b36b83818e70929fba0ada8c9.tar.bz2 |
Renamed test class to match new class name in library.
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 945f179..8cb8131 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -276,7 +276,7 @@ <Compile Include="OpenId\RelyingParty\PositiveAuthenticationResponseTests.cs" /> <Compile Include="OpenId\RelyingParty\OpenIdRelyingPartyTests.cs" /> <Compile Include="OpenId\RelyingParty\RelyingPartySecuritySettingsTests.cs" /> - <Compile Include="OpenId\RelyingParty\ServiceEndpointTests.cs" /> + <Compile Include="OpenId\RelyingParty\IdentifierDiscoveryResultTests.cs" /> <Compile Include="OpenId\UriIdentifierTests.cs" /> <Compile Include="OpenId\XriIdentifierTests.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> |