diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-22 08:39:49 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-22 08:39:49 -0800 |
commit | 1b3fac76d3f63830d2a5fbe07b90fbcfb2bb8b8b (patch) | |
tree | 1615bc256cbe5c9536ca4492c8296072d57b70c6 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | 79ce3eee130d5bc58e44b78acd9b4b9693b07ecc (diff) | |
parent | ba1511f42007de1b6439d32a563b0f4a58dcbb53 (diff) | |
download | DotNetOpenAuth-1b3fac76d3f63830d2a5fbe07b90fbcfb2bb8b8b.zip DotNetOpenAuth-1b3fac76d3f63830d2a5fbe07b90fbcfb2bb8b8b.tar.gz DotNetOpenAuth-1b3fac76d3f63830d2a5fbe07b90fbcfb2bb8b8b.tar.bz2 |
Merge branch 'standardmessagefactory' into oauthWRAP
Conflicts:
src/DotNetOpenAuth/DotNetOpenAuth.csproj
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 6540714..a0c849a 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -196,6 +196,7 @@ <Compile Include="Messaging\Bindings\StandardExpirationBindingElementTests.cs" /> <Compile Include="Messaging\Reflection\MessagePartTests.cs" /> <Compile Include="Messaging\Reflection\ValueMappingTests.cs" /> + <Compile Include="Messaging\StandardMessageFactoryTests.cs" /> <Compile Include="Mocks\AssociateUnencryptedRequestNoSslCheck.cs" /> <Compile Include="Mocks\CoordinatingChannel.cs" /> <Compile Include="Mocks\CoordinatingHttpRequestInfo.cs" /> |