summaryrefslogtreecommitdiff
path: root/python/test
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2018-10-18 15:24:08 +0200
committerBenoit Foucher <benoit@zeroc.com>2018-10-18 15:24:08 +0200
commitf0b0d3f3551ec1b4f74c99d77cca1362d8f1c1c2 (patch)
treeb08ce51f7839c7d5c7275dc33baf643e4fc20799 /python/test
parentFix C# test instructions for .NET Core (diff)
downloadice-f0b0d3f3551ec1b4f74c99d77cca1362d8f1c1c2.tar.bz2
ice-f0b0d3f3551ec1b4f74c99d77cca1362d8f1c1c2.tar.xz
ice-f0b0d3f3551ec1b4f74c99d77cca1362d8f1c1c2.zip
Added support for --cpp-path to test driver
Diffstat (limited to 'python/test')
-rw-r--r--python/test/Slice/import/test.py2
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")):