]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
main/presencestate.c: Add trailing slash to test category. 47/347/1
authorCorey Farrell <git@cfware.com>
Sun, 3 May 2015 18:36:01 +0000 (14:36 -0400)
committerCorey Farrell <git@cfware.com>
Sun, 3 May 2015 18:36:01 +0000 (14:36 -0400)
ASTERISK-25053
Reported by: Corey Farrell

Change-Id: I8c0375dd0818747b2d2e1ceaea87bfbeb2daf8d4

main/presencestate.c

index 32f19e6c8595884b5104a331a0f0133f15bbcc40..399613e39a30c4a8b69c971d295cb83c0fb75164 100644 (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;