[asterisk-commits] qwell: trunk r338553 - in /trunk: ./ tests/test_db.c tests/test_netsock2.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 29 15:55:18 CDT 2011


Author: qwell
Date: Thu Sep 29 15:55:15 2011
New Revision: 338553

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=338553
Log:
Merged revisions 338552 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/10

................
  r338552 | qwell | 2011-09-29 15:54:55 -0500 (Thu, 29 Sep 2011) | 9 lines
  
  Merged revisions 338551 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.8
  
  ........
    r338551 | qwell | 2011-09-29 15:54:13 -0500 (Thu, 29 Sep 2011) | 1 line
    
    Test modules have a support level of core.
  ........
................

Modified:
    trunk/   (props changed)
    trunk/tests/test_db.c
    trunk/tests/test_netsock2.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.

Modified: trunk/tests/test_db.c
URL: http://svnview.digium.com/svn/asterisk/trunk/tests/test_db.c?view=diff&rev=338553&r1=338552&r2=338553
==============================================================================
--- trunk/tests/test_db.c (original)
+++ trunk/tests/test_db.c Thu Sep 29 15:55:15 2011
@@ -26,7 +26,7 @@
 
 /*** MODULEINFO
 	<depend>TEST_FRAMEWORK</depend>
-	<support_level>extended</support_level>
+	<support_level>core</support_level>
  ***/
 
 #include "asterisk.h"

Modified: trunk/tests/test_netsock2.c
URL: http://svnview.digium.com/svn/asterisk/trunk/tests/test_netsock2.c?view=diff&rev=338553&r1=338552&r2=338553
==============================================================================
--- trunk/tests/test_netsock2.c (original)
+++ trunk/tests/test_netsock2.c Thu Sep 29 15:55:15 2011
@@ -26,7 +26,7 @@
 
 /*** MODULEINFO
 	<depend>TEST_FRAMEWORK</depend>
-	<support_level>extended</support_level>
+	<support_level>core</support_level>
  ***/
 
 #include "asterisk.h"




More information about the asterisk-commits mailing list