diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2018-12-09 14:56:40 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2018-12-09 20:50:04 +0000 |
| commit | 34d2e296a45845f9241cedeafff7b23e06d8f5cf (patch) | |
| tree | dea6c03ac9504dfbeebbd3671c5dd632671efcca /testfiles/src/uri-test.cpp | |
| parent | Fix license in new files (diff) | |
| download | inkscape-34d2e296a45845f9241cedeafff7b23e06d8f5cf.tar.gz inkscape-34d2e296a45845f9241cedeafff7b23e06d8f5cf.zip | |
remove Inkscape::URI::getFullPath
Diffstat (limited to '')
| -rw-r--r-- | testfiles/src/uri-test.cpp | 1 |
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 } |
