[svn-commits] tilghman: trunk r275227 - in /trunk: apps/app_meetme.c channels/chan_iax2.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 9 13:55:06 CDT 2010


Author: tilghman
Date: Fri Jul  9 13:55:02 2010
New Revision: 275227

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=275227
Log:
Weird, no output and Bamboo still fails...

Modified:
    trunk/apps/app_meetme.c
    trunk/channels/chan_iax2.c

Modified: trunk/apps/app_meetme.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_meetme.c?view=diff&rev=275227&r1=275226&r2=275227
==============================================================================
--- trunk/apps/app_meetme.c (original)
+++ trunk/apps/app_meetme.c Fri Jul  9 13:55:02 2010
@@ -6891,6 +6891,7 @@
 	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

Modified: trunk/channels/chan_iax2.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_iax2.c?view=diff&rev=275227&r1=275226&r2=275227
==============================================================================
--- trunk/channels/chan_iax2.c (original)
+++ trunk/channels/chan_iax2.c Fri Jul  9 13:55:02 2010
@@ -13994,6 +13994,7 @@
 	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




More information about the svn-commits mailing list