diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2018-03-24 18:56:11 +0100 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2018-03-29 11:07:51 +0200 |
commit | 606cf347404f86ba3d6c94058eb4c470e9e4b596 (patch) | |
tree | 4d645e4981b361f277136dcb9fb85e5cfb00b39b /dbaccess/Module_dbaccess.mk | |
parent | b15f56816515f63b89eea254a590effba47fd56f (diff) |
dbahsql: Unit test for binary import
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>
Diffstat (limited to 'dbaccess/Module_dbaccess.mk')
-rw-r--r-- | dbaccess/Module_dbaccess.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk index a8ecb1060c43..0eb7bf97c349 100644 --- a/dbaccess/Module_dbaccess.mk +++ b/dbaccess/Module_dbaccess.mk @@ -45,6 +45,7 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\ CppunitTest_dbaccess_nolib_save \ CppunitTest_dbaccess_macros_test \ CppunitTest_dbaccess_hsqlschema_import \ + CppunitTest_dbaccess_hsqlbinary_import \ )) ifeq ($(ENABLE_JAVA),TRUE) |