From af94372fb28341888cc198854fa6d0fc58ed10c5 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 30 Oct 2012 16:59:42 -0500 Subject: [PATCH] stktest: Add More Time test sequence 1.1 --- tools/stktest.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/stktest.c b/tools/stktest.c index c2a5cb2b..a80655f8 100644 --- a/tools/stktest.c +++ b/tools/stktest.c @@ -3562,6 +3562,11 @@ static void __stktest_test_init(void) sizeof(get_input_response_1221), test_get_input_122, expect_response_and_finish); + stktest_add_test("More Time 1.1", NULL, + more_time_111, sizeof(more_time_111), + more_time_response_111, + sizeof(more_time_response_111), + NULL, expect_response_and_finish); } static void test_destroy(gpointer user_data)