diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-12-01 20:57:48 -0800 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-12-01 20:57:48 -0800 |
commit | 09de2515c643921f653f4098187d7ca006ebeb60 (patch) | |
tree | 75d5fca40ac9be125b2a2d5d13eb979e5264bc1b /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | fac327d8047e62bd265997cf05ff45ac062a4ff3 (diff) | |
download | DotNetOpenAuth-09de2515c643921f653f4098187d7ca006ebeb60.zip DotNetOpenAuth-09de2515c643921f653f4098187d7ca006ebeb60.tar.gz DotNetOpenAuth-09de2515c643921f653f4098187d7ca006ebeb60.tar.bz2 |
Added tests for the Associations class.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 0ea0f5e..9c18ac1 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -101,6 +101,7 @@ <Compile Include="OAuth\ConsumerDescription.cs" /> <Compile Include="OAuth\ProtocolTests.cs" /> <Compile Include="OAuth\ServiceProviderDescriptionTests.cs" /> + <Compile Include="OpenId\AssociationsTests.cs" /> <Compile Include="OpenId\ChannelElements\KeyValueFormEncodingTests.cs" /> <Compile Include="OpenId\IdentifierTests.cs" /> <Compile Include="OpenId\Messages\AssociateDiffieHellmanRequestTests.cs" /> |