~chipaca/ubuntu-push/nih

« back to all changes in this revision

Viewing changes to server/acceptance/suites/suite.go

  • Committer: Tarmac
  • Author(s): Samuele Pedroni (Canonical Services Ltd.)
  • Date: 2014-05-02 15:34:27 UTC
  • mfrom: (139.3.3 unicast-acceptance)
  • Revision ID: tarmac-20140502153427-q1w03oiau7o35e6y
[r=chipaca] basic acceptance tests for unicast

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
        }
196
196
        return
197
197
}
 
198
 
 
199
// Long after the end of the tests.
 
200
var future = time.Now().Add(9 * time.Hour).Format(time.RFC3339)