~gophers/goose/unstable-001

« back to all changes in this revision

Viewing changes to identity/userpass_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:
2
2
 
3
3
import (
4
4
        . "launchpad.net/gocheck"
5
 
        "launchpad.net/goose/testing/httpsuite"
6
 
        "launchpad.net/goose/testservices/identityservice"
 
5
        "launchpad.net/~gophers/goose/unstable-001/testing/httpsuite"
 
6
        "launchpad.net/~gophers/goose/unstable-001/testservices/identityservice"
7
7
)
8
8
 
9
9
type UserPassTestSuite struct {