~sinzui/ubuntu/vivid/juju-core/vivid-1.24.6

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2015-09-30 14:14:54 UTC
  • mfrom: (1.1.34)
  • Revision ID: curtis@hovey.name-20150930141454-o3ldf23dzyjio6c0
Backport of 1.24.6 from wily. (LP: #1500916)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        "github.com/juju/errors"
8
8
        jc "github.com/juju/testing/checkers"
9
9
        gc "gopkg.in/check.v1"
10
 
        "gopkg.in/juju/charm.v4"
 
10
        "gopkg.in/juju/charm.v5"
11
11
 
12
12
        "github.com/juju/juju/state"
13
13
)