~jaywink/juju-core/juju-core

« back to all changes in this revision

Viewing changes to provider/local/prereqs_test.go

  • Committer: Jason Robinson
  • Date: 2013-09-20 18:19:37 UTC
  • mfrom: (1828.2.34 juju-core)
  • Revision ID: mail@jasonrobinson.me-20130920181937-02pl68iuf36v647k
Merged latest

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
        gc "launchpad.net/gocheck"
12
12
 
13
 
        "launchpad.net/juju-core/testing"
 
13
        "launchpad.net/juju-core/testing/testbase"
14
14
)
15
15
 
16
16
type prereqsSuite struct {
17
 
        testing.LoggingSuite
 
17
        testbase.LoggingSuite
18
18
        tmpdir  string
19
19
        oldpath string
20
20
}