summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-07-09 18:55:02 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-07-09 18:55:02 +0000
commitd6011adab42049f4681b538b455c45bf7f782cd7 (patch)
treed7d1ff03e85e4062f357062af1fa0740691264ab /apps
parent7f145eeb1bef2954c27e55434b9052abcc90d15d (diff)
Weird, no output and Bamboo still fails...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@275227 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_meetme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 77bd958bd..4d2c73117 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -6891,6 +6891,7 @@ AST_TEST_DEFINE(test_meetme_data_provider)
dispose_conf(cnf);
ast_hangup(chan);
+ ast_test_status_update(test, "If this message prints and a failure is still recorded, then something is really wrong with the test framework\n");
return AST_TEST_PASS;
}
#endif