[svn-commits] tilghman: branch tilghman/kill_stubs r276470 - /team/tilghman/kill_stubs/tests/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 14 15:23:26 CDT 2010


Author: tilghman
Date: Wed Jul 14 15:23:15 2010
New Revision: 276470

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=276470
Log:
Remove some warnings during the test run (does not affect results, just affects prettiness).

Modified:
    team/tilghman/kill_stubs/tests/test_utils.c

Modified: team/tilghman/kill_stubs/tests/test_utils.c
URL: http://svnview.digium.com/svn/asterisk/team/tilghman/kill_stubs/tests/test_utils.c?view=diff&rev=276470&r1=276469&r2=276470
==============================================================================
--- team/tilghman/kill_stubs/tests/test_utils.c (original)
+++ team/tilghman/kill_stubs/tests/test_utils.c Wed Jul 14 15:23:15 2010
@@ -27,6 +27,15 @@
 
 /*** MODULEINFO
 	<depend>TEST_FRAMEWORK</depend>
+ ***/
+
+/*** DOCUMENTATION
+	<agi name="testnoop" language="en_US">
+		<synopsis>Do nothing</synopsis>
+		<description><para>Intended as a test and should not actually be loaded
+		at any time, other than when the test is executing.</para></description>
+		<see-also><ref type="agi">noop</ref></see-also>
+	</agi>
  ***/
 
 #include "asterisk.h"




More information about the svn-commits mailing list