diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-10-18 15:24:08 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-10-18 15:24:08 +0200 |
commit | f0b0d3f3551ec1b4f74c99d77cca1362d8f1c1c2 (patch) | |
tree | b08ce51f7839c7d5c7275dc33baf643e4fc20799 /python | |
parent | Fix C# test instructions for .NET Core (diff) | |
download | ice-f0b0d3f3551ec1b4f74c99d77cca1362d8f1c1c2.tar.bz2 ice-f0b0d3f3551ec1b4f74c99d77cca1362d8f1c1c2.tar.xz ice-f0b0d3f3551ec1b4f74c99d77cca1362d8f1c1c2.zip |
Added support for --cpp-path to test driver
Diffstat (limited to 'python')
-rw-r--r-- | python/test/Slice/import/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Slice/import/test.py b/python/test/Slice/import/test.py index 9d8d11735f1..f1bfe2cdd3f 100644 --- a/python/test/Slice/import/test.py +++ b/python/test/Slice/import/test.py @@ -11,7 +11,7 @@ class SliceImportTestCase(ClientTestCase): def setupClientSide(self, current): - testdir = current.testcase.getPath() + testdir = current.testsuite.getPath() if os.path.exists(os.path.join(testdir, "Test1_ice.py")): os.remove(os.path.join(testdir, "Test1_ice.py")) if os.path.exists(os.path.join(testdir, "Test2_ice.py")): |