[asterisk-commits] eliel: branch eliel/data_api_providers_gsoc2010 r260800 - /team/eliel/data_ap...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 3 19:42:33 CDT 2010


Author: eliel
Date: Mon May  3 19:42:29 2010
New Revision: 260800

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=260800
Log:
Unregister the unit test when unloading the module.


Modified:
    team/eliel/data_api_providers_gsoc2010/channels/chan_sip.c

Modified: team/eliel/data_api_providers_gsoc2010/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/eliel/data_api_providers_gsoc2010/channels/chan_sip.c?view=diff&rev=260800&r1=260799&r2=260800
==============================================================================
--- team/eliel/data_api_providers_gsoc2010/channels/chan_sip.c (original)
+++ team/eliel/data_api_providers_gsoc2010/channels/chan_sip.c Mon May  3 19:42:29 2010
@@ -27402,6 +27402,9 @@
 	ast_unregister_application(app_sipaddheader);
 	ast_unregister_application(app_sipremoveheader);
 
+#ifdef TEST_FRAMEWORK
+	AST_TEST_UNREGISTER(test_sip_peers_get);
+#endif
 	/* Unregister all the AstData providers */
 	ast_data_unregister(NULL);
 




More information about the asterisk-commits mailing list