[asterisk-commits] mmichelson: branch mmichelson/features_config r390092 - /team/mmichelson/feat...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 29 16:13:28 CDT 2013


Author: mmichelson
Date: Wed May 29 16:13:25 2013
New Revision: 390092

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=390092
Log:
Comment out unit tests in features.c

Rather than remove these tests and all the structures they refer to,
I have instead opted to comment them out since similar unit tests do
not yet exist in parking code. These commented out unit tests may be
useful to the writer of the unit tests (although some of the helper
functions used in the unit tests are gone now).


Modified:
    team/mmichelson/features_config/main/features.c

Modified: team/mmichelson/features_config/main/features.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/features_config/main/features.c?view=diff&rev=390092&r1=390091&r2=390092
==============================================================================
--- team/mmichelson/features_config/main/features.c (original)
+++ team/mmichelson/features_config/main/features.c Wed May 29 16:13:25 2013
@@ -5776,6 +5776,7 @@
 	return 0;
 }
 
+#if 0
 #if defined(TEST_FRAMEWORK)
 /*!
  * \internal
@@ -6252,6 +6253,7 @@
 	return res ? AST_TEST_FAIL : AST_TEST_PASS;
 }
 #endif	/* defined(TEST_FRAMEWORK) */
+#endif
 
 /*! \internal \brief Clean up resources on Asterisk shutdown */
 static void features_shutdown(void)




More information about the asterisk-commits mailing list