From efe99f5843b9aa7c90a4425cba6c9ee0f822fe08 Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Wed, 28 Feb 2007 11:08:39 +0000 Subject: (Patch submitted by Rupert Smith) dotnet_iop.diff. Implements interop tests compatable with the existing topic tests. Used to succesfully test the field table changes. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@512700 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/TopicPublisher/Program.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dotnet/TopicPublisher/Program.cs (limited to 'dotnet/TopicPublisher/Program.cs') diff --git a/dotnet/TopicPublisher/Program.cs b/dotnet/TopicPublisher/Program.cs new file mode 100644 index 0000000000..9206466cf7 --- /dev/null +++ b/dotnet/TopicPublisher/Program.cs @@ -0,0 +1,10 @@ +namespace TopicPublisher +{ + class Program + { + static void Main(string[] args) + { + Qpid.Client.Tests.interop.TopicPublisher.Main(args); + } + } +} -- cgit v1.2.1