diff options
author | Ted Gould <ted@gould.cx> | 2010-01-27 10:32:53 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-27 10:32:53 -0600 |
commit | d415cb6768ad49b66b313336f2191f92579549e9 (patch) | |
tree | 2ef76e2d114ff685023ccdb4fcf40aed73ba828a /tests | |
parent | 53821e94334efe2ef43f2968f8a82e1decaa1c3b (diff) | |
download | ayatana-indicator-application-d415cb6768ad49b66b313336f2191f92579549e9.tar.gz ayatana-indicator-application-d415cb6768ad49b66b313336f2191f92579549e9.tar.bz2 ayatana-indicator-application-d415cb6768ad49b66b313336f2191f92579549e9.zip |
Changing strings in the test suite as well.
Diffstat (limited to 'tests')
-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" |