[asterisk-commits] russell: trunk r187675 - in /trunk/tests:	test_heap.c test_sched.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Apr 10 11:00:32 CDT 2009
    
    
  
Author: russell
Date: Fri Apr 10 11:00:29 2009
New Revision: 187675
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=187675
Log:
Disable test modules by default.
Modified:
    trunk/tests/test_heap.c
    trunk/tests/test_sched.c
Modified: trunk/tests/test_heap.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/tests/test_heap.c?view=diff&rev=187675&r1=187674&r2=187675
==============================================================================
--- trunk/tests/test_heap.c (original)
+++ trunk/tests/test_heap.c Fri Apr 10 11:00:29 2009
@@ -22,6 +22,10 @@
  *
  * \author Russell Bryant <russell at digium.com>
  */
+
+/*** MODULEINFO
+	<defaultenabled>no</defaultenabled>
+ ***/
 
 #include "asterisk.h"
 
Modified: trunk/tests/test_sched.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/tests/test_sched.c?view=diff&rev=187675&r1=187674&r2=187675
==============================================================================
--- trunk/tests/test_sched.c (original)
+++ trunk/tests/test_sched.c Fri Apr 10 11:00:29 2009
@@ -22,6 +22,10 @@
  *
  * \author Russell Bryant <russell at digium.com>
  */
+
+/*** MODULEINFO
+	<defaultenabled>no</defaultenabled>
+ ***/
 
 #include "asterisk.h"
 
    
    
More information about the asterisk-commits
mailing list