summaryrefslogtreecommitdiff
path: root/M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python
diff options
context:
space:
mode:
Diffstat (limited to 'M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python')
-rw-r--r--M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python11
1 files changed, 0 insertions, 11 deletions
diff --git a/M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python b/M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python
deleted file mode 100644
index dd62dbcbeb..0000000000
--- a/M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python
+++ /dev/null
@@ -1,11 +0,0 @@
-# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
-py=$PYTHON_EXAMPLES/pubsub
-
-pubsub_producer_dotnet()
-{
-mono $DOTNET_EXAMPLES/example-pub-sub-Publisher.exe localhost 5672
-}
-
-background "Queues created" $py/topic_subscriber.py
-clients pubsub_producer_dotnet
-outputs ./pubsub_producer_dotnet.out "$py/topic_subscriber.py.out | remove_uuid | sort"