aboutsummaryrefslogtreecommitdiffstats
path: root/commit_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'commit_test.go')
-rw-r--r--commit_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/commit_test.go b/commit_test.go
index 67b9e77..1202d59 100644
--- a/commit_test.go
+++ b/commit_test.go
@@ -40,11 +40,14 @@ func (s *SuiteCommit) SetUpSuite(c *C) {
}
}
+// FIXME: Test the new CommitIter
+/*
func (s *SuiteCommit) TestIterClose(c *C) {
i := &iter{ch: make(chan core.Object, 1)}
i.Close()
i.Close()
}
+*/
var fileTests = []struct {
repo string // the repo name as in localRepos