~brianaker/gearmand/pick-cc

« back to all changes in this revision

Viewing changes to tests/ephemeral_test.cc

  • Committer: Continuous Integration
  • Date: 2013-09-14 10:42:56 UTC
  • mfrom: (870.1.3 gearmand-1.2)
  • Revision ID: ci@tangent.org-20130914104256-os8u6mbg29vana5s
Merge lp:~brianaker/gearmand/ssl-update Build: jenkins-Gearmand-870

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
static void *world_create(server_startup_st& servers, test_return_t&)
50
50
{
51
 
  return new Context(default_port(), servers);
 
51
  return new Context(servers);
52
52
}
53
53
 
54
54
static bool world_destroy(void *object)