summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJonathan Lange <jml@mumak.net>2007-01-14 17:42:03 +1100
committerJonathan Lange <jml@mumak.net>2007-01-14 17:42:03 +1100
commit788efa722dc1f40b7661fa1f0429c156e33e74a6 (patch)
treea74d3f8f71d067045e53a523bd2b3f641fab1f82 /python
parentf7c5ccbc7732ff89c07da3bb822d7ab95542ca7c (diff)
parent633e5704685580255a56855fa0ef100044d67ffd (diff)
downloadsubunit-git-788efa722dc1f40b7661fa1f0429c156e33e74a6.tar.gz
Oops. Missed a rename.
Diffstat (limited to 'python')
-rw-r--r--python/subunit/tests/test_test_protocol.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/subunit/tests/test_test_protocol.py b/python/subunit/tests/test_test_protocol.py
index 1ee4886..9950f8a 100644
--- a/python/subunit/tests/test_test_protocol.py
+++ b/python/subunit/tests/test_test_protocol.py
@@ -595,8 +595,8 @@ class TestExecTestCase(unittest.TestCase):
def test_count_test_cases(self):
"""TODO run the child process and count responses to determine the count."""
- def test_sibpath(self):
- sibling = subunit.sibpath(__file__, 'foo')
+ def test_join_dir(self):
+ sibling = subunit.join_dir(__file__, 'foo')
expected = '%s/foo' % (os.path.split(__file__)[0],)
self.assertEqual(sibling, expected)