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

« back to all changes in this revision

Viewing changes to provider/azure/config_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:
12
12
 
13
13
        "launchpad.net/juju-core/environs/config"
14
14
        "launchpad.net/juju-core/testing"
 
15
        "launchpad.net/juju-core/testing/testbase"
15
16
)
16
17
 
17
18
type configSuite struct {
18
 
        testing.BaseSuite
 
19
        testbase.LoggingSuite
19
20
}
20
21
 
21
22
var _ = gc.Suite(&configSuite{})