diff options
Diffstat (limited to 'qpid/dotnet/Qpid.Client.Tests/interop/TestClient.cs')
| -rw-r--r-- | qpid/dotnet/Qpid.Client.Tests/interop/TestClient.cs | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/qpid/dotnet/Qpid.Client.Tests/interop/TestClient.cs b/qpid/dotnet/Qpid.Client.Tests/interop/TestClient.cs index b502129325..b15f7fbda9 100644 --- a/qpid/dotnet/Qpid.Client.Tests/interop/TestClient.cs +++ b/qpid/dotnet/Qpid.Client.Tests/interop/TestClient.cs @@ -1,13 +1,12 @@ using System;
-using System.Collections.Generic;
using System.Collections;
using System.Text;
-using Qpid.Messaging;
-using Qpid.Client.Qms;
+using Apache.Qpid.Messaging;
+using Apache.Qpid.Client.Qms;
using log4net;
-using Qpid.Client.Tests.interop.TestCases;
+using Apache.Qpid.Client.Tests.interop.TestCases;
-namespace Qpid.Client.Tests.interop
+namespace Apache.Qpid.Client.Tests.interop
{
/// <summary>
/// Implements a test client as described in the interop testing spec
|
