From 33066af51dc427485cae34b1f710a775c51b14fc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 19 Mar 2018 13:59:30 +0100 Subject: [PATCH] Break long comment --- tests/end2end/fixtures/quteprocess.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index 8e6db5164..41dee1275 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -197,8 +197,8 @@ def is_ignored_chromium_message(line): 'No URLRequestContext for NSS HTTP handler. host: *', # https://bugreports.qt.io/browse/QTBUG-66661 - # [23359:23359:0319/115812.168578:WARNING:render_frame_host_impl.cc(2744)] - # OnDidStopLoading was called twice. + # [23359:23359:0319/115812.168578:WARNING: + # render_frame_host_impl.cc(2744)] OnDidStopLoading was called twice. 'OnDidStopLoading was called twice.', ] return any(testutils.pattern_match(pattern=pattern, value=message)