summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-09-28 18:47:21 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-10-03 09:10:43 -0500
commit06edac1627d624f850613b9128b7de386e1965a0 (patch)
tree0fc9515dde56300d7bb6d8d97ca6ad483d73ef34 /tools
parent67822514363e31c6e7f52a160ef7203aea75c53a (diff)
downloadofono-06edac1627d624f850613b9128b7de386e1965a0.tar.bz2
stktest: Add DisplayText test sequence 1.9
Diffstat (limited to 'tools')
-rw-r--r--tools/stktest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/stktest.c b/tools/stktest.c
index adb7d75c..e6bca12e 100644
--- a/tools/stktest.c
+++ b/tools/stktest.c
@@ -1138,6 +1138,11 @@ static void __stktest_test_init(void)
display_text_response_181,
sizeof(display_text_response_181),
test_display_text_18, expect_response);
+ stktest_add_test("Display Text 1.9", "DisplayText",
+ display_text_191, sizeof(display_text_191),
+ display_text_response_191,
+ sizeof(display_text_response_191),
+ NULL, expect_response);
}
static void test_destroy(gpointer user_data)