~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to tests/memtouch.cc

  • Committer: Brian Aker
  • Date: 2012-08-02 16:14:34 UTC
  • mto: This revision was merged to the branch mainline in revision 1058.
  • Revision ID: brian@tangent.org-20120802161434-gj4slc2hchroierg
Update to support new warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
 
148
148
  if (server_startup(servers, "memcached", libtest::default_port(), 0, NULL) == false)
149
149
  {
150
 
    error= TEST_FAILURE;
 
150
    error= TEST_SKIPPED;
151
151
  }
152
152
 
153
153
  return &servers;
154
154
}
155
155
 
156
156
 
157
 
void get_world(Framework *world)
 
157
void get_world(libtest::Framework* world)
158
158
{
159
159
  executable= "./clients/memtouch";
160
160
  world->collections(collection);