~fginther/geis/geis-2.2.9.1

« back to all changes in this revision

Viewing changes to testsuite/geis2/check_region.c

  • Committer: Francis Ginther
  • Date: 2012-08-15 17:54:47 UTC
  • Revision ID: francis.ginther@canonical.com-20120815175447-5tc8slc57n8jqb8w
Rename project to simply geis

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#include <check.h>
5
5
 
6
6
#include <geis/geis.h>
7
 
#include "libutouch-geis/geis_test_api.h"
 
7
#include "libgeis/geis_test_api.h"
8
8
#include <string.h>
9
9
 
10
10
 
15
15
static void
16
16
construct_geis()
17
17
{
18
 
  g_geis = geis_new(GEIS_INIT_UTOUCH_MOCK_BACKEND, NULL);
 
18
  g_geis = geis_new(GEIS_INIT_MOCK_BACKEND, NULL);
19
19
}
20
20
 
21
21
/* fixture teardown */