summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-04-17 21:01:43 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2008-04-17 21:01:43 -0700
commit0fa78ed519bd570d01bea13f6c19d12fa5ab369f (patch)
tree7cb77a1929020f35d280664488e4f70c9fbc4acd /src/DotNetOpenId.Test/DotNetOpenId.Test.csproj
parent07b8b586c6873b88df126b4bd9947d87afe8f929 (diff)
downloadDotNetOpenAuth-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.csproj2
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" />