~brianaker/gearmand/test-reply

« back to all changes in this revision

Viewing changes to tests/drizzle_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:
108
108
  SKIP_IF(HAVE_UUID_UUID_H != 1);
109
109
  SKIP_IF(has_drizzled() == false);
110
110
 
111
 
  return new Context(default_port(), servers);
 
111
  return new Context(servers);
112
112
}
113
113
 
114
114
static bool world_destroy(void *object)