~ubuntu-branches/ubuntu/trusty/geis/trusty

« back to all changes in this revision

Viewing changes to testsuite/libgeis/check_backend_token.c

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Stephen M. Webb, Ubuntu daily release
  • Date: 2013-04-01 02:01:56 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130401020156-0y4eml75lx4sam75
Tags: 2.2.15daily13.04.01-0ubuntu1
[ Stephen M. Webb ]
* evince crashed with SIGSEGV in geis_filter_delete() (LP: #1152411)

[ Ubuntu daily release ]
* Automatic snapshot from revision 307

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  fail_if(token1 == NULL, "failed to create token1");
37
37
  token2 = geis_backend_token_clone(token1);
38
38
  fail_if(token2 == NULL, "failed to create token2");
 
39
  fail_if(token2 == token1, "token clone failed");
39
40
 
40
41
  geis_backend_token_compose(token1, token2);
41
42