From 1f2b19de3301e76ab3a6187a49c9c93ff78bafbd Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 22 Oct 2009 13:40:56 +0200 Subject: Removed index test marker for custom commits as this boils down to a good way to add files to the index/remove them and make commits which are possibly customized with custom parents --- test/git/test_index.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/git/test_index.py') diff --git a/test/git/test_index.py b/test/git/test_index.py index c8f6f4e3..4c17f5e5 100644 --- a/test/git/test_index.py +++ b/test/git/test_index.py @@ -104,7 +104,5 @@ class TestTree(TestCase): num_blobs += 1 # END for each blob assert num_blobs == len(three_way_index.entries) - - - def test_custom_commit(self): - self.fail("Custom commit:write tree, make commit with custom parents") + + -- cgit v1.2.1