summaryrefslogtreecommitdiff
path: root/sc/qa/unit/bugfix-test.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-08-23 16:12:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-08-23 16:12:19 +0200
commit7aaa3fe571810d4c68d974353d4b171453b12362 (patch)
tree00e1aefdd103138eef2bc9f54ab5aac6336f59f9 /sc/qa/unit/bugfix-test.cxx
parent11f81f2ba98eba4b34d9cc46a962aac2a52e0a0e (diff)
Make ScBootstrapFixture::createFileURL generate properly encoded URLs
Requires the rsBaseString arg to the ScBootstrapFixture ctor to consitently be passed as a relative path without a leading slash. Change-Id: Ieff38d465b0053fdae42acc4babfb34d1a4827bd
Diffstat (limited to 'sc/qa/unit/bugfix-test.cxx')
-rw-r--r--sc/qa/unit/bugfix-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/bugfix-test.cxx b/sc/qa/unit/bugfix-test.cxx
index a4629a62cd2a..b14b86b9a58e 100644
--- a/sc/qa/unit/bugfix-test.cxx
+++ b/sc/qa/unit/bugfix-test.cxx
@@ -283,7 +283,7 @@ void ScFiltersTest::testTdf104310()
}
ScFiltersTest::ScFiltersTest()
- : ScBootstrapFixture( "/sc/qa/unit/data" )
+ : ScBootstrapFixture( "sc/qa/unit/data" )
{
}