From f69e5c19191bd098bded41798f6c2834930be85e Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Thu, 7 Nov 2019 12:12:02 +0100 Subject: community/ofono: move from testing --- testing/ofono/skip-broken-test.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 testing/ofono/skip-broken-test.patch (limited to 'testing/ofono/skip-broken-test.patch') diff --git a/testing/ofono/skip-broken-test.patch b/testing/ofono/skip-broken-test.patch deleted file mode 100644 index baa6588428..0000000000 --- a/testing/ofono/skip-broken-test.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c.new -index c595ac1c03..38e9455ba3 100644 ---- a/unit/test-stkutil.c -+++ b/unit/test-stkutil.c.new -@@ -313,6 +313,7 @@ static inline void check_tone(const ofono_bool_t command, - static inline void check_ussd(const struct stk_ussd_string *command, - const char *test) - { -+ return; // Test currently broken - char *utf8 = ussd_decode(command->dcs, command->len, command->string); - check_common_text(utf8, test); - g_free(utf8); -- cgit v1.2.3