diff options
Diffstat (limited to 'python/test/Slice/import/test.py')
-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")): |