<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi,</p>
<p><span class="tlid-translation translation" lang="en"><span
title="" class="">With a little help from Stephan Bergmann, I
finally have a bean JunitTest_bean_complex test result!</span></span></p>
<p><span class="tlid-translation translation" lang="en"><span
title="" class="">1.clone LibreOffice git</span><br>
<span title="" class="">2.changed bean/Module_bean.mk and
bean/JunitTest_bean_complex.mk to activate
JunitTest_bean_complex</span></span></p>
<p><span class="tlid-translation translation" lang="en"><span
title="" class="">diff --git a/bean/JunitTest_bean_complex.mk
b/bean/JunitTest_bean_complex.mk<br>
index 1d22dcd..cf064c7 100644<br>
--- a/bean/JunitTest_bean_complex.mk<br>
+++ b/bean/JunitTest_bean_complex.mk<br>
@@ -16,6 +16,7 @@<br>
test \<br>
unoil \<br>
officebean \<br>
+ jurt \<br>
))<br>
<br>
$(eval $(call gb_JunitTest_add_sourcefiles,bean_complex,\<br>
diff --git a/bean/Module_bean.mk b/bean/Module_bean.mk<br>
index 08d9390..df140c8 100644<br>
--- a/bean/Module_bean.mk<br>
+++ b/bean/Module_bean.mk<br>
@@ -20,9 +20,9 @@<br>
))<br>
<br>
# complex tests compilable but fail at runtime<br>
-#$(eval $(call gb_Module_add_subsequentcheck_targets,bean,\<br>
-# JunitTest_bean_complex \<br>
-#))<br>
+$(eval $(call gb_Module_add_subsequentcheck_targets,bean,\<br>
+ JunitTest_bean_complex \<br>
+))<br>
endif<br>
endif<br>
<br>
</span></span></p>
<p><span class="tlid-translation translation" lang="en"><span
title="" class="">3.make</span></span> </p>
<p><span class="tlid-translation translation" lang="en"><span
title="" class="">./autogen.sh \<br>
--with-junit=/mnt/sdd1/home/src/libreoffice-vk/junit-4.12.jar
\<br>
--with-hamcrest=/mnt/sdd1/home/src/libreoffice-vk/hamcrest-core-1.3.jar
\<br>
--enable-qt5 \<br>
--enable-kf5 \<br>
--disable-firebird-sdbc \<br>
--prefix=/mnt/sdd1/home/src/libreoffice-vk/libreoffice-install
\<br>
--with-parallelism=4 \<br>
--enable-dbgutil \<br>
--with-jdk-home=/usr/lib/jvm/default \<br>
--with-system-dicts \<br>
--with-myspell-dicts \<br>
--with-system-zlib \<br>
--without-system-poppler \<br>
--without-system-openssl \<br>
--without-system-libpng \<br>
--without-system-libxml \<br>
--without-system-jpeg \<br>
--without-system-jars \<br>
--without-system-postgresql \<br>
--with-help \<br>
--without-helppack-integration \<br>
--with-linker-hash-style=both \<br>
--with-fonts \<br>
--with-external-thes-dir=/usr/share/mythes \<br>
--with-external-hyph-dir=/usr/share/hyphen \<br>
--with-external-dict-dir=/usr/share/myspell \<br>
--enable-dbus \<br>
--enable-extension-integration \<br>
--enable-odk \<br>
--disable-gtk3 \<br>
--enable-gstreamer-1-0 \<br>
--enable-evolution2 \<br>
--enable-gio \<br>
--enable-scripting-beanshell \<br>
--enable-scripting-javascript \<br>
--enable-ext-wiki-publisher \<br>
--enable-ext-nlpsolver \<br>
--enable-epm \<br>
--enable-python=internal \<br>
--enable-online-update \<br>
--enable-breakpad \<br>
--disable-dconf \<br>
--enable-mergelibs \<br>
--with-vendor="The Document Foundation" \<br>
--with-package-format=archive \<br>
--disable-dependency-tracking \<br>
--with-export-validation \<br>
> ../autogen-outz.log 2>&1<br>
make clean<br>
make > ../make-outx.log 2>&1<br>
make install > ../make-outz.log 2>&1<br>
</span></span></p>
<p><span class="tlid-translation translation" lang="en"><span
title="" class="">4. check</span></span></p>
<p><span class="tlid-translation translation" lang="en"><span
title="" class="">make bean.clean verbose=t >
../make-outxy1.log 2>&1<br>
make bean verbose=t >>
../make-outxy1.log 2>&1<br>
export LD_LIBRARY_PATH=/usr/lib/jvm/default/jre/lib/amd64<br>
export DISPLAY=:0<br>
make bean.subsequentcheck verbose=t >>
../make-outxy1.log 2>&1</span></span></p>
<p><br>
<span class="tlid-translation translation" lang="en"><span
title="" class=""><span class="tlid-translation translation"
lang="en"><span title="" class="">cat ../make-outxy1.log<br>
---------------------</span></span></span></span></p>
<p><span class="tlid-translation translation" lang="en"><span
title="" class=""><span class="tlid-translation translation"
lang="en"><span title="" class="">cd
/mnt/sdd1/home/src/libreoffice-vk/libreoffice/bean
&& make -j 4 -r clean<br>
make[1]: Entering directory
'/mnt/sdd1/home/src/libreoffice-vk/libreoffice/bean'<br>
[clean JCS] Jar/officebean<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && rm -rf
$W/JavaClassSet/Jar/officebean/ \<br>
/mnt/sdd1/home/src/libreoffice-vk/libreoffice/workdir/JavaClassSet/Jar/officebean.prepared<br>
[clean LNK] Library/libofficebean.so<br>
RESPONSEFILE=/tmp/gbuild.fPL7C6 && \<br>
cat ${RESPONSEFILE} /dev/null | xargs -n 200 rm -fr
&& \<br>
rm -f ${RESPONSEFILE}<br>
[clean JCS] JunitTest/bean_complex<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && rm -rf
$W/JavaClassSet/JunitTest/bean_complex/ \<br>
/mnt/sdd1/home/src/libreoffice-vk/libreoffice/workdir/JavaClassSet/JunitTest/bean_complex.prepared<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && rm -f
$W/Clean/JunitTest/bean_complex
$W/Clean/JunitTest/bean_complex.log<br>
[clean JAR] officebean<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && rm -f
$I/program/classes/officebean.jar<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && rm -f
$W/LinkTarget/Library/libofficebean.so.exports <br>
[clean MOD] bean<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && rm -f
$W/Module/bean $W/Module/nonl10n/bean $W/Module/l10n/bean
$W/Module/check/bean $W/Module/slowcheck/bean
$W/Module/screenshot/bean $W/Module/subsequentcheck/bean
$W/Module/perfcheck/bean <br>
[clean ALL] top level modules: bean<br>
[clean ALL] loaded modules: bean<br>
make[1]: Leaving directory
'/mnt/sdd1/home/src/libreoffice-vk/libreoffice/bean'<br>
<br>
-------------------------------------------------------------------------------<br>
<br>
cd /mnt/sdd1/home/src/libreoffice-vk/libreoffice/bean
&& make -j 4 -r<br>
make[1]: Entering directory
'/mnt/sdd1/home/src/libreoffice-vk/libreoffice/bean'<br>
mkdir -p
/mnt/sdd1/home/src/libreoffice-vk/libreoffice/workdir/JavaClassSet/Jar/
&& touch
/mnt/sdd1/home/src/libreoffice-vk/libreoffice/workdir/JavaClassSet/Jar/officebean.prepared<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && touch
$W/Headers/Library/libofficebean.so<br>
[build LOC] bean<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/l10n/ && touch $W/Module/l10n/bean<br>
[build CHK] bean<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/check/ && touch $W/Module/check/bean<br>
[build JCS] Jar/officebean<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && mkdir -p
$W/JavaClassSet/Jar/officebean/ && rm -rf
$W/JavaClassSet/Jar/officebean/* &&
RESPONSEFILE=/tmp/gbuild.tq2Me3 &&
/usr/lib/jvm/default/bin/javac -J-Xmx128M -encoding utf8
-source 8 -target 8 -g -classpath
"$I/program/classes/ridl.jar:$I/program/classes/unoil.jar:$I/program/classes/jurt.jar:$I/program/classes/juh.jar:$W/JavaClassSet/Jar/officebean"
-d $W/JavaClassSet/Jar/officebean @$RESPONSEFILE
&& rm -f $RESPONSEFILE && touch
$W/JavaClassSet/Jar/officebean/done<br>
[build C ]
bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && mkdir -p
$W/CObject/bean/native/unix/
$W/Dep/CObject/bean/native/unix/ && cd
/mnt/sdd1/home/src/libreoffice-vk/libreoffice
&& gcc -DBOOST_ERROR_CODE_HEADER_ONLY
-DBOOST_SYSTEM_NO_DEPRECATED -DCPPU_ENV=gcc3 -DDBG_UTIL
-DLINUX -DOSL_DEBUG_LEVEL=1 -DSAL_LOG_INFO -DSAL_LOG_WARN
-DUNIX -DUNX -DX86_64 -D_DEBUG -D_GLIBCXX_DEBUG
-D_PTHREADS -D_REENTRANT -fvisibility=hidden -Wall
-Wendif-labels -Wextra -Wstrict-prototypes -Wundef
-Wunreachable-code -Wunused-macros -finput-charset=UTF-8
-fmessage-length=0 -fno-common -pipe -Wduplicated-cond
-Wlogical-op -Wshift-overflow=2 -fstack-protector-strong
-std=gnu89 -fPIC -Wdeclaration-after-statement -Wshadow
-O0 -fstrict-aliasing -fstrict-overflow -ggdb2
-gsplit-dwarf -ggnu-pubnames -DLIBO_INTERNAL_ONLY -c
$S/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
-o
$W/CObject/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.o
-I$S/include -I/usr/lib/jvm/default/include
-I/usr/lib/jvm/default/include/linux -I$S/config_host <br>
[build LOC] top level modules: bean<br>
[build LOC] loaded modules: bean<br>
[build CHK] loaded modules: bean<br>
[build LNK] Library/libofficebean.so<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && gcc
-shared -Wl,-z,noexecstack -Wl,-z,origin
'-Wl,-rpath,$ORIGIN' -Wl,-rpath-link,$I/program
-Wl,-z,defs -fuse-ld=gold -fstack-protector-strong
-Wl,-rpath-link,/lib:/usr/lib -Wl,-z,combreloc
-Wl,--hash-style=both -Wl,-Bsymbolic-functions
-L$W/LinkTarget/StaticLibrary -L$I/sdk/lib -L$I/program
-L$I/program -Wl,--gdb-index
$W/CObject/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.o
-Wl,--start-group -L/usr/lib/jvm/default/jre/lib/amd64
-ljawt -Wl,--end-group -Wl,--no-as-needed -o
$I/program/libofficebean.so <br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && readelf
-d $I/program/libofficebean.so | grep SONAME >
$W/LinkTarget/Library/libofficebean.so.exports.tmp; nm
--dynamic --extern-only --defined-only --format=posix
$I/program/libofficebean.so | cut -d' ' -f1-2 >>
$W/LinkTarget/Library/libofficebean.so.exports.tmp
&& if cmp -s
$W/LinkTarget/Library/libofficebean.so.exports.tmp
$W/LinkTarget/Library/libofficebean.so.exports; then rm
$W/LinkTarget/Library/libofficebean.so.exports.tmp; else
mv $W/LinkTarget/Library/libofficebean.so.exports.tmp
$W/LinkTarget/Library/libofficebean.so.exports &&
touch -r $I/program/libofficebean.so
$W/LinkTarget/Library/libofficebean.so.exports; fi<br>
TEMPFILE=/tmp/gbuild.cCUWHU && mv ${TEMPFILE}
/mnt/sdd1/home/src/libreoffice-vk/libreoffice/workdir/LinkTarget/Library/libofficebean.so.objectlist<br>
Note: Some input files use or override a deprecated API.<br>
Note: Recompile with -Xlint:deprecation for details.<br>
[build JAR] officebean<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && mkdir -p
$W/JavaClassSet/Jar/officebean/META-INF && echo
Manifest-Version: 1.0 >
$W/JavaClassSet/Jar/officebean/META-INF/MANIFEST.MF
&& echo "Solar-Version: 6.4.0.0" >>
$W/JavaClassSet/Jar/officebean/META-INF/MANIFEST.MF
&& mkdir -p $I/program/classes/ && cd
$W/JavaClassSet/Jar/officebean && jar cfm
$I/program/classes/officebean.jar
$W/JavaClassSet/Jar/officebean/META-INF/MANIFEST.MF
META-INF com || (rm $I/program/classes/officebean.jar;
false) <br>
[build BIN] bean<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/nonl10n/ && touch $W/Module/nonl10n/bean<br>
[build MOD] bean<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/ && touch $W/Module/bean<br>
[build BIN] top level modules: bean<br>
[build BIN] loaded modules: bean<br>
[build ALL] top level modules: build-non-l10n-only
build-l10n-only<br>
[build ALL] loaded modules: bean<br>
make[1]: Leaving directory
'/mnt/sdd1/home/src/libreoffice-vk/libreoffice/bean'<br>
<br>
-------------------------------------------------------------------------------<br>
<br>
cd /mnt/sdd1/home/src/libreoffice-vk/libreoffice/bean
&& make -j 4 -r subsequentcheck<br>
make[1]: Entering directory
'/mnt/sdd1/home/src/libreoffice-vk/libreoffice/bean'<br>
mkdir -p
/mnt/sdd1/home/src/libreoffice-vk/libreoffice/workdir/JavaClassSet/JunitTest/
&& touch
/mnt/sdd1/home/src/libreoffice-vk/libreoffice/workdir/JavaClassSet/JunitTest/bean_complex.prepared<br>
[build ALL] All modules but instset: bean<br>
touch
/mnt/sdd1/home/src/libreoffice-vk/libreoffice/workdir/Postprocess/AllModulesButInstsetNative<br>
[build JCS] JunitTest/bean_complex<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && mkdir -p
$W/JavaClassSet/JunitTest/bean_complex/ && rm -rf
$W/JavaClassSet/JunitTest/bean_complex/* &&
RESPONSEFILE=/tmp/gbuild.VmKdgZ &&
/usr/lib/jvm/default/bin/javac -J-Xmx128M -encoding utf8
-source 8 -target 8 -g -classpath
"/mnt/sdd1/home/src/libreoffice-vk/junit-4.12.jar:/mnt/sdd1/home/src/libreoffice-vk/hamcrest-core-1.3.jar:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar:$I/program/classes/officebean.jar:$I/program/classes/jurt.jar:$W/JavaClassSet/JunitTest/bean_complex"
-d $W/JavaClassSet/JunitTest/bean_complex @$RESPONSEFILE
&& rm -f $RESPONSEFILE && touch
$W/JavaClassSet/JunitTest/bean_complex/done<br>
Note:
/mnt/sdd1/home/src/libreoffice-vk/libreoffice/bean/qa/complex/bean/WriterFrame.java
uses or overrides a deprecated API.<br>
Note: Recompile with -Xlint:deprecation for details.<br>
[build JUT] bean_complex<br>
S=/mnt/sdd1/home/src/libreoffice-vk/libreoffice &&
I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/bean_complex/user && mkdir -p
$W/JunitTest/bean_complex/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu
$W/JunitTest/bean_complex/user/user/ &&
(MAX_CONCURRENCY=4 MOZILLA_CERTIFICATE_FOLDER=
SAL_DISABLE_SYNCHRONOUS_PRINTER_DETECTION=1
SAL_USE_VCLPLUGIN=svp /usr/lib/jvm/default/bin/java
-Xmx64M -classpath
"$W/JavaClassSet/JunitTest/bean_complex:/mnt/sdd1/home/src/libreoffice-vk/junit-4.12.jar:/mnt/sdd1/home/src/libreoffice-vk/hamcrest-core-1.3.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar:$I/program/classes/officebean.jar:$I/program/classes/jurt.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=<a class="moz-txt-link-freetext" href="file://$W/JunitTest/bean_complex/user">file://$W/JunitTest/bean_complex/user</a>
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/bean_complex/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice"
org.junit.runner.JUnitCore complex.bean.OOoBeanTest >
$W/JunitTest/bean_complex/done.log 2>&1 || (cat
$W/JunitTest/bean_complex/done.log && echo "to
rerun just this failed test without all others, run:"
&& echo && echo " make
JunitTest_bean_complex" && echo && echo
"cd into the module dir to run the tests faster"
&& echo "Or to do interactive debugging, run two
shells with:" && echo && echo " make
debugrun" && echo " make
gb_JunitTest_DEBUGRUN=T JunitTest_bean_complex" &&
echo && false))<br>
JUnit version 4.12<br>
setUpConnection()<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2274:2274:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:vcl.fonts:2307:2307:vcl/unx/generic/fontmanager/fontmanager.cxx:680:
Could not OpenTTFont
"/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf":
6<br>
warn:opencl:2307:2307:desktop/source/app/opencl.cxx:206:
Failed to initialize OpenCL for test<br>
.warn:legacy.osl:2307:2319:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
getText: <br>
E.warn:legacy.osl:2307:2319:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
.warn:legacy.osl:2307:2319:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
<br>
Position of client are of Java frame does not match the
positionof the UNO window. These are the values of Java
frame, followed bythe UNO window: <br>
java.awt.Rectangle[x=108,y=140,width=484,height=452]<br>
java.awt.Rectangle[x=0,y=0,width=20,height=20]<br>
<br>
E.<br>
Position of client are of Java frame does not match the
positionof the UNO window. These are the values of Java
frame, followed bythe UNO window: <br>
java.awt.Rectangle[x=108,y=140,width=484,height=252]<br>
java.awt.Rectangle[x=0,y=0,width=20,height=20]<br>
<br>
E.warn:legacy.osl:2307:2319:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
<br>
Position of client are of Java frame does not match the
positionof the UNO window. These are the values of Java
frame, followed bythe UNO window: <br>
java.awt.Rectangle[x=108,y=140,width=484,height=252]<br>
java.awt.Rectangle[x=0,y=0,width=20,height=20]<br>
<br>
E.warn:legacy.osl:2307:2406:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
<br>
Position of client are of Java frame does not match the
positionof the UNO window. These are the values of Java
frame, followed bythe UNO window: <br>
java.awt.Rectangle[x=108,y=140,width=484,height=352]<br>
java.awt.Rectangle[x=0,y=0,width=20,height=20]<br>
<br>
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs
skipped: entry existed<br>
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs
skipped: entry existed<br>
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs
skipped: entry existed<br>
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs
skipped: entry existed<br>
(pkix_CacheCert_Add: PKIX_PL_HashTable_Add for Certs
skipped: entry existed<br>
E.warn:legacy.osl:2307:2430:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
E.warn:legacy.osl:2307:2424:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
warn:legacy.osl:2307:2430:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
warn:legacy.osl:2307:2430:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
warn:legacy.osl:2307:2424:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
warn:legacy.osl:2307:2424:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
warn:legacy.osl:2307:2424:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
warn:legacy.osl:2307:2424:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
warn:legacy.osl:2307:2424:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
warn:legacy.osl:2307:2424:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
warn:legacy.osl:2307:2430:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
warn:legacy.osl:2307:2430:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
.warn:legacy.osl:2307:2430:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
warn:legacy.osl:2307:2430:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
warn:legacy.osl:2307:2430:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
warn:legacy.osl:2307:2430:sw/source/uibase/uiview/viewport.cxx:1105:
Small world, isn't it?<br>
tearDownConnection()<br>
warn:cppu.threadpool:2307:2307:cppu/source/threadpool/threadpool.cxx:91:
ThreadIdHashMap: 1 left<br>
warn:vcl.schedule.deinit:2307:2307:vcl/source/app/scheduler.cxx:176:
DeInit task: Timer a: 1 p: 1 graphic::Manager
maSwapOutTimer 10000ms (0x7ff3f921de60)<br>
warn:vcl.schedule.deinit:2307:2307:vcl/source/app/scheduler.cxx:196:
DeInit active tasks: 1 (ignored: 0)<br>
<br>
Time: 109.502<br>
There were 6 failures:<br>
1) test6a(complex.bean.OOoBeanTest)<br>
java.lang.AssertionError: Focus error: After removing and
adding the bean, theoffice window does not receive
keyboard input.<br>
Try typing in the window, you've got 30s!!! This test may
not work with Linux/Solaris<br>
at org.junit.Assert.fail(Assert.java:88)<br>
at
complex.bean.OOoBeanTest.test6a(OOoBeanTest.java:535)<br>
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)<br>
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br>
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
at java.lang.reflect.Method.invoke(Method.java:498)<br>
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)<br>
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)<br>
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)<br>
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)<br>
at
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)<br>
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)<br>
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)<br>
at
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)<br>
at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)<br>
at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)<br>
at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)<br>
at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)<br>
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)<br>
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)<br>
at
org.junit.runners.ParentRunner.run(ParentRunner.java:363)<br>
at org.junit.runners.Suite.runChild(Suite.java:128)<br>
at org.junit.runners.Suite.runChild(Suite.java:27)<br>
at
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)<br>
at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)<br>
at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)<br>
at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)<br>
at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)<br>
at
org.junit.runners.ParentRunner.run(ParentRunner.java:363)<br>
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)<br>
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)<br>
at
org.junit.runner.JUnitCore.runMain(JUnitCore.java:77)<br>
at org.junit.runner.JUnitCore.main(JUnitCore.java:36)<br>
2) test2(complex.bean.OOoBeanTest)<br>
java.lang.AssertionError: Sizing error: Client are of Java
frame does not match the UNO window.<br>
at org.junit.Assert.fail(Assert.java:88)<br>
at
complex.bean.OOoBeanTest.test2(OOoBeanTest.java:123)<br>
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)<br>
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br>
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
at java.lang.reflect.Method.invoke(Method.java:498)<br>
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)<br>
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)<br>
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)<br>
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)<br>
at
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)<br>
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)<br>
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)<br>
at
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)<br>
at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)<br>
at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)<br>
at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)<br>
at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)<br>
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)<br>
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)<br>
at
org.junit.runners.ParentRunner.run(ParentRunner.java:363)<br>
at org.junit.runners.Suite.runChild(Suite.java:128)<br>
at org.junit.runners.Suite.runChild(Suite.java:27)<br>
at
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)<br>
at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)<br>
at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)<br>
at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)<br>
at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)<br>
at
org.junit.runners.ParentRunner.run(ParentRunner.java:363)<br>
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)<br>
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)<br>
at
org.junit.runner.JUnitCore.runMain(JUnitCore.java:77)<br>
at org.junit.runner.JUnitCore.main(JUnitCore.java:36)<br>
3) test3(complex.bean.OOoBeanTest)<br>
java.lang.AssertionError: Sizing error.<br>
at org.junit.Assert.fail(Assert.java:88)<br>
at
complex.bean.OOoBeanTest.test3(OOoBeanTest.java:275)<br>
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)<br>
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br>
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
at java.lang.reflect.Method.invoke(Method.java:498)<br>
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)<br>
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)<br>
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)<br>
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)<br>
at
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)<br>
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)<br>
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)<br>
at
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)<br>
at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)<br>
at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)<br>
at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)<br>
at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)<br>
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)<br>
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)<br>
at
org.junit.runners.ParentRunner.run(ParentRunner.java:363)<br>
at org.junit.runners.Suite.runChild(Suite.java:128)<br>
at org.junit.runners.Suite.runChild(Suite.java:27)<br>
at
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)<br>
at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)<br>
at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)<br>
at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)<br>
at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)<br>
at
org.junit.runners.ParentRunner.run(ParentRunner.java:363)<br>
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)<br>
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)<br>
at
org.junit.runner.JUnitCore.runMain(JUnitCore.java:77)<br>
at org.junit.runner.JUnitCore.main(JUnitCore.java:36)<br>
4) test4(complex.bean.OOoBeanTest)<br>
java.lang.AssertionError: Sizing error.<br>
at org.junit.Assert.fail(Assert.java:88)<br>
at
complex.bean.OOoBeanTest.test4(OOoBeanTest.java:305)<br>
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)<br>
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br>
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
at java.lang.reflect.Method.invoke(Method.java:498)<br>
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)<br>
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)<br>
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)<br>
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)<br>
at
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)<br>
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)<br>
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)<br>
at
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)<br>
at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)<br>
at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)<br>
at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)<br>
at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)<br>
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)<br>
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)<br>
at
org.junit.runners.ParentRunner.run(ParentRunner.java:363)<br>
at org.junit.runners.Suite.runChild(Suite.java:128)<br>
at org.junit.runners.Suite.runChild(Suite.java:27)<br>
at
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)<br>
at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)<br>
at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)<br>
at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)<br>
at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)<br>
at
org.junit.runners.ParentRunner.run(ParentRunner.java:363)<br>
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)<br>
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)<br>
at
org.junit.runner.JUnitCore.runMain(JUnitCore.java:77)<br>
at org.junit.runner.JUnitCore.main(JUnitCore.java:36)<br>
5) test5(complex.bean.OOoBeanTest)<br>
java.lang.AssertionError: Sizing error.<br>
at org.junit.Assert.fail(Assert.java:88)<br>
at
complex.bean.OOoBeanTest.test5(OOoBeanTest.java:356)<br>
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)<br>
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br>
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
at java.lang.reflect.Method.invoke(Method.java:498)<br>
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)<br>
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)<br>
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)<br>
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)<br>
at
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)<br>
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)<br>
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)<br>
at
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)<br>
at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)<br>
at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)<br>
at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)<br>
at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)<br>
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)<br>
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)<br>
at
org.junit.runners.ParentRunner.run(ParentRunner.java:363)<br>
at org.junit.runners.Suite.runChild(Suite.java:128)<br>
at org.junit.runners.Suite.runChild(Suite.java:27)<br>
at
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)<br>
at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)<br>
at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)<br>
at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)<br>
at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)<br>
at
org.junit.runners.ParentRunner.run(ParentRunner.java:363)<br>
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)<br>
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)<br>
at
org.junit.runner.JUnitCore.runMain(JUnitCore.java:77)<br>
at org.junit.runner.JUnitCore.main(JUnitCore.java:36)<br>
6) test6(complex.bean.OOoBeanTest)<br>
java.lang.AssertionError: Focus error: After removing and
adding the bean, theoffice window does not receive
keyboard input.<br>
Try typing in the window, you've got 30s!!! This test may
not work with Linux/Solaris<br>
at org.junit.Assert.fail(Assert.java:88)<br>
at
complex.bean.OOoBeanTest.test6(OOoBeanTest.java:418)<br>
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)<br>
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br>
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
at java.lang.reflect.Method.invoke(Method.java:498)<br>
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)<br>
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)<br>
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)<br>
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)<br>
at
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)<br>
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)<br>
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)<br>
at
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)<br>
at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)<br>
at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)<br>
at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)<br>
at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)<br>
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)<br>
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)<br>
at
org.junit.runners.ParentRunner.run(ParentRunner.java:363)<br>
at org.junit.runners.Suite.runChild(Suite.java:128)<br>
at org.junit.runners.Suite.runChild(Suite.java:27)<br>
at
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)<br>
at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)<br>
at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)<br>
at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)<br>
at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)<br>
at
org.junit.runners.ParentRunner.run(ParentRunner.java:363)<br>
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)<br>
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)<br>
at
org.junit.runner.JUnitCore.runMain(JUnitCore.java:77)<br>
at org.junit.runner.JUnitCore.main(JUnitCore.java:36)<br>
<br>
FAILURES!!!<br>
Tests run: 9, Failures: 6<br>
<br>
to rerun just this failed test without all others, run:<br>
<br>
make JunitTest_bean_complex<br>
<br>
cd into the module dir to run the tests faster<br>
Or to do interactive debugging, run two shells with:<br>
<br>
make debugrun<br>
make gb_JunitTest_DEBUGRUN=T JunitTest_bean_complex<br>
<br>
make[1]: ***
[/mnt/sdd1/home/src/libreoffice-vk/libreoffice/solenv/gbuild/JunitTest.mk:39:
/mnt/sdd1/home/src/libreoffice-vk/libreoffice/workdir/JunitTest/bean_complex/done]
Error 1<br>
make[1]: Leaving directory
'/mnt/sdd1/home/src/libreoffice-vk/libreoffice/bean'<br>
make: *** [Makefile:120: bean.subsequentcheck] Error 2<br>
<br>
</span></span></span></span></p>
<p><span class="tlid-translation translation" lang="en"><span
title="" class=""><span class="tlid-translation translation"
lang="en"><span title="" class=""><br>
</span></span></span></span></p>
<p>Regards,</p>
<p>Vladimir Koković, DP senior(69)</p>
<p>Serbia, Belgrade, 29.aug 2019</p>
</body>
</html>