~untrusted-ci-dev-bot/ubuntu-push/ubuntu-push-ubuntu-xenial-1169

« back to all changes in this revision

Viewing changes to server/bootlog_test.go

  • Committer: Samuele Pedroni (Canonical Services Ltd.)
  • Date: 2014-02-10 23:19:08 UTC
  • mto: (56.2.8 expiration-flex-acceptance)
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: samuele.pedroni@canonical.com-20140210231908-e3srvae09bchuw06
reorgĀ importsĀ server/

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
package server
18
18
 
19
19
import (
 
20
        "net"
 
21
        "testing"
 
22
 
20
23
        . "launchpad.net/gocheck"
 
24
 
21
25
        helpers "launchpad.net/ubuntu-push/testing"
22
 
        "net"
23
 
        "testing"
24
26
)
25
27
 
26
28
func TestRunners(t *testing.T) { TestingT(t) }