diff options
author | Ted Gould <ted@canonical.com> | 2009-11-03 10:52:39 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-03 10:52:39 -0600 |
commit | be7d032e77b2c1140da0d5acee697150cb1a9a2b (patch) | |
tree | b3c848798228e96f2d2d6ab6b5d865e0a58072d2 /tests/test-defines.h | |
parent | 20d116ae0d74559cd5f30fe4f1bff08ed6378176 (diff) | |
parent | cd7ec27751fbaaae47fc1ddf560f88e5921ce80d (diff) | |
download | libayatana-appindicator-be7d032e77b2c1140da0d5acee697150cb1a9a2b.tar.gz libayatana-appindicator-be7d032e77b2c1140da0d5acee697150cb1a9a2b.tar.bz2 libayatana-appindicator-be7d032e77b2c1140da0d5acee697150cb1a9a2b.zip |
Fleshing out the library so that the interface is implemented. Also tests for the library.
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" + |