[asterisk-commits] kmoore: trunk r429353 - in /trunk: ./	tests/test_stasis_channels.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Thu Dec 11 07:53:44 CST 2014
    
    
  
Author: kmoore
Date: Thu Dec 11 07:53:39 2014
New Revision: 429353
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=429353
Log:
Stasis: Update unittest for channel snapshots
This adjusts the unit test for channel snapshots to take the new
language key into account.
........
Merged revisions 429352 from http://svn.asterisk.org/svn/asterisk/branches/13
Modified:
    trunk/   (props changed)
    trunk/tests/test_stasis_channels.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-13-merged' - no diff available.
Modified: trunk/tests/test_stasis_channels.c
URL: http://svnview.digium.com/svn/asterisk/trunk/tests/test_stasis_channels.c?view=diff&rev=429353&r1=429352&r2=429353
==============================================================================
--- trunk/tests/test_stasis_channels.c (original)
+++ trunk/tests/test_stasis_channels.c Thu Dec 11 07:53:39 2014
@@ -278,6 +278,7 @@
 				 "  s: { s: s, s: s, s: i },"
 				 "  s: { s: s, s: s },"
 				 "  s: { s: s, s: s },"
+				 "  s: s"
 				 "  s: o"
 				 "}",
 				 "name", "TEST/name",
@@ -294,6 +295,7 @@
 				 "connected",
 				 "name", "",
 				 "number", "",
+				 "language", "en",
 				 "creationtime",
 				 ast_json_timeval(
 					 ast_channel_creationtime(chan), NULL));
    
    
More information about the asterisk-commits
mailing list