diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-04-17 21:01:43 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2008-04-17 21:01:43 -0700 |
commit | 0fa78ed519bd570d01bea13f6c19d12fa5ab369f (patch) | |
tree | 7cb77a1929020f35d280664488e4f70c9fbc4acd /src/DotNetOpenId.Test/DotNetOpenId.Test.csproj | |
parent | 07b8b586c6873b88df126b4bd9947d87afe8f929 (diff) | |
download | DotNetOpenAuth-0fa78ed519bd570d01bea13f6c19d12fa5ab369f.zip DotNetOpenAuth-0fa78ed519bd570d01bea13f6c19d12fa5ab369f.tar.gz DotNetOpenAuth-0fa78ed519bd570d01bea13f6c19d12fa5ab369f.tar.bz2 |
Attribute Exchange extension is now feature complete.
Also added some unit and round-tripping tests.
Diffstat (limited to 'src/DotNetOpenId.Test/DotNetOpenId.Test.csproj')
-rw-r--r-- | src/DotNetOpenId.Test/DotNetOpenId.Test.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj b/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj index bc71e0e..cc7054c 100644 --- a/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj +++ b/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj @@ -44,6 +44,8 @@ <Compile Include="AssociationsTest.cs" />
<Compile Include="AssociationTestSuite.cs" />
<Compile Include="ExtensionsArgumentsManagerTests.cs" />
+ <Compile Include="Extensions\AttributeExchangeFetchRequestTests.cs" />
+ <Compile Include="Extensions\AttributeExchangeFetchResponseTests.cs" />
<Compile Include="Extensions\AttributeExchangeTests.cs" />
<Compile Include="Extensions\ExtensionTestBase.cs" />
<Compile Include="Extensions\SimpleRegistrationTests.cs" />
|