~pedronis/ubuntu-push/automatic-land-to-vivid

« back to all changes in this revision

Viewing changes to sounds/sounds_test.go

  • Committer: Samuele Pedroni (Canonical Services Ltd.)
  • Date: 2014-07-11 19:42:57 UTC
  • mto: (91.1.152 automatic)
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: samuele.pedroni@canonical.com-20140711194257-6qygpnq26qwme1fc
don't have ubuntu-push/testing depend on click and c libs

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        . "launchpad.net/gocheck"
26
26
 
27
27
        "launchpad.net/ubuntu-push/click"
 
28
        clickhelp "launchpad.net/ubuntu-push/click/testing"
28
29
        "launchpad.net/ubuntu-push/launch_helper"
29
30
        helpers "launchpad.net/ubuntu-push/testing"
30
31
)
40
41
 
41
42
func (ss *soundsSuite) SetUpTest(c *C) {
42
43
        ss.log = helpers.NewTestLogger(c, "debug")
43
 
        ss.app = helpers.MustParseAppId("com.example.test_test_0")
 
44
        ss.app = clickhelp.MustParseAppId("com.example.test_test_0")
44
45
}
45
46
 
46
47
func (ss *soundsSuite) TestNew(c *C) {