diff options
author | Rupert Smith <rupertlssmith@apache.org> | 2007-08-07 09:44:59 +0000 |
---|---|---|
committer | Rupert Smith <rupertlssmith@apache.org> | 2007-08-07 09:44:59 +0000 |
commit | acdc3f1f9b6fd97e5461869a3e869736966bfac7 (patch) | |
tree | 1cadceff547aa00b2f722db38938291a53cf587c /dotnet/TestClient/Program.cs | |
parent | a1be116bdebdcda39d11664dff5c08acc7c018a0 (diff) | |
download | qpid-python-acdc3f1f9b6fd97e5461869a3e869736966bfac7.tar.gz |
Interop tests put into a working state.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563434 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/TestClient/Program.cs')
-rw-r--r-- | dotnet/TestClient/Program.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dotnet/TestClient/Program.cs b/dotnet/TestClient/Program.cs new file mode 100644 index 0000000000..4c39638eb3 --- /dev/null +++ b/dotnet/TestClient/Program.cs @@ -0,0 +1,10 @@ +namespace TopicListener
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ Apache.Qpid.Client.Tests.interop.TestClient.Main(args);
+ }
+ }
+}
|