~brianaker/gearmand/ref-client-fix

« back to all changes in this revision

Viewing changes to tests/libgearman-1.0/client_test.cc

  • Committer: Continuous Integration
  • Date: 2013-07-06 00:45:07 UTC
  • mfrom: (799.1.1 gearmand-trunk)
  • Revision ID: ci@tangent.org-20130706004507-s9yvzypza3iqjljs
Merge lp:~brianaker/gearmand/ssl-update Build: jenkins-Gearmand-703

Show diffs side-by-side

added added

removed removed

Lines of Context:
459
459
 
460
460
  ASSERT_EQ(GEARMAN_SUCCESS, rc);
461
461
 
462
 
  test_truth(job_result);
 
462
  ASSERT_TRUE(job_result);
463
463
  ASSERT_EQ(gearman_size(value), result_length);
464
464
 
465
465
  test_memcmp(gearman_c_str(value), job_result, gearman_size(value));