aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-17 19:23:35 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-17 19:23:35 +0000
commitb003798c0ad0b5654e018363f38f3885ac1a004e (patch)
tree1c30b06b0e24a6b2d1f9c978ca62249171659e76 /tests
parent88f2c2ec8e911ed484cffc56063743d9b654f84e (diff)
modified device2extension_test's category
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@247282 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests')
-rw-r--r--tests/test_devicestate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_devicestate.c b/tests/test_devicestate.c
index d5bf4c160..7d5e0edf8 100644
--- a/tests/test_devicestate.c
+++ b/tests/test_devicestate.c
@@ -220,7 +220,7 @@ AST_TEST_DEFINE(device2extenstate_test)
switch (cmd) {
case TEST_INIT:
info->name = "device2extenstate_test";
- info->category = "main/devstate/";
+ info->category = "main/devicestate/";
info->summary = "Tests combined devstate mapping and device to extension state mapping.";
info->description =
"Verifies device state aggregate results match the expected combined "