~bregma/geis/lp-997630

« back to all changes in this revision

Viewing changes to libgeis/geis_test_api.h

  • Committer: Chase Douglas
  • Date: 2012-07-25 23:33:28 UTC
  • mfrom: (274.3.4 geis)
  • Revision ID: chase.douglas@canonical.com-20120725233328-tc5tcwy8i84noqqw
Merge in project rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
/**
29
29
 * Back end to use in unit testing.
30
30
 */
31
 
#define GEIS_INIT_UTOUCH_MOCK_BACKEND    "com.canonical.utouch.backend.mock"
 
31
#define GEIS_INIT_MOCK_BACKEND    "com.canonical.oif.backend.mock"
32
32
 
33
33
/**
34
34
 * Causes device messages to be discarded from back end.
39
39
 * This cofiguration option is intended to be used with various device-related
40
40
 * integration and unit tests.
41
41
 */
42
 
#define GEIS_CONFIG_DISCARD_DEVICE_MESSAGES "com.canonical.utouch.discard.device"
 
42
#define GEIS_CONFIG_DISCARD_DEVICE_MESSAGES "com.canonical.oif.discard.device"
43
43
 
44
44
#endif /* GEIS_TEST_API_H_ */