diff options
Diffstat (limited to 'dotnet/Qpid.Integration.Tests/interactive/FailoverTest.cs')
-rw-r--r-- | dotnet/Qpid.Integration.Tests/interactive/FailoverTest.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotnet/Qpid.Integration.Tests/interactive/FailoverTest.cs b/dotnet/Qpid.Integration.Tests/interactive/FailoverTest.cs index 547266a7a5..142ac40b27 100644 --- a/dotnet/Qpid.Integration.Tests/interactive/FailoverTest.cs +++ b/dotnet/Qpid.Integration.Tests/interactive/FailoverTest.cs @@ -73,12 +73,12 @@ namespace Apache.Qpid.Integration.Tests.interactive /// <summary>Used to wait for test completion on. </summary> private static object testComplete = new Object(); - /// <summary>Used to wait for failover completion on. </summary>
+ /// <summary>Used to wait for failover completion on. </summary> private static object failoverComplete = new Object(); bool failedOver=false; - /// <summary>Used to record the extra message count (1) if the message sent right after failover actually made it to the new broker.</summary>
+ /// <summary>Used to record the extra message count (1) if the message sent right after failover actually made it to the new broker.</summary> int _extraMessage = 0; /// <summary> |