stktest: Add More Time test sequence 1.1

This commit is contained in:
Denis Kenzior 2012-10-30 16:59:42 -05:00
parent 67560b5919
commit af94372fb2
1 changed files with 5 additions and 0 deletions

View File

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