コード例 #1
0
ファイル: repo_test.go プロジェクト: rif/golang-stuff
func (s *StoreSuite) SetUpTest(c *C) {
	s.LoggingSuite.SetUpTest(c)
	charm.CacheDir = c.MkDir()
	s.store = charm.NewStore("http://127.0.0.1:4444")
	s.server.downloads = nil
}
コード例 #2
0
ファイル: repo_test.go プロジェクト: prabhakhar/juju-core
func (s *StoreSuite) SetUpTest(c *C) {
	s.cache = c.MkDir()
	s.store = charm.NewStore("http://127.0.0.1:4444", s.cache)
	s.server.downloads = nil
}