~vjsamuel/libmemcached/fix-gearmand-binary-issue

« back to all changes in this revision

Viewing changes to libtest/test.cc

Update testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
 
171
171
  world= new Framework();
172
172
 
173
 
  if (not world)
 
173
  if (world == NULL)
174
174
  {
175
175
    Error << "Failed to create Framework()";
176
176
    return EXIT_FAILURE;