[asterisk-commits] russell: branch 1.6.1 r187676 - in /branches/1.6.1: ./ tests/test_heap.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Apr 10 11:00:56 CDT 2009
Author: russell
Date: Fri Apr 10 11:00:52 2009
New Revision: 187676
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=187676
Log:
Merged revisions 187675 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r187675 | russell | 2009-04-10 11:00:29 -0500 (Fri, 10 Apr 2009) | 2 lines
Disable test modules by default.
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/tests/test_heap.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/tests/test_heap.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/tests/test_heap.c?view=diff&rev=187676&r1=187675&r2=187676
==============================================================================
--- branches/1.6.1/tests/test_heap.c (original)
+++ branches/1.6.1/tests/test_heap.c Fri Apr 10 11:00:52 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