~themue/juju-core/go-state-lifecycle-relation

« back to all changes in this revision

Viewing changes to store/store_test.go

  • Committer: Frank Mueller
  • Date: 2012-08-21 08:48:07 UTC
  • mfrom: (354.1.63 juju-core)
  • Revision ID: themue@gmail.com-20120821084807-l97cttfvqwa3omge
state: merged trunk to stay up-to-date

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
type StoreSuite struct {
26
26
        MgoSuite
27
 
        HTTPSuite
 
27
        testing.HTTPSuite
28
28
        store *store.Store
29
29
}
30
30