Stasis: Update unittest for channel snapshots

This adjusts the unit test for channel snapshots to take the new
language key into account.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@429352 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kinsey Moore
2014-12-11 13:49:24 +00:00
parent d4a05879d6
commit 50f6517296

View File

@@ -278,6 +278,7 @@ AST_TEST_DEFINE(channel_snapshot_json)
" 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 @@ AST_TEST_DEFINE(channel_snapshot_json)
"connected",
"name", "",
"number", "",
"language", "en",
"creationtime",
ast_json_timeval(
ast_channel_creationtime(chan), NULL));