diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-11-16 08:30:07 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-11-16 18:28:36 +0100 |
commit | 84e1a01e2d1964a143f5b01fa0b70d9570dcb834 (patch) | |
tree | 8ad422dd417f3e41b02742effb44b661a7c25fee /include | |
parent | 20f6242b2c50876754368eeadcdc8902cf76e79a (diff) |
Delete test*.odb files
...that are created in java.io.tmpdir (e.g., /tmp on Linux) by
connectivity.tools.HsqlDatabase.createDBDocument() during e.g.
JunitTest_dbaccess_complex.
This revealed that connectivity.tools.AbstractDatabase.delete() (even if it
would have been called by the test) would have been non-effective at deleting
the file, as the java.io.File constructor used takes a pathname not a file URL
as argument, so the call to java.io.File.delete() would not have deleted the
relevant file (and returned false, rather).
Change-Id: I268e1d1732ac7a0db9ccde7d4ac4f09aa3811e11
Reviewed-on: https://gerrit.libreoffice.org/44801
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions