Author: mjordan Date: Wed Dec 24 09:12:43 2014 New Revision: 430090 URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=430090 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: certified/branches/13.1/ (props changed) certified/branches/13.1/tests/test_stasis_channels.c Propchange: certified/branches/13.1/ ------------------------------------------------------------------------------ --- branch-13-merged (original) +++ branch-13-merged Wed Dec 24 09:12:43 2014 @@ -1,1 +1,1 @@ -/branches/13:429128-429222,429224-429246,429407,429409,429433,429477,429497,429540,429571,429739,429741,429761,429829,430010,430034,430083-430084 +/branches/13:429128-429222,429224-429246,429352,429407,429409,429433,429477,429497,429540,429571,429739,429741,429761,429829,430010,430034,430083-430084 Modified: certified/branches/13.1/tests/test_stasis_channels.c URL: http://svnview.digium.com/svn/asterisk/certified/branches/13.1/tests/test_stasis_channels.c?view=diff&rev=430090&r1=430089&r2=430090 ============================================================================== --- certified/branches/13.1/tests/test_stasis_channels.c (original) +++ certified/branches/13.1/tests/test_stasis_channels.c Wed Dec 24 09:12:43 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)); -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- svn-commits mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/svn-commits
