summaryrefslogtreecommitdiff
path: root/scripts/tests/Ice/interceptor.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tests/Ice/interceptor.py')
-rw-r--r--scripts/tests/Ice/interceptor.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/tests/Ice/interceptor.py b/scripts/tests/Ice/interceptor.py
new file mode 100644
index 00000000000..1db4578f24b
--- /dev/null
+++ b/scripts/tests/Ice/interceptor.py
@@ -0,0 +1,10 @@
+# **********************************************************************
+#
+# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+#
+# This copy of Ice is licensed to you under the terms described in the
+# ICE_LICENSE file included in this distribution.
+#
+# **********************************************************************
+
+TestSuite(__name__, [ClientTestCase(client=Client(props={"Ice.Warn.Dispatch" : 0}))], libDirs=["interceptortest"])