~chipaca/snappy/atomic-follow-symlinks

« back to all changes in this revision

Viewing changes to _integration-tests/tests/snapd_test.go

  • Committer: Snappy Tarmac
  • Author(s): Leo Arias
  • Date: 2015-10-15 15:43:21 UTC
  • mfrom: (745.5.4 examples6)
  • Revision ID: snappy_tarmac-20151015154321-dccnr6t5jgxxjm2g
Added a test for go-webserver-example snap. by elopio approved by fgimenez

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        s.cmd.Start()
59
59
 
60
60
        intPort, _ := strconv.Atoi(port)
61
 
        err := wait.ForServerOnPort(c, intPort)
 
61
        err := wait.ForServerOnPort(c, "tcp", intPort)
62
62
        c.Assert(err, check.IsNil)
63
63
}
64
64