aboutsummaryrefslogtreecommitdiff
path: root/tests/test-defines.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-01 09:15:05 -0600
committerTed Gould <ted@gould.cx>2009-12-01 09:15:05 -0600
commitc860f693411ceb717267f8b1873dd91613723f3b (patch)
tree5e08982df3244b08e76b64c827b98641b7bb4950 /tests/test-defines.h
parent88be27c0e1f3a54658d4e3740ef9ae4632e30b8b (diff)
parentf23c54ff5fee5587c31ecb8bf176b58fa3d4be1d (diff)
downloadayatana-indicator-application-c860f693411ceb717267f8b1873dd91613723f3b.tar.gz
ayatana-indicator-application-c860f693411ceb717267f8b1873dd91613723f3b.tar.bz2
ayatana-indicator-application-c860f693411ceb717267f8b1873dd91613723f3b.zip
* Flesh out the library to have stuff working.
* Updating test suite to run under dbus-test-runner.
Diffstat (limited to 'tests/test-defines.h')
-rw-r--r--tests/test-defines.h10
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"
+