summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-04-21 12:47:11 +0100
committerLars Wirzenius <liw@liw.fi>2012-04-21 12:47:11 +0100
commitb4e4bb77109a5e04cea2c000c697e961c4c1719e (patch)
tree424c91b291aced78725d582af8879f3bdaa5e419
parent52323235e5d8a2f8b899d99953205e362a5874c1 (diff)
downloadlarch-b4e4bb77109a5e04cea2c000c697e961c4c1719e.tar.gz
And another test
-rw-r--r--larch/journal_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/larch/journal_tests.py b/larch/journal_tests.py
index c7a465b..fc201ed 100644
--- a/larch/journal_tests.py
+++ b/larch/journal_tests.py
@@ -200,7 +200,7 @@ class ReadOnlyJournalTests(unittest.TestCase):
self.assertRaises(larch.ReadOnlyMode, self.ro.rollback)
def test_readonly_mode_does_not_check_for_directory_creation(self):
- dirname = self.rw.join('foo/bar')
+ dirname = self.join('foo/bar')
self.rw.makedirs(dirname)
self.assertFalse(self.ro.exists(dirname))