• Stephan Bergmann's avatar
    Delete test*.odb files · 84e1a01e
    Stephan Bergmann yazdı
    ...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/44801Tested-by: 's avatarJenkins <ci@libreoffice.org>
    Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
    84e1a01e
Adı
Son kayıt (commit)
Son güncelleme
..
complex/dbaccess Loading commit data...
extras Loading commit data...
python Loading commit data...
unit Loading commit data...
unoapi Loading commit data...