From acdc3f1f9b6fd97e5461869a3e869736966bfac7 Mon Sep 17 00:00:00 2001 From: Rupert Smith Date: Tue, 7 Aug 2007 09:44:59 +0000 Subject: 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 --- dotnet/TestClient/Program.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dotnet/TestClient/Program.cs (limited to 'dotnet/TestClient/Program.cs') 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); + } + } +} -- cgit v1.2.1