summaryrefslogtreecommitdiff
path: root/dbaccess/JunitTest_dbaccess_complex.mk
AgeCommit message (Collapse)Author
2018-12-06Drop juh.jar dependency from Java UNO testsJan-Marek Glogowski
Since upstream Java reverted the strict classpath checks, it's not needed anymore. See discussion in https://gerrit.libreoffice.org/#/c/63118 and http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/8513ac27b651 Change-Id: Iff863702b1aeda157c8e230ab36372a71dcfb4bb Todo: tdf#121925 Reviewed-on: https://gerrit.libreoffice.org/64634 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski
Splits gb_JunitTest_set_unoapi_test_class_and_jars into two separate defines as: - gb_JunitTest_use_unoapi_jars - gb_JunitTest_use_unoapi_test_class Then replaces many of the gb_JunitTest_use_jars lists with the new gb_JunitTest_use_unoapi_jars to fix the JUH dependencies. This probably adds some unneeded JUH dependencies to some Java tests, but that shouldn't be a problem. Change-Id: I0c4fce6b50f7c6eb8d62bfb2c50f056b97584794 Reviewed-on: https://gerrit.libreoffice.org/63119 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2015-06-04Revert "disable JunitTest_dbaccess_complex part RowSet"Stephan Bergmann
This reverts commit 217dbf61ece9318f4430780d10cef60920086de7, the test should work now reliably after the preceeding "Finalizers must not access UNO objects" commit.
2015-06-01disable JunitTest_dbaccess_complex part RowSetMiklos Vajna
Fails locally + on Jenkins_Linux_Dbg, and commit 9b06d36571bbfa2d722f36610375e7cd24be81a7 (reenable JunitTest_dbaccess_complex part RowSet, 2015-05-30) just enabled it recently, so disable it again for now. Change-Id: Ie746eac0bdc613e2ffc6c2a1450db637d134a5c1
2015-05-30reenable JunitTest_dbaccess_complex part RowSetLionel Elie Mamane
Change-Id: I82a1af0cd6b068e9f349ec6b068e78d55e8ab969
2013-10-25stop looking for Jar files in solverMichael Stahl
Change-Id: I4d2a93fa7395354fbf2893df9e254ab39fa365af
2013-05-13Fix namingStephan Bergmann
Change-Id: Id167385e832b1cd78d0612fc2a7611aa76bf0601
2012-10-30Properly spell out "dbaccess"Stephan Bergmann
...so that these tests also work from a toplevel make. Change-Id: I82899ce6f1760b34b365ee5cfacbadb1f40de766
2012-08-17gbuild: register all jarsMichael Stahl
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-06-16targeted clean-upNorbert Thiebaud
Change-Id: I57d56ece9fd59a93d5081a394c3fe8d212290198
2012-06-16revert gmk4Norbert Thiebaud
Change-Id: I0c1f0495358bba6889d48d8bc500f880f7d5179c
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-23revert to dbaccess gbuildization from master mostlyBjoern Michaelsen
* only add JunitTest_dbaccess_complex, which was missing on master * disable complex.dbaccess.DatabaseDocument in JunitTest_dbaccess_complex for now as it fails
2011-06-17gnumake4: dbaccess: subsequent tests [hg:ccd0baa1c81a]Michael Stahl
2011-06-17gnumake4: reportdesign, dbaccess: remove DOS lineendings [hg:ba7a15028880]Michael Stahl
2011-06-17gnumake4: fix to use new add rules [hg:76c825726ff2]Ocke Janssen [oj]
2011-06-17gnumake4: converted dbaccess [hg:8113b354673f]Ocke Janssen [oj]
2011-06-17gnumake4: converted reportdesign [hg:e3de7a65caba]Ocke Janssen [oj]