From 34d2e296a45845f9241cedeafff7b23e06d8f5cf Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Sun, 9 Dec 2018 15:56:40 +0100 Subject: remove Inkscape::URI::getFullPath --- testfiles/src/uri-test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'testfiles/src/uri-test.cpp') 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 } -- cgit v1.2.3