summaryrefslogtreecommitdiff
path: root/dotnet/TopicPublisher/Program.cs
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-02-28 11:08:39 +0000
committerRobert Greig <rgreig@apache.org>2007-02-28 11:08:39 +0000
commitefe99f5843b9aa7c90a4425cba6c9ee0f822fe08 (patch)
treefb875950080433492bf6e066b0e8a73df67bf8e9 /dotnet/TopicPublisher/Program.cs
parenta707cad8e7bf0e7e5dc9725d2d08e63456dcb82d (diff)
downloadqpid-python-efe99f5843b9aa7c90a4425cba6c9ee0f822fe08.tar.gz
(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
Diffstat (limited to 'dotnet/TopicPublisher/Program.cs')
-rw-r--r--dotnet/TopicPublisher/Program.cs10
1 files changed, 10 insertions, 0 deletions
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);
+ }
+ }
+}