~juju-qa/ubuntu/xenial/juju/xenial-2.0-beta3

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/cmd/juju/storage/package_test.go

  • Committer: Martin Packman
  • Date: 2016-03-30 19:31:08 UTC
  • mfrom: (1.1.41)
  • Revision ID: martin.packman@canonical.com-20160330193108-h9iz3ak334uk0z5r
Merge new upstream source 2.0~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        jc "github.com/juju/testing/checkers"
11
11
        gc "gopkg.in/check.v1"
12
12
 
13
 
        "github.com/juju/juju/cmd/juju/storage"
14
13
        "github.com/juju/juju/cmd/modelcmd"
15
14
        "github.com/juju/juju/jujuclient"
16
15
        "github.com/juju/juju/jujuclient/jujuclienttesting"
29
28
 
30
29
func (s *BaseStorageSuite) SetUpTest(c *gc.C) {
31
30
        s.FakeJujuXDGDataHomeSuite.SetUpTest(c)
32
 
 
33
 
        s.command = storage.NewSuperCommand()
34
31
}
35
32
 
36
33
func (s *BaseStorageSuite) TearDownTest(c *gc.C) {