summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-09-13 17:20:53 -0700
committerAndrew <andrewarnott@gmail.com>2008-09-13 17:20:53 -0700
commit09722c436047dccfb6b6294906013786f78d5d53 (patch)
treeb266c794ee5662235063e0ec37d6b938674084f6 /src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
parentf665e1e639319918385fcc8397f8c0d5009e3bdd (diff)
downloadDotNetOpenAuth-09722c436047dccfb6b6294906013786f78d5d53.zip
DotNetOpenAuth-09722c436047dccfb6b6294906013786f78d5d53.tar.gz
DotNetOpenAuth-09722c436047dccfb6b6294906013786f78d5d53.tar.bz2
Refactored several Messaging classes into the Messaging.Bindings namespace.
Diffstat (limited to 'src/DotNetOAuth.Test/DotNetOAuth.Test.csproj')
-rw-r--r--src/DotNetOAuth.Test/DotNetOAuth.Test.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
index 32e17aa..7d6c942 100644
--- a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
+++ b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
@@ -64,7 +64,7 @@
<Compile Include="Messaging\DictionaryXmlReaderTests.cs" />
<Compile Include="Messaging\HttpRequestInfoTests.cs" />
<Compile Include="Messaging\ProtocolExceptionTests.cs" />
- <Compile Include="Messaging\StandardMessageExpirationBindingElementTests.cs" />
+ <Compile Include="Messaging\StandardExpirationBindingElementTests.cs" />
<Compile Include="Mocks\MockTransformationBindingElement.cs" />
<Compile Include="Mocks\MockReplayProtectionBindingElement.cs" />
<Compile Include="Mocks\TestBaseMessage.cs" />