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));


-- 
_____________________________________________________________________
-- 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

Reply via email to