summaryrefslogtreecommitdiffstats
path: root/dbaccess/CppunitTest_dbaccess_hsqlbinary_import.mk
Commit message (Collapse)AuthorAgeFilesLines
* don't link to vbahelper for --disable-scripting caseCaolán McNamara2021-09-221-1/+2
| | | | | | | Change-Id: I50dca4c11234677d2c6987d360b1317890b5484b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122427 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* use officecfg for Experimental flagNoel Grandin2020-11-011-0/+4
| | | | | | | | | | | move IsShowOutlineContentVisibilityButton out of header to avoid having to add extra include paths to all the unit test makefiles. Change-Id: I2763390e07cd85b8f09b6f2ad7702039daecb22f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105100 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Fix more new dependencies on boost_headersStephan Bergmann2019-12-071-0/+2
| | | | | | | | | | Same as 97b3e455802cfc08568ec5e8379c509efe3e47b1 "Fix some new dependencies on boost_headers" Change-Id: I0f10374650847f4c50a8cff530c15e65906865ad Reviewed-on: https://gerrit.libreoffice.org/84672 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* fix CppunitTest_dbaccess_hsqlbinary_importRene Engelhard2018-06-101-1/+2
| | | | | | | | | | | | at least with system-hsqldb. add missing connectivity/source/drivers/hsqldb/hsqldb to gb_CppunitTest_use_components Change-Id: I6e845dadd67276b137734f68ba922a1d5890c809 Reviewed-on: https://gerrit.libreoffice.org/55551 Reviewed-by: Rene Engelhard <rene@debian.org> Tested-by: Rene Engelhard <rene@debian.org>
* dbahsql: Unit test for binary importTamas Bunth2018-03-291-0/+106
Also fix bugs shown by the unit test Use boost date/time instead of std, because std::tm cannot handle dates before 1970. Change-Id: I7f5dbb3d828a591a4b51c7204dc3bd39fefc42ff Reviewed-on: https://gerrit.libreoffice.org/51804 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Bunth <btomi96@gmail.com>