~oif-team/geis/trunk

« back to all changes in this revision

Viewing changes to testsuite/geis2/check_error_codes.c

  • Committer: Stephen M. Webb
  • Date: 2010-12-06 12:10:40 UTC
  • mfrom: (87.1.25 geis2)
  • Revision ID: stephen.webb@canonical.com-20101206121040-y9dnfcl89kdot63t
Added a back end base and test fixture.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
START_TEST(error_codes)
10
10
{
11
11
  GeisStatus error = GEIS_STATUS_SUCCESS ;
 
12
  error = GEIS_STATUS_CONTINUE;
 
13
  error = GEIS_STATUS_EMPTY;
12
14
  error = GEIS_STATUS_NOT_SUPPORTED;
13
15
  error = GEIS_STATUS_BAD_ARGUMENT;
14
16
  error = GEIS_STATUS_UNKNOWN_ERROR;