Home
last modified time | relevance | path

Searched refs:testUrl (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesupplier/
H A Dtst_qplacesupplier.cpp87 const QUrl testUrl = QUrl::fromEncoded("http://example.com/testUrl"); in urlTest() local
89 testObj.setUrl(testUrl); in urlTest()
90 QVERIFY2(testObj.url() == testUrl, "Wrong value returned"); in urlTest()