~y-maris/libmemcached/libmemcached

« back to all changes in this revision

Viewing changes to tests/libmemcached-1.0/mem_functions.cc

  • Committer: Continuous Integration
  • Date: 2012-10-06 13:07:31 UTC
  • mfrom: (1072.1.9 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20121006130731-uotllgtgltdfyd5k
Merge lp:~tangent-org/libmemcached/1.0-build Build: jenkins-Libmemcached-1.0-54

Show diffs side-by-side

added added

removed removed

Lines of Context:
4683
4683
  uint64_t cas_value= memcached_result_cas(results);
4684
4684
  test_true(cas_value);
4685
4685
 
 
4686
  char* take_value= memcached_result_take_value(results);
 
4687
  test_strcmp(__func__, take_value);
 
4688
  free(take_value);
 
4689
 
4686
4690
  memcached_result_free(results);
4687
4691
 
4688
4692
  // Bad cas value, sanity check