[asterisk-commits] main/presencestate.c: Add trailing slash to test category. (asterisk[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 4 07:45:04 CDT 2015


Matt Jordan has submitted this change and it was merged.

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


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

ASTERISK-25053
Reported by: Corey Farrell

Change-Id: I8c0375dd0818747b2d2e1ceaea87bfbeb2daf8d4
---
M main/presencestate.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Matt Jordan: Looks good to me, approved; Verified
  George Joseph: Looks good to me, but someone else must approve



diff --git a/main/presencestate.c b/main/presencestate.c
index 32f19e6..399613e 100644
--- a/main/presencestate.c
+++ b/main/presencestate.c
@@ -389,7 +389,7 @@
 
 #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;

-- 
To view, visit https://gerrit.asterisk.org/347
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8c0375dd0818747b2d2e1ceaea87bfbeb2daf8d4
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>



More information about the asterisk-commits mailing list