diff options
author | Rupert Smith <rupertlssmith@apache.org> | 2008-01-15 17:28:33 +0000 |
---|---|---|
committer | Rupert Smith <rupertlssmith@apache.org> | 2008-01-15 17:28:33 +0000 |
commit | c23f086cebae13d9785ba8572dabadb4eb4d9402 (patch) | |
tree | 54422ab3ac28397f0b119e35b05be63984ec99ed /dotnet/TestClient/Program.cs | |
parent | a652cc84e7244a8f5fd97995d667f01958d1c29a (diff) | |
download | qpid-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.cs | 2 |
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);
}
}
}
|