diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-01-04 14:09:16 -0800 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2009-01-04 14:09:16 -0800 |
commit | 36401871744690f6d89f5e62cf765770c7edd214 (patch) | |
tree | e34771837fa01981fd5ffca3c9440bedbe8f14b2 /src/DotNetOpenAuth.Test/CoordinatorBase.cs | |
parent | bc816ee12352c93eb6c47796c0a9cb76a3f68d0b (diff) | |
download | DotNetOpenAuth-36401871744690f6d89f5e62cf765770c7edd214.zip DotNetOpenAuth-36401871744690f6d89f5e62cf765770c7edd214.tar.gz DotNetOpenAuth-36401871744690f6d89f5e62cf765770c7edd214.tar.bz2 |
Added unit test channel coordination checks to prevent hanging tests when one party's channel is waiting for an incoming message from another channel that will never arrive.
Diffstat (limited to 'src/DotNetOpenAuth.Test/CoordinatorBase.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/CoordinatorBase.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Test/CoordinatorBase.cs b/src/DotNetOpenAuth.Test/CoordinatorBase.cs index 8efd46d..fdb2991 100644 --- a/src/DotNetOpenAuth.Test/CoordinatorBase.cs +++ b/src/DotNetOpenAuth.Test/CoordinatorBase.cs @@ -8,6 +8,8 @@ namespace DotNetOpenAuth.Test { using System; using System.Threading; using DotNetOpenAuth.Messaging; + using DotNetOpenAuth.OpenId.RelyingParty; + using DotNetOpenAuth.Test.Mocks; using Microsoft.VisualStudio.TestTools.UnitTesting; internal abstract class CoordinatorBase<T1, T2> { |