diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-08 21:36:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-09 13:15:39 +0200 |
commit | d8e90fdd90f299445509d93c905446f879bf8c73 (patch) | |
tree | c69e4d52d960f5366c9f9aa9d24e66f7c7c8e5f6 /tools/CppunitTest_tools_test.mk | |
parent | 987e99d9e38479211fad6bc97134c75bebcf615b (diff) |
there are 3600000 seconds in an hour
regression from...
commit 9830fd36dbdb72c79703b0c61efc027fba793c5a
Date: Sun Mar 17 08:36:26 2013 +0100
date/time IDL datatypes incompatible change
Change-Id: I2f4b64a73b5529ba190acc678d907761bb568bbf
Reviewed-on: https://gerrit.libreoffice.org/54009
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'tools/CppunitTest_tools_test.mk')
-rw-r--r-- | tools/CppunitTest_tools_test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/CppunitTest_tools_test.mk b/tools/CppunitTest_tools_test.mk index 7c7b9eab6184..d3e2de881053 100644 --- a/tools/CppunitTest_tools_test.mk +++ b/tools/CppunitTest_tools_test.mk @@ -16,6 +16,7 @@ $(eval $(call gb_CppunitTest_use_external,tools_test,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,tools_test, \ tools/qa/cppunit/test_bigint \ tools/qa/cppunit/test_date \ + tools/qa/cppunit/test_time \ tools/qa/cppunit/test_fract \ tools/qa/cppunit/test_inetmime \ tools/qa/cppunit/test_pathutils \ |