~wwitzel3/juju-core/009-ha-rsyslog-api

« back to all changes in this revision

Viewing changes to state/api/provisioner/provisioner_test.go

  • Committer: Michael Foord
  • Date: 2014-05-15 09:51:55 UTC
  • mfrom: (2729.1.2 juju-core)
  • Revision ID: michael.foord@canonical.com-20140515095155-1edbtmb7gdtzfopy
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import (
7
7
        stdtesting "testing"
8
8
 
 
9
        "github.com/juju/errors"
9
10
        jc "github.com/juju/testing/checkers"
10
11
        gc "launchpad.net/gocheck"
11
12
 
12
13
        "launchpad.net/juju-core/constraints"
13
14
        "launchpad.net/juju-core/container"
14
 
        "launchpad.net/juju-core/errors"
15
15
        "launchpad.net/juju-core/instance"
16
16
        "launchpad.net/juju-core/juju/testing"
17
17
        "launchpad.net/juju-core/names"