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

« back to all changes in this revision

Viewing changes to agent/format_whitebox_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:
11
11
        gc "launchpad.net/gocheck"
12
12
 
13
13
        "launchpad.net/juju-core/state/api/params"
14
 
        "launchpad.net/juju-core/testing/testbase"
 
14
        "launchpad.net/juju-core/testing"
15
15
        "launchpad.net/juju-core/version"
16
16
)
17
17
 
18
18
type formatSuite struct {
19
 
        testbase.LoggingSuite
 
19
        testing.BaseSuite
20
20
}
21
21
 
22
22
var _ = gc.Suite(&formatSuite{})