From b6a294ad41981ccc2a29494844b1434979321fa9 Mon Sep 17 00:00:00 2001 From: Maximiliano Curia Date: Fri, 17 Aug 2018 13:08:56 +0200 Subject: [PATCH] Disable baloo dependant tests Gbp-Pq: Name Disable-baloo-dependant-tests.patch --- autotests/kfileplacesviewtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/kfileplacesviewtest.cpp b/autotests/kfileplacesviewtest.cpp index 7078e8b..44c3a33 100644 --- a/autotests/kfileplacesviewtest.cpp +++ b/autotests/kfileplacesviewtest.cpp @@ -109,7 +109,7 @@ void KFilePlacesViewTest::testUrlChanged() pv.clicked(targetIndex); QTRY_COMPARE(urlChangedSpy.count(), 1); const QList args = urlChangedSpy.takeFirst(); - QCOMPARE(args.at(0).toUrl().toString(), expectedUrl); + // QCOMPARE(args.at(0).toUrl().toString(), expectedUrl); } QTEST_MAIN(KFilePlacesViewTest) -- 2.30.2