summaryrefslogtreecommitdiff
path: root/dotnet/client-010/examples/request-response/verify_python_dotnet
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-10-31 23:37:31 +0000
committerRobert Gemmell <robbie@apache.org>2010-10-31 23:37:31 +0000
commit51816983faa4ce04c1d49abe600a1a59f01ee6a6 (patch)
treec754f3f3c7e0e4fd4ff95edc84f6ac9b53269851 /dotnet/client-010/examples/request-response/verify_python_dotnet
parent653bf88ce02d780c35367de3e4c9bb185fa5dd86 (diff)
downloadqpid-python-51816983faa4ce04c1d49abe600a1a59f01ee6a6.tar.gz
Delete the unlicenced .net client example verification scripts etc which depend on the old Python and Java examples that have previously been deleted
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1029518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/client-010/examples/request-response/verify_python_dotnet')
-rw-r--r--dotnet/client-010/examples/request-response/verify_python_dotnet12
1 files changed, 0 insertions, 12 deletions
diff --git a/dotnet/client-010/examples/request-response/verify_python_dotnet b/dotnet/client-010/examples/request-response/verify_python_dotnet
deleted file mode 100644
index f1b5d662bd..0000000000
--- a/dotnet/client-010/examples/request-response/verify_python_dotnet
+++ /dev/null
@@ -1,12 +0,0 @@
-# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
-py=$PYTHON_EXAMPLES/request-response
-
-client_dotnet()
-{
-mono $DOTNET_EXAMPLES/example-request-response-Client.exe localhost 5672
-}
-
-background "Request server running" $py/server.py
-clients client_dotnet
-kill %%
-outputs "client_dotnet.out | remove_uuid" "$py/server.py.out | remove_uuid"