summaryrefslogtreecommitdiff
path: root/javaunohelper/Module_javaunohelper.mk
diff options
context:
space:
mode:
authorRobert Antoni Buj i Gelonch <robert.buj@gmail.com>2014-09-22 16:31:56 +0200
committerDavid Ostrovsky <David.Ostrovsky@gmx.de>2014-09-23 19:29:38 +0000
commit2d8348d298185cad7d2b6aec40e8e44f95be1b7a (patch)
tree19ffdcdb34a75c19ae691dddb4bbb24a374fcc09 /javaunohelper/Module_javaunohelper.mk
parented01da53ff04b1cfd6708e12f26d06cb9288a61f (diff)
javaunohelper: migrate ComponentBase_Test to JUnit
Use -XX:MaxGCPauseMillis=50 in conjunction with Thread.sleep(51) to wait 51ms after a GC call, instead of waiting 10s. http://docs.oracle.com/javase/1.5.0/docs/guide/vm/gc-ergonomics.html $ make JunitTest_juh Change-Id: Id2cdada0e493fd450aab5dbec164502e0173857f Reviewed-on: https://gerrit.libreoffice.org/11593 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'javaunohelper/Module_javaunohelper.mk')
-rw-r--r--javaunohelper/Module_javaunohelper.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/javaunohelper/Module_javaunohelper.mk b/javaunohelper/Module_javaunohelper.mk
index 8a2e653ff8db..daafedaeeae6 100644
--- a/javaunohelper/Module_javaunohelper.mk
+++ b/javaunohelper/Module_javaunohelper.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_Module_add_targets,javaunohelper,\
))
$(eval $(call gb_Module_add_subsequentcheck_targets,javaunohelper,\
- JunitTest_juh_ComponentContext \
+ JunitTest_juh \
))
ifneq ($(DISABLE_DYNLOADING),TRUE)