diff options
author | Benoit Foucher <benoit@zeroc.com> | 2020-05-08 10:49:26 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2020-05-08 10:49:26 +0200 |
commit | f81b3f23fd3003c221919335fc7dc4c683ce9eed (patch) | |
tree | 284e74083fe839f954fe29b9ef9f14759302f9f7 /scripts/tests | |
parent | Add missing call to base class destroy in BrowserProcessController (diff) | |
download | ice-f81b3f23fd3003c221919335fc7dc4c683ce9eed.tar.bz2 ice-f81b3f23fd3003c221919335fc7dc4c683ce9eed.tar.xz ice-f81b3f23fd3003c221919335fc7dc4c683ce9eed.zip |
Bumped network tracing for IceDiscovery/simple test
Diffstat (limited to 'scripts/tests')
-rw-r--r-- | scripts/tests/IceDiscovery/simple.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/tests/IceDiscovery/simple.py b/scripts/tests/IceDiscovery/simple.py index 4732a31469a..0594f3ce1ab 100644 --- a/scripts/tests/IceDiscovery/simple.py +++ b/scripts/tests/IceDiscovery/simple.py @@ -19,7 +19,8 @@ props = lambda process, current: { traceProps = { "Ice.Trace.Locator" : 2, - "Ice.Trace.Protocol" : 1 + "Ice.Trace.Protocol" : 1, + "Ice.Trace.Network" : 3 } # |