Home
last modified time | relevance | path

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

/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dkurltest.cpp501 QCOMPARE(tobi1.query(), QString("?")); // query is empty in testEmptyQueryOrRef()
502 QVERIFY(tobi1.hasQuery()); in testEmptyQueryOrRef()
504 tobi1 = "http://host.net/path/#no-query"; in testEmptyQueryOrRef()
505 QCOMPARE(tobi1.query(), QString("")); // no query in testEmptyQueryOrRef()
506 QVERIFY(!tobi1.hasQuery()); in testEmptyQueryOrRef()
614 tobi1.setEncodedPathAndQuery("another/path/?another&query"); in testPathAndQuery()
615 QCOMPARE(tobi1.query(), QString("?another&query")); in testPathAndQuery()
618 tobi1.setEncodedPathAndQuery("another/path?another&query"); in testPathAndQuery()
619 QCOMPARE(tobi1.query(), QString("?another&query")); in testPathAndQuery()
629 tobi1 = "http://host.net/path/#no-query"; in testPathAndQuery()
[all …]