(c *C)
| 90 | } |
| 91 | |
| 92 | func (s *SuiteCommit) TestTree(c *C) { |
| 93 | tree, err := s.Commit.Tree() |
| 94 | c.Assert(err, IsNil) |
| 95 | c.Assert(tree.ID().String(), Equals, "eba74343e2f15d62adedfd8c883ee0262b5c8021") |
| 96 | } |
| 97 | |
| 98 | func (s *SuiteCommit) TestParents(c *C) { |
| 99 | expected := []string{ |