diff options
author | Ted Gould <ted@canonical.com> | 2009-11-02 20:18:30 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-02 20:18:30 -0600 |
commit | 8d4cdc72079681dd22471d2c513b6e0ae2519656 (patch) | |
tree | 4ab470e75ff0ed5be6ef879edbca49a384973fcd /tests/test-defines.h | |
parent | df182c1c6680b2b7f0fbce6361d8114f40d0e7ae (diff) | |
parent | d496d7ad4557d8bd09030c47140210a666612a92 (diff) | |
download | libayatana-appindicator-8d4cdc72079681dd22471d2c513b6e0ae2519656.tar.gz libayatana-appindicator-8d4cdc72079681dd22471d2c513b6e0ae2519656.tar.bz2 libayatana-appindicator-8d4cdc72079681dd22471d2c513b6e0ae2519656.zip |
Grabbing from the service development branch
Diffstat (limited to 'tests/test-defines.h')
-rw-r--r-- | tests/test-defines.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test-defines.h b/tests/test-defines.h new file mode 100644 index 0000000..9d1fc26 --- /dev/null +++ b/tests/test-defines.h @@ -0,0 +1,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 CUSTOM_INDICATOR_STATUS_ACTIVE +#define TEST_STATE_S "active" +#define TEST_CATEGORY CUSTOM_INDICATOR_CATEGORY_APPLICATION_STATUS +#define TEST_CATEGORY_S "application-status" +#define TEST_OBJECT "/an/object/path/to/use" + |