~cmars/juju-core/local-repo-errmsg

« back to all changes in this revision

Viewing changes to environs/maas/environ_test.go

  • Committer: Tim Penhey
  • Date: 2013-04-14 22:12:49 UTC
  • mto: (1142.2.6 string-set)
  • mto: This revision was merged to the branch mainline in revision 1152.
  • Revision ID: tim.penhey@canonical.com-20130414221249-tk8f6emctl1f8w63
Trivial rename of trivial -> utils.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        envtesting "launchpad.net/juju-core/environs/testing"
12
12
        "launchpad.net/juju-core/state"
13
13
        "launchpad.net/juju-core/testing"
14
 
        "launchpad.net/juju-core/trivial"
 
14
        "launchpad.net/juju-core/utils"
15
15
        "launchpad.net/juju-core/version"
16
16
)
17
17
 
213
213
        if err != nil {
214
214
                return []byte(""), err
215
215
        }
216
 
        return trivial.Gunzip(data)
 
216
        return utils.Gunzip(data)
217
217
}
218
218
 
219
219
func (suite *EnvironSuite) TestStartInstanceStartsInstance(c *C) {