summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/test.py
diff options
context:
space:
mode:
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))