summaryrefslogtreecommitdiff
path: root/funcs/func_presencestate.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-07-30 23:18:13 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-07-30 23:18:13 +0000
commit49a6b4935e0193c44793db301d12632e7a79b7ac (patch)
tree8bcd73e2eb288b370ee4307ba7fd752400e9f052 /funcs/func_presencestate.c
parent964daecc3fa41c4c95dec2548988ccafbce611d8 (diff)
Fix some presence-state unit test typos.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370597 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs/func_presencestate.c')
-rw-r--r--funcs/func_presencestate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/funcs/func_presencestate.c b/funcs/func_presencestate.c
index bbb3cbc1f..fe352888f 100644
--- a/funcs/func_presencestate.c
+++ b/funcs/func_presencestate.c
@@ -559,7 +559,7 @@ AST_TEST_DEFINE(test_valid_parse_data)
switch (cmd) {
case TEST_INIT:
info->name = "parse_valid_presence_data";
- info->category = "/funcs/func_presence";
+ info->category = "/funcs/func_presence/";
info->summary = "PRESENCESTATE parsing test";
info->description =
"Ensure that parsing function accepts proper values, and gives proper outputs";
@@ -617,7 +617,7 @@ AST_TEST_DEFINE(test_invalid_parse_data)
switch (cmd) {
case TEST_INIT:
info->name = "parse_invalid_presence_data";
- info->category = "/funcs/func_presence";
+ info->category = "/funcs/func_presence/";
info->summary = "PRESENCESTATE parsing test";
info->description =
"Ensure that parsing function rejects improper values";
@@ -678,7 +678,7 @@ AST_TEST_DEFINE(test_presence_state_change)
switch (cmd) {
case TEST_INIT:
info->name = "test_presence_state_change";
- info->category = "/funcs/func_presence";
+ info->category = "/funcs/func_presence/";
info->summary = "presence state change subscription";
info->description =
"Ensure that presence state changes are communicated to subscribers";