~thumper/juju-core/move-environs-tools

« back to all changes in this revision

Viewing changes to cmd/juju/upgradejuju_test.go

  • Committer: Tim Penhey
  • Date: 2013-07-09 04:56:13 UTC
  • Revision ID: tim.penhey@canonical.com-20130709045613-ryu6vclvhg95hngp
More moves and tests in tools pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        . "launchpad.net/gocheck"
9
9
        "launchpad.net/juju-core/environs"
10
10
        envtesting "launchpad.net/juju-core/environs/testing"
11
 
        "launchpad.net/juju-core/environs/tools"
12
11
        "launchpad.net/juju-core/juju/testing"
13
 
        "launchpad.net/juju-core/state"
14
12
        coretesting "launchpad.net/juju-core/testing"
 
13
        "launchpad.net/juju-core/tools"
15
14
        "launchpad.net/juju-core/version"
16
15
)
17
16