~jameinel/juju-core/api-use-register-standard-facade

« back to all changes in this revision

Viewing changes to juju/osenv/proxy_test.go

Merged api-register-standard-facade into api-use-register-standard-facade.

Deal with the changes due to BaseSuite and the updates to Client and Pinger.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        gc "launchpad.net/gocheck"
10
10
 
11
11
        "launchpad.net/juju-core/juju/osenv"
12
 
        "launchpad.net/juju-core/testing/testbase"
 
12
        "launchpad.net/juju-core/testing"
13
13
)
14
14
 
15
15
type proxySuite struct {
16
 
        testbase.LoggingSuite
 
16
        testing.BaseSuite
17
17
}
18
18
 
19
19
var _ = gc.Suite(&proxySuite{})