~mfoord/juju-core/tests-replset

« back to all changes in this revision

Viewing changes to environs/manual/init_test.go

  • Committer: Michael Foord
  • Date: 2014-05-22 15:16:56 UTC
  • mfrom: (2745.1.30 juju-core)
  • Revision ID: michael.foord@canonical.com-20140522151656-1l0z4p9puke9drsp
Merge existing rsyslog work

Show diffs side-by-side

added added

removed removed

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