main/presencestate.c: Add trailing slash to test category.

ASTERISK-25053
Reported by: Corey Farrell

Change-Id: I8c0375dd0818747b2d2e1ceaea87bfbeb2daf8d4
This commit is contained in:
Corey Farrell
2015-05-03 14:36:01 -04:00
parent ddf9dcaad7
commit 1368dae773

View File

@@ -389,7 +389,7 @@ static const char *presence_state_get_id(struct stasis_message *msg)
#if defined(TEST_FRAMEWORK)
#define TEST_CATEGORY "/main/presence"
#define TEST_CATEGORY "/main/presence/"
static int presence_test_alice_state = AST_PRESENCE_UNAVAILABLE;
static int presence_test_bob_state = AST_PRESENCE_UNAVAILABLE;