~gophers/goose/unstable-001

« back to all changes in this revision

Viewing changes to testservices/swiftservice/service_http_test.go

  • Committer: John Arbash Meinel
  • Date: 2012-12-13 09:45:43 UTC
  • Revision ID: john@arbash-meinel.com-20121213094543-pf2l3qhuukcmo8bu
Rename all the imports to the 'current' branch number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        "bytes"
7
7
        "io/ioutil"
8
8
        . "launchpad.net/gocheck"
9
 
        "launchpad.net/goose/testing/httpsuite"
 
9
        "launchpad.net/~gophers/goose/unstable-001/testing/httpsuite"
10
10
        "net/http"
11
11
)
12
12