summaryrefslogtreecommitdiff
path: root/test/test_reflog.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-24 17:12:36 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-24 17:12:36 +0100
commit264ba6f54f928da31a037966198a0849325b3732 (patch)
tree3cc84ae352307fd5fded67f6a0c1e4fd376ed843 /test/test_reflog.py
parentec0657cf5de9aeb5629cc4f4f38b36f48490493e (diff)
downloadgitpython-264ba6f54f928da31a037966198a0849325b3732.tar.gz
Fixed remaining issues, all tests work as expected
Diffstat (limited to 'test/test_reflog.py')
-rw-r--r--test/test_reflog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_reflog.py b/test/test_reflog.py
index 0c8e538b..520be590 100644
--- a/test/test_reflog.py
+++ b/test/test_reflog.py
@@ -60,7 +60,7 @@ class TestRefLog(TestBase):
# test serialize and deserialize - results must match exactly
binsha = chr(255)*20
msg = "my reflog message"
- cr = repo.config_reader()
+ cr = self.rorepo.config_reader()
for rlp in (rlp_head, rlp_master):
reflog = RefLog.from_file(rlp)
tfile = os.path.join(tdir, os.path.basename(rlp))