[asterisk-commits] kmoore: branch 13 r429352 -	/branches/13/tests/test_stasis_channels.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Thu Dec 11 07:49:36 CST 2014
    
    
  
Author: kmoore
Date: Thu Dec 11 07:49:24 2014
New Revision: 429352
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=429352
Log:
Stasis: Update unittest for channel snapshots
This adjusts the unit test for channel snapshots to take the new
language key into account.
Modified:
    branches/13/tests/test_stasis_channels.c
Modified: branches/13/tests/test_stasis_channels.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/tests/test_stasis_channels.c?view=diff&rev=429352&r1=429351&r2=429352
==============================================================================
--- branches/13/tests/test_stasis_channels.c (original)
+++ branches/13/tests/test_stasis_channels.c Thu Dec 11 07:49:24 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