aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-09 18:55:02 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-09 18:55:02 +0000
commitd42a4ac704c7106d2078415e7ccd55eb281cfaa3 (patch)
treed7d1ff03e85e4062f357062af1fa0740691264ab /channels
parent14c37061ed893f00cecce8c19812b7e799ad2450 (diff)
Weird, no output and Bamboo still fails...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@275227 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_iax2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index 53e6282cd..e43758333 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