diff options
author | Ted Gould <ted@canonical.com> | 2009-10-22 16:19:40 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-22 16:19:40 -0500 |
commit | 1b71a85918d149eb4fdd8f3213ddc52dabc6b684 (patch) | |
tree | 09c21cb5f41880c1a7b28527655a374cebb9b61a /tests/test-defines.h | |
parent | d6cc9393161f536e479ab8ec2c175c7237b40df4 (diff) | |
download | libayatana-appindicator-1b71a85918d149eb4fdd8f3213ddc52dabc6b684.tar.gz libayatana-appindicator-1b71a85918d149eb4fdd8f3213ddc52dabc6b684.tar.bz2 libayatana-appindicator-1b71a85918d149eb4fdd8f3213ddc52dabc6b684.zip |
Adding in testing the location of the dbusmenuserver
Diffstat (limited to 'tests/test-defines.h')
-rw-r--r-- | tests/test-defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-defines.h b/tests/test-defines.h index 2afe4f4..9d1fc26 100644 --- a/tests/test-defines.h +++ b/tests/test-defines.h @@ -6,4 +6,5 @@ #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" |