~themue/juju-core/go-state-relation-endpoint-verification

« back to all changes in this revision

Viewing changes to charm/charm_test.go

  • Committer: Gustavo Niemeyer
  • Date: 2012-06-06 19:19:11 UTC
  • Revision ID: gustavo@niemeyer.net-20120606191911-damv8oenw5hq82db
Translated all paths to use the juju-core project in Launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        "io/ioutil"
7
7
        . "launchpad.net/gocheck"
8
8
        "launchpad.net/goyaml"
9
 
        "launchpad.net/juju/go/charm"
10
 
        "launchpad.net/juju/go/testing"
 
9
        "launchpad.net/juju-core/juju/charm"
 
10
        "launchpad.net/juju-core/juju/testing"
11
11
        stdtesting "testing"
12
12
)
13
13