return stktest_error_go_back(msg);
}
+static DBusMessage *test_display_text_18(DBusMessage *msg,
+ const char *text,
+ unsigned char icon_id,
+ gboolean urgent)
+{
+ /* oFono gives rich text formatting in HTML */
+ STKTEST_AGENT_ASSERT(g_str_equal(text, "<ABORT>"));
+ STKTEST_AGENT_ASSERT(icon_id == 0);
+ STKTEST_AGENT_ASSERT(urgent == FALSE);
+
+ return stktest_error_end_session(msg);
+}
+
static void power_down_reply(DBusPendingCall *call, void *user_data)
{
__stktest_test_next();
display_text_response_171,
sizeof(display_text_response_171),
test_display_text_17, expect_response);
+ stktest_add_test("Display Text 1.8", "DisplayText",
+ display_text_181, sizeof(display_text_181),
+ display_text_response_181,
+ sizeof(display_text_response_181),
+ test_display_text_18, expect_response);
}
static void test_destroy(gpointer user_data)