diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 16:45:32 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 16:45:32 -0800 |
commit | 33edaca78f98d3a4b0f1eccf7076b3c659ec90e4 (patch) | |
tree | 56db9b794df727e4f7a717e85b9ec49600c69a66 /tests/test-defines.h | |
parent | f25e2f07b3afbdfbe6088bb913cf091620a4ad16 (diff) | |
parent | f8ab455538c130ce03132e2557c9363e9a808156 (diff) | |
download | ayatana-indicator-application-33edaca78f98d3a4b0f1eccf7076b3c659ec90e4.tar.gz ayatana-indicator-application-33edaca78f98d3a4b0f1eccf7076b3c659ec90e4.tar.bz2 ayatana-indicator-application-33edaca78f98d3a4b0f1eccf7076b3c659ec90e4.zip |
* Upstream release 0.0.11
* Interoperability Fixes
* Adding in XVFB support for tests
* Adding support for icons with the '-panel' suffix
Diffstat (limited to 'tests/test-defines.h')
-rw-r--r-- | tests/test-defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-defines.h b/tests/test-defines.h index 3b75c87..2baf728 100644 --- a/tests/test-defines.h +++ b/tests/test-defines.h @@ -23,8 +23,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #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_STATE_S "Active" #define TEST_CATEGORY APP_INDICATOR_CATEGORY_APPLICATION_STATUS -#define TEST_CATEGORY_S "application-status" +#define TEST_CATEGORY_S "ApplicationStatus" #define TEST_OBJECT "/an/object/path/to/use" |