mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
kdecore: add FIXME for KUrl::isRelativeUrl()
I do not know where the logic behind that was Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0064e68e0d
commit
c44c545b1a
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ void KUrlTest::testIsRelative()
|
||||||
QVERIFY( !KUrl::isRelativeUrl("javascript:doSomething()") );
|
QVERIFY( !KUrl::isRelativeUrl("javascript:doSomething()") );
|
||||||
QVERIFY( !KUrl::isRelativeUrl("file:///blah") );
|
QVERIFY( !KUrl::isRelativeUrl("file:///blah") );
|
||||||
// arguable, but necessary for KUrl( baseURL, "//www1.foo.bar" );
|
// arguable, but necessary for KUrl( baseURL, "//www1.foo.bar" );
|
||||||
QVERIFY( KUrl::isRelativeUrl("/path") );
|
QVERIFY( KUrl::isRelativeUrl("/path") ); // FIXME: how is that relative?
|
||||||
QVERIFY( KUrl::isRelativeUrl("something") );
|
QVERIFY( KUrl::isRelativeUrl("something") );
|
||||||
|
|
||||||
KUrl something("something");
|
KUrl something("something");
|
||||||
|
|
Loading…
Add table
Reference in a new issue