diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-05-26 14:51:10 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-05-26 14:51:10 +0200 |
commit | 67d75b52476f0cbccdd1a182be8af7dcfe78e355 (patch) | |
tree | 5ebfab1788fc03f6dc81dbe6ca81e4c525f23207 /cpp/test/Slice/headers/test.py | |
parent | Added support for stripping out invalid XML characters from the JUnit XML fil... (diff) | |
download | ice-67d75b52476f0cbccdd1a182be8af7dcfe78e355.tar.bz2 ice-67d75b52476f0cbccdd1a182be8af7dcfe78e355.tar.xz ice-67d75b52476f0cbccdd1a182be8af7dcfe78e355.zip |
Support for components in test script
Diffstat (limited to 'cpp/test/Slice/headers/test.py')
-rw-r--r-- | cpp/test/Slice/headers/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/headers/test.py b/cpp/test/Slice/headers/test.py index 54afc982e57..ab2931eff7d 100644 --- a/cpp/test/Slice/headers/test.py +++ b/cpp/test/Slice/headers/test.py @@ -23,7 +23,7 @@ class SliceHeadersTestCase(ClientTestCase): os.symlink("dir2", os.path.join("slices", "linktodir2")) basedir = self.testsuite.getPath() - slicedir = current.driver.getSliceDir(self.mapping, current) + slicedir = component.getSliceDir(self.mapping, current) os.symlink(slicedir, "iceslices") def runTest(args): |