Too much trouble to handle Git's lack of dir versioning in test_get_previous_children
authorW. Trevor King <wking@drexel.edu>
Mon, 18 Jan 2010 13:02:52 +0000 (08:02 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 18 Jan 2010 13:02:52 +0000 (08:02 -0500)
libbe/storage/base.py

index 1b0ceba91c5e4f7c4d99a2609b099677e7cd1721..d88f80267dda0b411042dd4411b196d7b7361edf 100644 (file)
@@ -897,7 +897,7 @@ if TESTING == True:
             children = []
             for i in range(10):
                 new_child = str(i)
-                self.s.add(new_child, 'parent', directory=(i % 2 == 0))
+                self.s.add(new_child, 'parent')
                 self.s.set(new_child, self.val)
                 revs.append(self.s.commit('%s: %d' % (self.commit_msg, i),
                                           self.commit_body))