Add API tests for both donut on disk and donut cache

This commit is contained in:
Harshavardhana
2015-07-07 19:37:16 -07:00
parent c76d4f6cdd
commit d1deda3a96
7 changed files with 1068 additions and 147 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ func (s *MyCacheSuite) SetUpSuite(c *C) {
c.Assert(err, IsNil)
s.root = root
customConfigPath = filepath.Join(root, "donut.json")
CustomConfigPath = filepath.Join(root, "donut.json")
dc, err = New()
c.Assert(err, IsNil)