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

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/state/internal_test.go

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        "github.com/juju/errors"
8
8
        jujutesting "github.com/juju/testing"
9
9
        jc "github.com/juju/testing/checkers"
 
10
        "github.com/juju/utils/clock"
10
11
        gc "gopkg.in/check.v1"
11
12
        "gopkg.in/juju/names.v2"
12
13
 
58
59
        modelCfg := testing.ModelConfig(c)
59
60
        controllerCfg := testing.FakeControllerConfig()
60
61
        st, err := Initialize(InitializeParams{
 
62
                Clock:            clock.WallClock,
61
63
                ControllerConfig: controllerCfg,
62
64
                ControllerModelArgs: ModelArgs{
63
65
                        CloudName:               "dummy",