diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-09-14 19:44:51 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-09-14 19:44:51 +0000 |
commit | 48918d87206d3cc754f5741f9b0f844c0799ca3a (patch) | |
tree | 74189a0639c5dce5bd39a0ddbd7c6301ca6d44d2 /py/test/Ice/exceptions/Client.py | |
parent | fix for bug 282 (diff) | |
download | ice-48918d87206d3cc754f5741f9b0f844c0799ca3a.tar.bz2 ice-48918d87206d3cc754f5741f9b0f844c0799ca3a.tar.xz ice-48918d87206d3cc754f5741f9b0f844c0799ca3a.zip |
adding collocated tests
Diffstat (limited to 'py/test/Ice/exceptions/Client.py')
-rw-r--r-- | py/test/Ice/exceptions/Client.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/py/test/Ice/exceptions/Client.py b/py/test/Ice/exceptions/Client.py index 4bbadf909b0..7fdec9c5781 100644 --- a/py/test/Ice/exceptions/Client.py +++ b/py/test/Ice/exceptions/Client.py @@ -20,7 +20,9 @@ else: sys.path.insert(0, os.path.join(toplevel, "python")) sys.path.insert(0, os.path.join(toplevel, "lib")) -import Ice, AllTests +import Ice +Ice.loadSlice('Test.ice') +import AllTests def run(args, communicator): thrower = AllTests.allTests(communicator) |