~mfoord/juju-core/ha-rsyslog-2

« back to all changes in this revision

Viewing changes to worker/simpleworker_test.go

  • Committer: Wayne Witzel III
  • Date: 2014-05-22 14:05:15 UTC
  • mto: This revision was merged to the branch mainline in revision 2737.
  • Revision ID: wayne.witzel@canonical.com-20140522140515-bsr7yv78eh8ku4iv
revert merge

Show diffs side-by-side

added added

removed removed

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