aboutsummaryrefslogtreecommitdiff
path: root/tests/test-defines.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-01 11:41:53 -0800
committerTed Gould <ted@gould.cx>2010-02-01 11:41:53 -0800
commitd6090e476c3a1041d0c6216d0127429e3a7842e3 (patch)
tree6813f9b7117a5cf6fb9fc88c15e858940f9f99ae /tests/test-defines.h
parentae7bfd4df40c251638f35d301f5d684857b0d47e (diff)
parentc73f5af91cace98d07161252b1a78bb3203e67a8 (diff)
downloadayatana-indicator-application-d6090e476c3a1041d0c6216d0127429e3a7842e3.tar.gz
ayatana-indicator-application-d6090e476c3a1041d0c6216d0127429e3a7842e3.tar.bz2
ayatana-indicator-application-d6090e476c3a1041d0c6216d0127429e3a7842e3.zip
Fixing the name of the enum strings to match the StatusNotifier spec.
Diffstat (limited to 'tests/test-defines.h')
-rw-r--r--tests/test-defines.h4
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"