From: Corey Farrell Date: Sun, 3 May 2015 18:36:01 +0000 (-0400) Subject: main/presencestate.c: Add trailing slash to test category. X-Git-Tag: 14.0.0-beta1~996^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F347%2F1;p=thirdparty%2Fasterisk.git main/presencestate.c: Add trailing slash to test category. ASTERISK-25053 Reported by: Corey Farrell Change-Id: I8c0375dd0818747b2d2e1ceaea87bfbeb2daf8d4 --- diff --git a/main/presencestate.c b/main/presencestate.c index 32f19e6c85..399613e39a 100644 --- a/main/presencestate.c +++ b/main/presencestate.c @@ -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;