From: Tilghman Lesher Date: Fri, 9 Jul 2010 18:55:02 +0000 (+0000) Subject: Weird, no output and Bamboo still fails... X-Git-Tag: 11.0.0-beta1~2703 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6011adab42049f4681b538b455c45bf7f782cd7;p=thirdparty%2Fasterisk.git Weird, no output and Bamboo still fails... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@275227 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 77bd958bd5..4d2c731173 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 diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index 53e6282cdf..e43758333d 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -13994,6 +13994,7 @@ AST_TEST_DEFINE(test_iax2_users_get) ao2_unlink(users, user); user_unref(user); + 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