summaryrefslogtreecommitdiff
path: root/scripts/tests/Ice/retry.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2019-09-23 12:30:07 +0200
committerBenoit Foucher <benoit@zeroc.com>2019-09-23 12:30:07 +0200
commit380192c328a1dbc8637be92ad592ef129fbb7769 (patch)
tree0acecc3bac1bb95a0a31872219e996452631d637 /scripts/tests/Ice/retry.py
parentFixed warnings from Ice/retry test, fixes #539 (diff)
downloadice-380192c328a1dbc8637be92ad592ef129fbb7769.tar.bz2
ice-380192c328a1dbc8637be92ad592ef129fbb7769.tar.xz
ice-380192c328a1dbc8637be92ad592ef129fbb7769.zip
Fixed retry collocated test
Diffstat (limited to 'scripts/tests/Ice/retry.py')
-rw-r--r--scripts/tests/Ice/retry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests/Ice/retry.py b/scripts/tests/Ice/retry.py
index b245f40f459..643143fb4f9 100644
--- a/scripts/tests/Ice/retry.py
+++ b/scripts/tests/Ice/retry.py
@@ -12,7 +12,7 @@ traceProps = {
testcases = [ClientServerTestCase(traceProps=traceProps)]
-if Mapping.getByPath(__name__).hasSource("Ice/metrics", "collocated"):
+if Mapping.getByPath(__name__).hasSource("Ice/retry", "collocated"):
testcases += [ CollocatedTestCase(traceProps=traceProps) ]
TestSuite(__name__, testcases)