https://bugs.kde.org/show_bug.cgi?id=388057
Bug ID: 388057
Summary: autotest - KUrlTest::testSmb() fails with Qt >= 5.9.3
Product: frameworks-kdelibs4support
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Qt 5.10
https://build.kde.org/job/Frameworks%20kdelibs4support%20kf5-qt5%20SUSEQt5.10/13/testReport/(root)/TestSuite/kurltest/
Qt 5.9.3
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/amd64/k/kdelibs4support/20171220_001416_c575b@/log.gz
Passes with Qt 5.9.2 still.
Failure is:
FAIL! : KUrlTest::testSmb() Compared values are not the same
Actual (noImplicitSmb.path()) : "//path1/path2"
Expected (QString("/path1/path2")): "/path1/path2"
Testing code is:
KUrl noImplicitSmb("//path1/path2");
QVERIFY(noImplicitSmb.isLocalFile());
QCOMPARE(noImplicitSmb.path(), QString("/path1/path2"));
--
You are receiving this mail because:
You are watching all bug changes.