~ps-jenkins/ubuntu-push/ubuntu-vivid-proposed

« back to all changes in this revision

Viewing changes to util/redialer_test.go

  • Committer: john.lenton at canonical
  • Date: 2014-02-05 02:15:55 UTC
  • mto: (52.3.2 chamera-orchestra)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: john.lenton@canonical.com-20140205021555-1y7cu4u3y6beskh4
TestLogger

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
package util
18
18
 
19
19
import (
20
 
        "io/ioutil"
21
20
        . "launchpad.net/gocheck"
22
21
        "launchpad.net/ubuntu-push/bus"
23
22
        testibus "launchpad.net/ubuntu-push/bus/testing"
24
 
        "launchpad.net/ubuntu-push/logger"
25
23
        "launchpad.net/ubuntu-push/testing/condition"
26
24
        "testing"
27
25
        "time"
34
32
        timeouts []time.Duration
35
33
}
36
34
 
37
 
var nullog = logger.NewSimpleLogger(ioutil.Discard, "error")
38
35
var _ = Suite(&RedialerSuite{})
39
36
 
40
37
func (s *RedialerSuite) SetUpSuite(c *C) {