Skip to content
Snippets Groups Projects
Commit d64b9904 authored by Kinsey Moore's avatar Kinsey Moore
Browse files

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@429353 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e890f9f6
Branches
Tags
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment