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

Corey Farrell asteriskteam at digium.com
Sun May 3 14:12:05 CDT 2015


Corey Farrell has uploaded a new change for review.

  https://gerrit.asterisk.org/347

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(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/47/347/1

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: newchange
Gerrit-Change-Id: I8c0375dd0818747b2d2e1ceaea87bfbeb2daf8d4
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Corey Farrell <git at cfware.com>



More information about the asterisk-code-review mailing list