summaryrefslogtreecommitdiffstats
path: root/dbaccess/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-08-03 14:49:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-08-03 16:42:04 +0200
commitc379994973dd730c0ee2fdc8854a06b202f9f150 (patch)
tree9e3427f260059e14df5c84f0943fc61bb58ae605 /dbaccess/qa
parentloplugin:flatten in sfx2 (diff)
downloadcore-c379994973dd730c0ee2fdc8854a06b202f9f150.tar.gz
core-c379994973dd730c0ee2fdc8854a06b202f9f150.zip
Make test operate on copy of .odb file
For whatever reason, CppunitTest_dbaccess_hsqldb_test had recently started to modify binary dbaccess/qa/unit/data/hsqldb_empty.odb in-place. Change-Id: I07b5185ddf4b809ef1e1f977c5ab1c34e2e7f18a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100002 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'dbaccess/qa')
-rw-r--r--dbaccess/qa/unit/hsqldb.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/qa/unit/hsqldb.cxx b/dbaccess/qa/unit/hsqldb.cxx
index 5af5dff89fb5..e9b0b6bbf9f3 100644
--- a/dbaccess/qa/unit/hsqldb.cxx
+++ b/dbaccess/qa/unit/hsqldb.cxx
@@ -33,8 +33,9 @@ public:
*/
void HSQLDBTest::testEmptyDBConnection()
{
+ auto const file = createTempCopy("hsqldb_empty.odb");
uno::Reference< XOfficeDatabaseDocument > xDocument =
- getDocumentForFileName("hsqldb_empty.odb");
+ getDocumentForUrl(file.GetURL());
getConnectionForDocument(xDocument);