summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Integration.Tests/interactive/FailoverTest.cs
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2009-12-03 23:55:48 +0000
committerAidan Skinner <aidan@apache.org>2009-12-03 23:55:48 +0000
commit43f0dea566c81bb72aea75b825bbd97ec5d1d950 (patch)
treec8a33d349851bd6c231ec72546cddd39e9becb17 /dotnet/Qpid.Integration.Tests/interactive/FailoverTest.cs
parent4e76800d4d4a1599452c52b473ab5e2684160698 (diff)
downloadqpid-python-43f0dea566c81bb72aea75b825bbd97ec5d1d950.tar.gz
Fix eol style property
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@886998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Integration.Tests/interactive/FailoverTest.cs')
-rw-r--r--dotnet/Qpid.Integration.Tests/interactive/FailoverTest.cs4
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>