summaryrefslogtreecommitdiff
path: root/dotnet/TestClient/Program.cs
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2008-01-15 17:28:33 +0000
committerRupert Smith <rupertlssmith@apache.org>2008-01-15 17:28:33 +0000
commitc23f086cebae13d9785ba8572dabadb4eb4d9402 (patch)
tree54422ab3ac28397f0b119e35b05be63984ec99ed /dotnet/TestClient/Program.cs
parenta652cc84e7244a8f5fd97995d667f01958d1c29a (diff)
downloadqpid-python-c23f086cebae13d9785ba8572dabadb4eb4d9402.tar.gz
Qpid-491 Integration and pure unit test types have been split into seperate modules. Executable for integration style tests not created, and may not be, but seperate target in the nant build has been created, so there is at least a way to run all integration style tests from one place.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@612164 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/TestClient/Program.cs')
-rw-r--r--dotnet/TestClient/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/TestClient/Program.cs b/dotnet/TestClient/Program.cs
index 4c39638eb3..10e7975fd3 100644
--- a/dotnet/TestClient/Program.cs
+++ b/dotnet/TestClient/Program.cs
@@ -4,7 +4,7 @@ namespace TopicListener
{
static void Main(string[] args)
{
- Apache.Qpid.Client.Tests.interop.TestClient.Main(args);
+ Apache.Qpid.Integration.Tests.interop.TestClient.Main(args);
}
}
}