diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-02-03 14:00:35 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-02-03 14:00:35 +0100 |
commit | a46e190723a7678e92eccd46971a98f23df64115 (patch) | |
tree | 02c38e29b8a63a419092653339b9ceaefc176c3c /scripts/TestUtil.py | |
parent | Fixed (ICE-6235) - Update eclipse to support new JAR names (diff) | |
download | ice-a46e190723a7678e92eccd46971a98f23df64115.tar.bz2 ice-a46e190723a7678e92eccd46971a98f23df64115.tar.xz ice-a46e190723a7678e92eccd46971a98f23df64115.zip |
IceGridDiscovery is now IceLocatorDiscovery
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 883a7623e89..5cb82635d61 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1754,7 +1754,8 @@ def getTestEnv(lang, testdir): # # Jar files from the source of binary distribution # - iceJARs = ["ice", "glacier2", "freeze", "icebox", "icestorm", "icegrid", "icepatch2", "icediscovery"] + iceJARs = ["ice", "glacier2", "freeze", "icebox", "icestorm", "icegrid", "icepatch2", "icediscovery", + "icelocatordiscovery"] jarSuffix = "-" + iceVersion + ".jar" # First sanitize the environment. |