summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-07-19 20:26:51 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-07-19 20:26:51 -0700
commit0cfab05dbcb1449f692e227cb06a103a230c18a9 (patch)
tree90fd9911e7ac045d1b3784136e03e4b744d05fac /src/DotNetOpenAuth.Test/Mocks
parentcc2073706f7d1d3d331883433c0b79028c4eb204 (diff)
parente615d3c78021d4326ec1442906576defed1d2aa7 (diff)
downloadDotNetOpenAuth-0cfab05dbcb1449f692e227cb06a103a230c18a9.zip
DotNetOpenAuth-0cfab05dbcb1449f692e227cb06a103a230c18a9.tar.gz
DotNetOpenAuth-0cfab05dbcb1449f692e227cb06a103a230c18a9.tar.bz2
Merge branch 'v3.0' into v3.1
Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
Diffstat (limited to 'src/DotNetOpenAuth.Test/Mocks')
-rw-r--r--src/DotNetOpenAuth.Test/Mocks/InMemoryTokenManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Test/Mocks/InMemoryTokenManager.cs b/src/DotNetOpenAuth.Test/Mocks/InMemoryTokenManager.cs
index 6980761..c438f46 100644
--- a/src/DotNetOpenAuth.Test/Mocks/InMemoryTokenManager.cs
+++ b/src/DotNetOpenAuth.Test/Mocks/InMemoryTokenManager.cs
@@ -12,6 +12,7 @@ namespace DotNetOpenAuth.Test.Mocks {
using DotNetOpenAuth.Messaging;
using DotNetOpenAuth.OAuth.ChannelElements;
using DotNetOpenAuth.OAuth.Messages;
+ using DotNetOpenAuth.Test.OAuth;
internal class InMemoryTokenManager : IConsumerTokenManager, IServiceProviderTokenManager {
private KeyedCollectionDelegate<string, ConsumerInfo> consumers = new KeyedCollectionDelegate<string, ConsumerInfo>(c => c.Key);