~juju-qa/ubuntu/xenial/juju/xenial-2.0-beta3

« back to all changes in this revision

Viewing changes to src/gopkg.in/goose.v1/testservices/swiftservice/service_test.go

  • Committer: Martin Packman
  • Date: 2016-03-30 19:31:08 UTC
  • mfrom: (1.1.41)
  • Revision ID: martin.packman@canonical.com-20160330193108-h9iz3ak334uk0z5r
Merge new upstream source 2.0~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
var _ = gc.Suite(&SwiftServiceSuite{})
21
21
 
22
22
func (s *SwiftServiceSuite) SetUpSuite(c *gc.C) {
23
 
        s.service = New(hostname, versionPath, tenantId, region, nil)
 
23
        s.service = New(hostname, versionPath, tenantId, region, nil, nil)
24
24
}
25
25
 
26
26
func (s *SwiftServiceSuite) TestAddHasRemoveContainer(c *gc.C) {