From 2d8348d298185cad7d2b6aec40e8e44f95be1b7a Mon Sep 17 00:00:00 2001 From: Robert Antoni Buj i Gelonch Date: Mon, 22 Sep 2014 16:31:56 +0200 Subject: 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 Tested-by: David Ostrovsky --- javaunohelper/Module_javaunohelper.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javaunohelper/Module_javaunohelper.mk') 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) -- cgit