summaryrefslogtreecommitdiff
path: root/test/git/test_refs.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-07-06 10:46:02 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-07-06 10:46:02 +0200
commit1c6d7830d9b87f47a0bfe82b3b5424a32e3164ad (patch)
tree19d9d0de030d3701b8b99f56f9d54943e734d9bc /test/git/test_refs.py
parentf963881e53a9f0a2746a11cb9cdfa82eb1f90d8c (diff)
downloadgitpython-1c6d7830d9b87f47a0bfe82b3b5424a32e3164ad.tar.gz
RevParse now generally works, but there are still some more specialized tests missing
Diffstat (limited to 'test/git/test_refs.py')
-rw-r--r--test/git/test_refs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/git/test_refs.py b/test/git/test_refs.py
index 44a8ed95..b73d574b 100644
--- a/test/git/test_refs.py
+++ b/test/git/test_refs.py
@@ -40,8 +40,6 @@ class TestRefs(TestBase):
assert isinstance( tagobj.tagger_tz_offset, int )
assert tagobj.message
assert tag.object == tagobj
- assert tag.tree.type == 'tree'
- assert tag.tree == tag.commit.tree
# can't assign the object
self.failUnlessRaises(AttributeError, setattr, tag, 'object', tagobj)
# END if we have a tag object