summaryrefslogtreecommitdiffstats
path: root/testfiles/src/uri-test.cpp
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-12-09 14:56:40 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-12-09 20:50:04 +0000
commit34d2e296a45845f9241cedeafff7b23e06d8f5cf (patch)
treedea6c03ac9504dfbeebbd3671c5dd632671efcca /testfiles/src/uri-test.cpp
parentFix license in new files (diff)
downloadinkscape-34d2e296a45845f9241cedeafff7b23e06d8f5cf.tar.gz
inkscape-34d2e296a45845f9241cedeafff7b23e06d8f5cf.zip
remove Inkscape::URI::getFullPath
Diffstat (limited to 'testfiles/src/uri-test.cpp')
-rw-r--r--testfiles/src/uri-test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testfiles/src/uri-test.cpp b/testfiles/src/uri-test.cpp
index eb7257afa..4140dcff6 100644
--- a/testfiles/src/uri-test.cpp
+++ b/testfiles/src/uri-test.cpp
@@ -88,6 +88,7 @@ TEST(UriTest, Str)
#else
ASSERT_EQ(URI("file:///tmp/uri.svg").toNativeFilename(), "/tmp/uri.svg");
ASSERT_EQ(URI("file:///tmp/x%20y.svg").toNativeFilename(), "/tmp/x y.svg");
+ ASSERT_EQ(URI("file:///a/b#hash").toNativeFilename(), "/a/b");
#endif
}