aboutsummaryrefslogtreecommitdiff
path: root/tests/test-defines.h
blob: 11e7a24086a3cba7b19cc279baae826cef47b346 (plain)
1
2
3
4
5
6
7
8
9
10

#define  TEST_ID                   "my-id"
#define  TEST_ICON_NAME            "my-icon-name"
#define  TEST_ATTENTION_ICON_NAME  "my-attention-icon-name"
#define  TEST_STATE                APP_INDICATOR_STATUS_ACTIVE
#define  TEST_STATE_S              "active"
#define  TEST_CATEGORY             APP_INDICATOR_CATEGORY_APPLICATION_STATUS
#define  TEST_CATEGORY_S           "application-status"
#define  TEST_OBJECT               "/an/object/path/to/use"