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

« back to all changes in this revision

Viewing changes to worker/uniter/tools_test.go

  • Committer: Tim Penhey
  • Date: 2013-07-09 05:02:17 UTC
  • Revision ID: tim.penhey@canonical.com-20130709050217-hqi05tddyze5t418
Make the tests pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import (
7
7
        "io/ioutil"
8
8
        . "launchpad.net/gocheck"
9
 
        "launchpad.net/juju-core/environs/agent"
 
9
        "launchpad.net/juju-core/tools"
10
10
        "launchpad.net/juju-core/version"
11
11
        "launchpad.net/juju-core/worker/uniter"
12
12
        "launchpad.net/juju-core/worker/uniter/jujuc"