summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/app_meetme.c1
-rw-r--r--channels/chan_iax2.c1
2 files changed, 2 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
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