diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-06-12 22:36:06 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-06-12 22:36:06 -0700 |
commit | fc714cae7f69d24af4ab12bca1dcbb351708e413 (patch) | |
tree | 5e8fe95847b7ab69794a6ebf3382920c60af21ce /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | 7111f5c52f07e191424f0e4b0ade85e0db11c116 (diff) | |
download | DotNetOpenAuth-fc714cae7f69d24af4ab12bca1dcbb351708e413.zip DotNetOpenAuth-fc714cae7f69d24af4ab12bca1dcbb351708e413.tar.gz DotNetOpenAuth-fc714cae7f69d24af4ab12bca1dcbb351708e413.tar.bz2 |
Progress on moving OpenIdAjaxTextBox-like behavior into the common base 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 3957cfa..1a7a406 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -128,6 +128,7 @@ <Compile Include="Hosting\HttpHost.cs" /> <Compile Include="Hosting\TestingWorkerRequest.cs" /> <Compile Include="Messaging\CollectionAssert.cs" /> + <Compile Include="Messaging\EnumerableCacheTests.cs" /> <Compile Include="Messaging\ErrorUtilitiesTests.cs" /> <Compile Include="Messaging\MessageSerializerTests.cs" /> <Compile Include="Messaging\Reflection\MessageDescriptionTests.cs" /> |