diff options
Diffstat (limited to 'cpp/test/Slice/errorDetection/test.py')
-rw-r--r-- | cpp/test/Slice/errorDetection/test.py | 2 |
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)) |