summaryrefslogtreecommitdiff
path: root/apps/app_test.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-09-19 16:17:18 +0000
committerMark Spencer <markster@digium.com>2004-09-19 16:17:18 +0000
commit5dad6f431952e676de90a573fb036e6473467487 (patch)
tree775a8130a447a0fe37d0b656bcb9e5995b183c86 /apps/app_test.c
parent27e4a2ee57d878ea664bb4ab3d2e614b211b96c0 (diff)
Merge UK + DTMF Caller*ID stuff and fix app_test description
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3808 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_test.c')
-rwxr-xr-xapps/app_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_test.c b/apps/app_test.c
index 98f9373e1..90af93c77 100755
--- a/apps/app_test.c
+++ b/apps/app_test.c
@@ -27,7 +27,7 @@
#include "../astconf.h"
-static char *tdesc = "Make sure asterisk doesn't save CDR for a certain call";
+static char *tdesc = "Interface Test Application";
static char *tests_descrip = "TestServer(): Perform test server function and write call report"
"Results stored in /var/log/asterisk/testreports/<testid>.txt";