summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2018-05-26 14:51:10 +0200
committerBenoit Foucher <benoit@zeroc.com>2018-05-26 14:51:10 +0200
commit67d75b52476f0cbccdd1a182be8af7dcfe78e355 (patch)
tree5ebfab1788fc03f6dc81dbe6ca81e4c525f23207 /cpp
parentAdded support for stripping out invalid XML characters from the JUnit XML fil... (diff)
downloadice-67d75b52476f0cbccdd1a182be8af7dcfe78e355.tar.bz2
ice-67d75b52476f0cbccdd1a182be8af7dcfe78e355.tar.xz
ice-67d75b52476f0cbccdd1a182be8af7dcfe78e355.zip
Support for components in test script
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/Slice/headers/test.py2
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):