summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/test.py
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 /cpp/test/Slice/errorDetection/test.py
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 'cpp/test/Slice/errorDetection/test.py')
-rw-r--r--cpp/test/Slice/errorDetection/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/errorDetection/test.py b/cpp/test/Slice/errorDetection/test.py
index fd416417eda..3a596eb00ad 100644
--- a/cpp/test/Slice/errorDetection/test.py
+++ b/cpp/test/Slice/errorDetection/test.py
@@ -13,7 +13,7 @@ import glob
class SliceErrorDetectionTestCase(ClientTestCase):
def runClientSide(self, current):
- testdir = self.getPath()
+ testdir = current.testsuite.getPath()
slice2cpp = SliceTranslator("slice2cpp")
files = glob.glob("{0}/*.ice".format(testdir))