From 8127346c28936ed2c7810a13f2664427c99b26f7 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 20 Aug 2010 00:19:00 +0200 Subject: Create .gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..f9ff7e2ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/*/unxlng?? +/*/unxlng??.pro -- cgit v1.2.3 From 6903112d37b66edbea357f19c5a264e89947b69b Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 24 Aug 2010 17:01:40 +0200 Subject: Update .gitignore. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index f9ff7e2ed..def767e59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,11 @@ +# backup and temporary files +*~ +.*.sw[op] + +# the build directories /*/unxlng?? /*/unxlng??.pro + +# autoconf generated stuff +/ChangeLog +/configure -- cgit v1.2.3 -- cgit v1.2.3 From 35571759795f72ac99ca033364498f27211e015e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 16 Sep 2010 21:18:40 +0300 Subject: Update .gitignore for Windows builds --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index def767e59..50784a43d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,5 @@ # the build directories /*/unxlng?? /*/unxlng??.pro - -# autoconf generated stuff -/ChangeLog -/configure +/*/wntmsci?? +/*/wntmsci??.pro -- cgit v1.2.3 From 956e2e792f58ed207899aa1bf943c11071e97177 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Fri, 17 Sep 2010 10:11:32 +0200 Subject: fit-list-to-size.diff: Shrink font automatically when text overflows. i#94086 Scale-font-down if typing text in Impress and the text box becomes too small. --- qadevOOo/runner/util/ValueChanger.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qadevOOo/runner/util/ValueChanger.java b/qadevOOo/runner/util/ValueChanger.java index 25ec5e5bf..ae00eadb2 100644 --- a/qadevOOo/runner/util/ValueChanger.java +++ b/qadevOOo/runner/util/ValueChanger.java @@ -383,7 +383,7 @@ public class ValueChanger { com.sun.star.drawing.TextFitToSizeType TF1 = com.sun.star.drawing.TextFitToSizeType.ALLLINES; com.sun.star.drawing.TextFitToSizeType TF2 = com.sun.star.drawing.TextFitToSizeType.NONE; com.sun.star.drawing.TextFitToSizeType TF3 = com.sun.star.drawing.TextFitToSizeType.PROPORTIONAL; - com.sun.star.drawing.TextFitToSizeType TF4 = com.sun.star.drawing.TextFitToSizeType.RESIZEATTR; + com.sun.star.drawing.TextFitToSizeType TF4 = com.sun.star.drawing.TextFitToSizeType.AUTOFIT; if (oldValue.equals(TF1)) newValue = TF2; if (oldValue.equals(TF2)) newValue = TF3; if (oldValue.equals(TF3)) newValue = TF4; -- cgit v1.2.3 From 8f84f9f66adbdaa5a2eed261f62866d518bd62b7 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Fri, 17 Sep 2010 13:54:46 +0200 Subject: build-java-target.diff: allow to define java target i#93115 allow to define java target, so the build is usable with the JVM 1.5 even when it is built with JDK 1.6 --- qadevOOo/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qadevOOo/makefile.mk b/qadevOOo/makefile.mk index 8d8b4ab72..612b8668a 100755 --- a/qadevOOo/makefile.mk +++ b/qadevOOo/makefile.mk @@ -43,7 +43,7 @@ TST: .IF "$(SOLAR_JAVA)"=="TRUE" .IF "$(ANT_HOME)"!="NO_ANT_HOME" -ANT_FLAGS+=-Dbuild.source=1.5 +ANT_FLAGS+=-Dbuild.source=$(JAVA_SOURCE_VER) .IF "$(L10N_framework)"=="" ALLTAR: ANTBUILD .ENDIF -- cgit v1.2.3 From 52693e0143e86486db2ab5a0b4f30e1584fb90fa Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 23 Sep 2010 12:05:56 +0100 Subject: tweak smoketest doc to explicitly use Bibliography --- smoketestoo_native/data/Test_DB.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoketestoo_native/data/Test_DB.xml b/smoketestoo_native/data/Test_DB.xml index e517da882..37fdc0948 100644 --- a/smoketestoo_native/data/Test_DB.xml +++ b/smoketestoo_native/data/Test_DB.xml @@ -53,7 +53,7 @@ Const sTestString = "Automatical Test" sCurrentMessage = cMessageDatabaseService + " " + cUnoDatabaseContext oDBContext = CreateUnoService(cUnoDatabaseContext) - sDBName=oDBContext.ElementNames(0) 'Names of Databases + sDBName="Bibliography" 'Names of Databases nCurrentAction = cDBOpen sCurrentMessage = cMessageDatabaseOpen -- cgit v1.2.3 From 9800c4dfbf86204b30e7d4fd5730fb4e9adeb5f9 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Thu, 23 Sep 2010 08:59:57 +0200 Subject: LibreOffice branding: make smoketests work --- smoketestoo_native/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 809828566..4bc5d2902 100644 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -53,12 +53,12 @@ OOO_CPPTEST_ARGS = $(SHL1TARGETN) -env:arg-doc=$(BIN)/smoketestdoc.sxw .IF "$(OS)" != "WNT" $(installationtest_instpath).flag : $(shell ls \ - $(installationtest_instset)/OOo_*_install-arc_$(defaultlangiso).tar.gz) + $(installationtest_instset)/LO_*_install-arc_$(defaultlangiso).tar.gz) $(RM) -r $(installationtest_instpath) $(MKDIRHIER) $(installationtest_instpath) cd $(installationtest_instpath) && $(GNUTAR) xfz \ - $(installationtest_instset)/OOo_*_install-arc_$(defaultlangiso).tar.gz - $(MV) $(installationtest_instpath)/OOo_*_install-arc_$(defaultlangiso) \ + $(installationtest_instset)/LO_*_install-arc_$(defaultlangiso).tar.gz + $(MV) $(installationtest_instpath)/LO_*_install-arc_$(defaultlangiso) \ $(installationtest_instpath)/opt $(TOUCH) $@ cpptest : $(installationtest_instpath).flag -- cgit v1.2.3 -- cgit v1.2.3 From 715dd21d0d06f93c0222453afc13e2c28fd35afe Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Tue, 5 Oct 2010 15:55:25 +0200 Subject: more removed include guards using fixguard.py --- testtools/source/bridgetest/currentcontextchecker.hxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/testtools/source/bridgetest/currentcontextchecker.hxx b/testtools/source/bridgetest/currentcontextchecker.hxx index 43fcdab2e..a8f0cd48d 100644 --- a/testtools/source/bridgetest/currentcontextchecker.hxx +++ b/testtools/source/bridgetest/currentcontextchecker.hxx @@ -32,9 +32,7 @@ #include "com/sun/star/uno/Reference.hxx" #include "com/sun/star/uno/RuntimeException.hpp" #include "cppuhelper/implbase1.hxx" -#ifndef OSL_DIAGNOSE_HXX_INCLUDED #include "osl/diagnose.hxx" -#endif #include "sal/types.h" #include "test/testtools/bridgetest/XCurrentContextChecker.hpp" -- cgit v1.2.3 From 38e8abf656cd96bcae3a5f5516f9c501a0b0f2fe Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 6 Oct 2010 12:17:12 +0100 Subject: #i113503# cppunit stl wrapper headers --- smoketestoo_native/makefile.mk | 7 +++++++ smoketestoo_native/smoketest.cxx | 2 ++ test/source/cpp/makefile.mk | 7 +++++++ test/source/cpp/officeconnection.cxx | 2 ++ 4 files changed, 18 insertions(+) diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 4bc5d2902..9a719b49b 100644 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -33,6 +33,13 @@ ENABLE_EXCEPTIONS = TRUE CFLAGSCXX += $(CPPUNIT_CFLAGS) +#building with stlport, but cppunit was not built with stlport +.IF "$(USE_SYSTEM_STL)"!="YES" +.IF "$(SYSTEM_CPPUNIT)"=="YES" +CFLAGSCXX+=-DADAPT_EXT_STL +.ENDIF +.ENDIF + SLOFILES = $(SHL1OBJS) SHL1TARGET = smoketest diff --git a/smoketestoo_native/smoketest.cxx b/smoketestoo_native/smoketest.cxx index 41baeddf9..fd283327c 100644 --- a/smoketestoo_native/smoketest.cxx +++ b/smoketestoo_native/smoketest.cxx @@ -47,11 +47,13 @@ #include "com/sun/star/uno/RuntimeException.hpp" #include "com/sun/star/uno/Sequence.hxx" #include "com/sun/star/util/URL.hpp" +#include #include "cppuhelper/implbase1.hxx" #include "cppunit/TestAssert.h" #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" +#include #include "osl/conditn.hxx" #include "osl/diagnose.h" #include "rtl/ustring.h" diff --git a/test/source/cpp/makefile.mk b/test/source/cpp/makefile.mk index 8494bd4aa..04eedea3c 100644 --- a/test/source/cpp/makefile.mk +++ b/test/source/cpp/makefile.mk @@ -35,6 +35,13 @@ VISIBILITY_HIDDEN = TRUE CDEFS += -DOOO_DLLIMPLEMENTATION_TEST CFLAGSCXX += $(CPPUNIT_CFLAGS) +#building with stlport, but cppunit was not built with stlport +.IF "$(USE_SYSTEM_STL)"!="YES" +.IF "$(SYSTEM_CPPUNIT)"=="YES" +CFLAGSCXX+=-DADAPT_EXT_STL +.ENDIF +.ENDIF + SLOFILES = \ $(SLO)/getargument.obj \ $(SLO)/officeconnection.obj \ diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx index ccfd2cd0a..b77fb59e4 100644 --- a/test/source/cpp/officeconnection.cxx +++ b/test/source/cpp/officeconnection.cxx @@ -33,7 +33,9 @@ #include "com/sun/star/lang/XMultiServiceFactory.hpp" #include "com/sun/star/uno/Reference.hxx" #include "cppuhelper/bootstrap.hxx" +#include #include "cppunit/TestAssert.h" +#include #include "osl/process.h" #include "osl/time.h" #include "sal/types.h" -- cgit v1.2.3 From 6e21a90bcec9ca45da17c50156672b51a9c71b76 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Fri, 8 Oct 2010 17:24:54 +0200 Subject: LO -> LibO --- smoketestoo_native/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 9a719b49b..a05065d54 100644 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -60,12 +60,12 @@ OOO_CPPTEST_ARGS = $(SHL1TARGETN) -env:arg-doc=$(BIN)/smoketestdoc.sxw .IF "$(OS)" != "WNT" $(installationtest_instpath).flag : $(shell ls \ - $(installationtest_instset)/LO_*_install-arc_$(defaultlangiso).tar.gz) + $(installationtest_instset)/LibO_*_install-arc_$(defaultlangiso).tar.gz) $(RM) -r $(installationtest_instpath) $(MKDIRHIER) $(installationtest_instpath) cd $(installationtest_instpath) && $(GNUTAR) xfz \ - $(installationtest_instset)/LO_*_install-arc_$(defaultlangiso).tar.gz - $(MV) $(installationtest_instpath)/LO_*_install-arc_$(defaultlangiso) \ + $(installationtest_instset)/LibO_*_install-arc_$(defaultlangiso).tar.gz + $(MV) $(installationtest_instpath)/LibO_*_install-arc_$(defaultlangiso) \ $(installationtest_instpath)/opt $(TOUCH) $@ cpptest : $(installationtest_instpath).flag -- cgit v1.2.3 -- cgit v1.2.3 From d45566fb3ead5b42e7022e5ddda8f903b42482fc Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Sat, 9 Oct 2010 21:59:50 +0100 Subject: disable the WelcomeDialog for now. --- testautomation/global/system/includes/master.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc index 880496e3d..a24a11d15 100755 --- a/testautomation/global/system/includes/master.inc +++ b/testautomation/global/system/includes/master.inc @@ -429,7 +429,7 @@ sub hStartTheOffice (optional sProfPath as String, optional sProfParameter as St catch endcatch Kontext "WelcomeDialog" - if WelcomeDialog.Exists(2) then + if True = False Then ' disabled: we have no welcome dialog WelcomeDialog.Exists(2) then '///+
  • Clicking on Next button
  • NextBtn.Click Kontext "TabFirstStartLicense" -- cgit v1.2.3 From 7f6ae6cd81753413b5682f313ff1f9922d54a569 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Sat, 9 Oct 2010 22:33:06 +0100 Subject: disable disabling the quick-starter for now - needs re-visiting. --- testautomation/global/system/includes/master.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc index a24a11d15..562e9a957 100755 --- a/testautomation/global/system/includes/master.inc +++ b/testautomation/global/system/includes/master.inc @@ -1091,6 +1091,7 @@ function hDisableQuickstarter as boolean bVeto = gOOo end if end if + bVeto = FALSE ' For now LibreOffice struggles with some hid/whatever mismatch here if bVeto then 'First, disabling the Quickstarter via UI ToolsOptions -- cgit v1.2.3 From 570056f12a8df78cf2309317f39c104f42dbe1c9 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Tue, 12 Oct 2010 17:18:43 +0200 Subject: bin unused old binary crap --- .../optional/input/filter/lib/old/hwpreadermi.dll | 1557 -------------------- .../optional/input/filter/lib/old/jsreadermi.dll | 130 -- .../writer/optional/input/filter/lib/wps2star.dll | 159 -- .../writer/optional/input/filter/regcomp/regcompli | 16 - .../writer/optional/input/filter/regcomp/regcompsi | 25 - .../writer/optional/input/filter/regcomp/regcompss | 57 - 6 files changed, 1944 deletions(-) delete mode 100755 testautomation/writer/optional/input/filter/lib/old/hwpreadermi.dll delete mode 100755 testautomation/writer/optional/input/filter/lib/old/jsreadermi.dll delete mode 100755 testautomation/writer/optional/input/filter/lib/wps2star.dll delete mode 100755 testautomation/writer/optional/input/filter/regcomp/regcompli delete mode 100755 testautomation/writer/optional/input/filter/regcomp/regcompsi delete mode 100755 testautomation/writer/optional/input/filter/regcomp/regcompss diff --git a/testautomation/writer/optional/input/filter/lib/old/hwpreadermi.dll b/testautomation/writer/optional/input/filter/lib/old/hwpreadermi.dll deleted file mode 100755 index f34df7924..000000000 --- a/testautomation/writer/optional/input/filter/lib/old/hwpreadermi.dll +++ /dev/null @@ -1,1557 +0,0 @@ -MZ$ddh EPDžtMddddDžD4PjddQh URMdȋU3fBLЉMU3fB 9gM3fQ 0|YE3fH9UT"TSQj49=uS4_^[jh4u hx4Ã=u hx4ø -IIH'HG|FEYEB9 uM^[øH -A@5MMQM^d @??=\=<u<<;0;jFjDjbDWPJ|tgEjjCjnCSQ`g MKCk Y[,43VauEƃ@utuEΨtt&:au% -t:Au -t:au -uҋ3Ð@Ëtt:au -t̃$gPYPudgdj ;)t! -tFG8r8w8r8w8u Iu383IuuD$[^_UWVSM&ً}3ˋu F3:GwtIIы[^_Vj "jjHwB8tфtQ~333ƃj8n X#ƅue8n DJte - Aj |^8@ Vyt$t$tu]$F u Vy@t{VuVMVɃ~AVmAVmP|vFx fVbu7PYYF4>Yj j4;Wt$9] tu V $$HP5tW4t %NNC|5\5_^[SVW t7 t? t:}@8u@8u+@UY;u3 UWVw W53_^][YYVt$jSPKu>jVqx$WtMSEEju $E ME;MuE^ CEsEj4uG}t CD1);] u } -u -jju } -t CM9MGt0@u +] ]E3_^[h|j -^Gu GEjPSu EjPuSu _^[U}et2}Et,}fuuu uN ]uuu u4uuu u]W|$ tVt$ V耘@PVV^_̀zuf\?f?f^٭^lq 剕lݽ`ƅp -tUEEEEE UE]MEMEMEMPQRd  D$ $,$ -j tuVTUNTuIVXFXu }ju9E}jXPuu uE ]ju9E  -|9EsjXPuuu u+MMN?~j?^; -LMuэN -L2uɍy>u;uM; u%jjjX뾡 ËD$$=}W}e8jj#E U= -E ˉE f%-L$ f%D$PQQ$ UQQEME]f fEEU3ҁ} -h ]t-h ]t --t ]t ؛ t]Vt$F  F uEAudNjE3uE@G 7juEAubuE@G 4jtu_$F uVE YU3V΅F Yt$F tt uF43ta0` F jYV׋E _^[]UEu]Ã= F jdYV׋E_^[]USVu 3;t9]t:uE;tf3^[]9uM;tffjX 8n DAtNDp ~*9E|/39]QuPVj 5t4Dp u9Er8^u]tB$uA -tF$s ^UV3PPPPPPPPU ItB$u -t -F$sF ^S39VWut$;VWh jX3_^[USVW39] jX|Ct?E Ù+‹E4vEj -[E0AE݋II@;r_^[]UQS]VW;@@M},0FF|3p UjhP htdt.F'G8t,A<ɀ A,A<ɀ A8txp=`t'FG8tPS:؃:8tX u p -jTM[^_SUVW|$=Dp ~jP YY 8n AtG7G-t+u7G3ۃ=Dp ~ jV˭YY 8n pt \F7Gσ-u_^][t$lYQSUVW|$=Dp ~jPuYY 8n AtG7G-t$t+u7G33=Dp ~ jV0YY 8n pt)FjUt$$SVt$W|$V76 tFPj0 tFFPw0 tFFPw0 _^ËD$VW0x04? H׉p _H^ËD$VWPH ΉH _P^UE S]3;VEN@[U\SVW}EjE3ZE؉UEEE܉EEԉEЉEEE} t t - -t uGj^G w-9Dp U~VPYYjZ 8n ÊA#ƅ1|9 j XO0uD} OX -E^f[; f]<wU 3VPPPEuuu PuEP$u^UES]VȾvSW{k+Eȃ}u8}3WEE܉EEfF -ffT*QVu)hVu)QSVWu(QVu euS~ %QQSVW39] ju]_tN $  *%QQSVW39]ju]_tN $  $QQSVW39]ju]_tN4 f -#QQSVW39]ju]_tN4  #QQSVW39]ju]_tNL F D W"QQSVW39]ju]_tNL F D ,!QQVW39} u}tN \  QQVW39} u}tN \ x - PV@ƋHt@tjM@d08PH4P4P8P4P8P4P04PF8P8V4Pv4V?4P4VQQe=QQe8P 8Pb 4V. 4P8P8P64P4P8PtQQeQQePV@ƋHt@tjM@d0 QQeQQeuBEM~8EX@H,QH4P^4P#4P4P4P4VLf QQSVW39] ju]_tN F ;}]SuSN u}M_@0ܚ ^[d  QQSVW39] ju]_tN F }]S]Sà jq QAVM@Dܚ e̋EPgYøP M3ËMzËM -ËM$r ÍMIÍMÍMg ËEP YÍMCÍMÍMQøx MÍMÍMÍMø8 qMPËM -ËMËM ËM("ËEPvYËEPkYø MËM -ËMËM 3 ø M ÍM7ÍM ÍME ÍM ÍM ËpPYÍM\ÍMÍMJÍdNÍMJ\ÍM\Í8Í4Í0Í,Í(Í$Í xÍlÍ`ÍTÍHÍ <Í0Í$ÍÍMÍ|ÍxÍtÍpÍlø SMÍMÍMÍMÍMÍMÍM|ÍMsÍMjÍMaÍMXÍMOÍMFÍM=ÍM4ÍM+ÍM"ÍMÍMÍMÍMÍ|ÍxÍtÍpÍlÍhÍdÍ`Í\ÍXø pÍdÍXÍLÍ@Í4Í(ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍtÍ|hÍx\ÍtPÍpDÍl8Íh,Íd Í`Í\ÍXÍTÍPÍLÍHÍDÍ@Í<Í8Í4Í0Í,xÍ(lÍ$`Í TÍHÍ<Í0Í$Í Í ÍÍ$Í ÍÍÍÍÍ ÍÍÍÍ$Í ÍÍÍÍÍ ÍÍÍÍMÍMÍMÍMÍMÍMÍMÍMÍMÍMÍ|ÍxÍtÍpÍltÍhhÍd\Í`PÍ\DÍX8ÍT,ÍP ÍLÍHÍDÍ@Í<Í8Í4Í0Í,Í(Í$Í ÍÍxÍlÍ`Í TÍHÍ<ÍÍ8Í4Í0Í,Í(Í$Í ÍÍÍÍÍ zÍnÍbÍÍ ÍÍÍÍÍ ÍÍÍÍ ÍÍÍھÍξÍ ¾Í趾Í誾ÍÍMÍMÍMÍMÍMݶÍMԶÍM˶ÍM¶ÍM蹶ÍM谶ÍM觶Í|蛶Íx菶Ít胶ÍpwÍlkÍh_ÍdSÍ`GÍ\;ÍX/ÍT#ÍPÍL ÍHÍDÍ@Í<۵Í8ϵÍ4õÍ0践Í,諵Í(蟵Í$蓵Í 臵Í{ÍoÍcÍWÍ KÍ?Í3ÍÍÍÍÍ gMwÍMnÍMeÍM\ÍMSÍMJÍMAÍM8ÍM/ÍM&ÍMÍMÍM ÍMÍMøh fMÍMݖÍMԖÍM˖ÍM–ÍM蹖ÍM谖ÍM觖ÍM螖ÍM蕖ÍM茖ÍM胖ÍMzÍMqÍMhÍM_ÍMVÍMMÍMDÍM;ÍM2ÍM)ÍM ÍMÍ| ÍxÍtÍpÍlەÍhϕÍdÕÍ`跕Í\諕ÍX蟕ÍT蓕ÍP臕ÍL{ÍHoÍDcÍ@WÍÍÍDøh \ PEYø t\ЌÍČÍ踌Í謌Í蠌Í蔌Í舌Í|ÍpÍdÍXÍLÍ@Í4Í(ÍÍø [@Í<Í8Í4֋Í0ʋÍ,辋Í(貋Í$見Í 蚋Í莋Í肋ÍvÍjÍ ^ÍRÍFÍÍÍÍÍڊÍΊÍŠÍ越Í誊Í螊Í蒊Í膊ÍzÍnÍbÍVÍJÍ>Í2Í&ÍÍÍÍÍÍމÍ҉ÍƉÍ躉Í|讉Íx袉Ít薉Íp芉Íl~ÍhrÍdfÍ`ZÍ\NÍXBÍT6ÍP*ÍLÍHÍDÍ@Í<Í8Í4ֈÍ0ʈÍ,辈Í(貈Í$覈Í 蚈Í莈Í肈ÍvÍjÍ ^ÍRÍFÍÍÍÍÍڇÍ·͇Í趇Í誇Í螇Í蒇Í膇ÍzÍnÍbÍVÍJÍ>Í2Í&ÍÍÍÍÍÍކÍ҆ÍƆÍ躆Í|讆Íx袆Ít薆Íp芆Íl~ÍhrÍdfÍ`ZÍ\NÍXBÍT6ÍP*ÍLÍHÍDÍ@Í<Í8ø pU̅ÍÍ贅Í訅Í蜅Í萅Í脅ÍxÍlÍ`ÍTÍHÍ<Í0Í$ÍÍ ÍMÍø(( B̋M -øP( B̋M -ø( B̋MËM詍ø>MIøh- =Mø- =̋Mø- =̋Mø- =̍MXø. =̋EPMQø0. ^=̋EP&YËEP&YËEP&YËEPv&YËEPk&YËEP`&YËEPU&YËEPJ&YËEP?&YËEP4&YËEP)&YËEP&YËEP&YËxP&YËpP%YËhP%YË`P%YËXP%YËPP%YËHP%YË@P%YË8P%YË0P%YË(Py%YË Pk%YøX. <̍MhlÍM_lÍMVlÍMMlÍMDlÍM;lÍM2lø@/ ;MlÍMlø/ ;MlÍMkø/ ;MkÍMkÍMkÍMkÍMkÍMkÍMkÍMkÍMkÍMkÍMkÍMkÍM{kÍMrkÍMikø/ :MVkÍMMkÍMDkÍM;kÍM2kÍM)kø0 :MkÍM kÍMkÍMjÍMjÍMjø0 w:MjÍMjÍMjÍMjÍMjÍMjø01 7:MjÍMjÍMjÍM{jÍMrjÍMijÍM`jÍMWjÍMNjÍMEjÍMÍM5ø: 1M"ÍMÍMø: f1MÍMø̲FF0 0 0 00000  !"#$%&'()*+,-./0123456789:;=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]112131415161718191:1;1<1=1>1?1@1A1B1C1D1E1F1G1H1I1J1K1L1M1N1O1P1Q1R1S1T1U1V1W1X1Y1Z1[1\1]1^1_1`1a1b1c1d1e1f1g1h1i1j1k1l1m1n1o1p1q1r1s1t1u1v1w1x1y1z1{1|1}1~11111111111111111p!q!r!s!t!u!v!w!x!y!2 2 2 222222222222222$$$$$$$$$$$$$$$$$$$$$$$$$$t$u$v$w$x$y$z${$|$}$~$$$$$RXxYYr^y^acFgghoNv wxzz!|nq늓kNUf4nxz[NRNW*XL]aa!bbegDjnuuvw:}QR#S\2uۀ@[RXY\]^:_J_wa_lzuu|s}}T!AMGNN PQOX7a>aha9eiouvv{˄߂b3dҙEם W@\ʃTzو͎km7wSWshvՕ:gjpom̎Kwfxk<S-WNYcisExzz|us5RGWGu`{̃XjKQKRRbhuiPRRae9hi~tK{냲9яI NYdfj4tyy~_ -& OS%`qbrl}f}NbQwOOvQQUhV;WWWYGYY[\]]~^_beegg^ghh_j:k#l}llms&t*tttxuuxxAyGyHyzy{QceuNPiQQhj|||oҊϑO7QRBT^na>bejo*y܅#bjΞRfwkp+ybBabbdeYifkk!qs]uF~j'aX؞PR;TOUevl -} }^RlirsTZ>\K]L__*ghcilNllr{l:tPRXdjtVvx9e^S_%RwINPuQ[\w^f:fghpuuyz' O!X1X[nfekmzn}os+u܈\OPS\S[_ gyy/9;,gvNOIY\\\gchpq+t+~"Ғ NNOPVRoR&TTW+YfZZ[u[[^fvbweenmn6r&{?|6PQ@tܑDٙSR)TtVXTYnY_anbf~lqv||}g[O__b)] gh|xC~lNPS*SQSYbZ^`aIbybegikkkklh5tuxxyy|}>船l^ۘ;V*[l_ejk\mop]rsӌ;a7lXMNNNN:Oy@y`yy{}r} фdž߈P^܌fߙJRigjP*Rq\ceUls#uu{x0wNdk^q NkIghnkco -NPPQFUUV@[\\8^^^^`QhajXn=r@rrvey{saތ^XtUlaz"}rrru%um{XX]^^_U`bcMefffhhr^tn{n}}r͞ YmY-^`fsfgPlm_owxƄˑ+NPHQU [[Gb~ee2n}qtDtttlvy}U~z9ux%MhSQ\Til)m+n ;-gaRfk~ ]emqnWY['``bf_f)ssvwl{VreNRrkmz9{0}oS/VQX[\\]@bcd-fhlmnppq&uuuv{{+| }9},m4 a7Ol\_gm|~k[] d\ᘇs[`~gm 7RpQpxpבOSUVWXZ[\\%^a bKbcd6exe9jk4lm1oqrxstt&vawyWzz|}}a~)1ڄꅖ8Bl֖qŏ1Y[[`[ \_lrm puNASsٖlNORQ^U%Z\bYrY?Ŗ ] -X\]D^`acj%nTNw[\ cOfHhT3TUbXXgYZ[`aVeedfhZlopqRs}{2K\lDss:netviz~ -@QXdtupv͖T&ntzzنxIZ[[hޓNQOvP*QSSS[[$\aae[rs@tvPyyy}Յ^GꑅRg_e1f/h\q6z -NRjkoqSK1NqĖCQSTWWWZZ[(`?acl9mrnn0r?sWtтE`bXg^MOIPPqS WYZ \paf-n2rKt}Àf?_[U˗OsNOQjQ/UUz[[|^}^^``a ac8e gggaibil'm8no6s7s\t1uRv}8Ոۊ0BJ>zIɑn XkAQkY9\dosbph}Wi`GakYNTm-pclQaOPO7YY]_[_!`>rspuuy 3Q 7pvNNRpSTVY[__nnj}5mwTZ[XduenrvMz{M|>~{+ʌd_iѓCOzOPhQxQMRjRaX|X`Y\U\^`0bhkloNq t0u8uQurvL{{{{~n>I?"+ZkR*bbYmdvz{v}`S\^8op|ޞczdvNNN\PuPHTY[@^^^_`:c?eteevfxfghijck@lmmn^nppss:u[wxy z}z|}Gꊞ-Jؑf̒ V\6RR|U$X^_`chomy,{́Dd=LJOFQQR2V_k_cdeAfffghhionogqq*rt:wVyZyy zz||D}p~T m;Ֆe|ÓX[ -\RSbs'P[_`kahm.t.zB}}1~k*5~POPW]^+cj;NOOOZPYĀjThTUOY[]^]f1gg*hl2mJnopsuL|},}}ۆ;p31NRDЙz|OQQW[\Yf=jZmno qouz"!u˖-NNF͑}SjkiAlzXafbpuuR~IKNST0W@W_ccod/eezfggbk`ll,ow%xIyWy}󁝂rvz7zT~wUUuX/c"dIfKfmhik%mnshtt[uuvwwy ~~/:ь뎰2csOSYZ^Nhtuyz̍폟egWWo}/Ɩ_aoNOPSUo]]!kdkx{IʎnIc>d@wz/jdoqttz|~|~ -}L9R[d-g.}PSyXXaYaaez P!PuR1UY\>cymrϒ0NDQRWb_lnpPppqsitJanQW_`gafYJNNN|TXX}Y\'_6bHb -fgfkimmVnnooo]pr%tZttv\y|~ဦkN_twjףp= -? ףp= -? ףp= -? -ףp= -? ףp= -? -ףp= -? -ףp= -? -ףp= -? -ףp= -?  -ףp= -?( -ףp= -?0 -ףp= -?8 -ףp= -?D ףp= -?P -ףp= -? -ףp= -? ףp= -? ףp= -? ףp= -? -ףp= -?( ףp= -?4 -ףp= -?@ ףp= -?P ףp= -?\ -ףp= -?l -ףp= -?x -ףp= -? -ףp= -? -ףp= -? -ףp= -? -ףp= -? ףp= -? ףp= -? -ףp= -? -ףp= -? -ףp= -? -ףp= -?ףp= -? -ףp= -?$ -ףp= -?4 ףp= -?@ ףp= -?X ףp= -?d -ףp= -?p ףp= -?| ףp= -? -ףp= -? -ףp= -? -ףp= -? -ףp= -? -ףp= -? -ףp= -? -ףp= -? -ףp= -? ףp= -? ףp= -? ףp= -? ףp= -?  ףp= -?, ףp= -?8 ףp= -?H ףp= -?X ףp= -?  - - -" /  & _  R  x2_ n  # - ] h     !"#$%&'()*+,-./0123456789:;<=>?@ABCEFGHIJKLMNOPQRSTUVWXYZJ[\]^_`abcdefghijklmno_pqrlstuvwlxyz{|}~~}|{zyxwvutsrqponmlkjihgfedcba`^]\[ZYXWVUTRQPNMLKJIHGFEDCBA@?>=<;:98765420/.-,+)('&%$#"!     -  5lBɻ@l2u\E Y=ѫ0&:| jm Zjz  '}Dңhi]Wbgeq6lknv+ӉZzJgo߹ホCՎ`~ѡ8ROggW?K6H+ L -J6`zA`Ugn1yiFafo%6hRw G "/&U;( Z+j\1е,[d&c윣ju -m ?6grW TN³9a&g`MGiIwn>JjѮZf @;7SŞϲG0򽽊º0S$6к)WTg#.zfJah]+o*7 Z- -failure, see the Visual C++ documentation on asserts- unable to initialize heap -- not enough space for lowio initialization -- not enough space for stdio initialization -- pure virtual function call -- not enough space for _onexit/atexit table -- unable to open console device -- unexpected heap error -- unexpected multithread lock error -- not enough space for thread data -abnormal program termination -- not enough space for environment -- not enough space for arguments -- floating point not loaded - -Program:  ' - -  -  E( -            "# %& () +, ./ 12 45 78 :; => @A   (+ - "D+ -_+ -z+ -+ -+ -  -+ -  + -+ -+ -+ - -, -, -, -7, -X, -d, -p, - , -, -, -, -, -, -, -, -, -, -, -, -, -- - - -- -- -(- -1- -:- -C- -O- -[- -g- -s- -- -- -- -- -- - - - . -1. -  -  m. -. -. -. --/ - !i/ -u/ -/ -%&/ -()/ -+,/ -./0 -1250 -45Y0 -78}0 -0 -0 -<=0 -?@0 -BC1 -EF%1 -HII1 -KLm1 -NO1 -1 -1 -ST1 -VW1 -YZ2 -\]92 -_`]2 -bc2 -ef2 -2 -2 -jk2 -mn3 -pq)3 -stM3 -vwq3 -yz3 -|}3 -3 -4 -%4 -I4 -m4 -4 -4 -4 -4 -4 -5 -95 -]5 -5 -5 -5 -5 -6 -56 -A6 - }`6 -{6 -6 -6 -6 -  6 -6 -6 -7 -/7 -;7 -G7 -S7 -_7 -k7 -7 - !7 -#$7 -7 -7 -7 -8 -*++8 --.O8 -01s8 -348 -8 -8 -898 -;<8 ->?9 -AB?9 -K9 -W9 -FG{9 -IJ9 -LM9 -OP9 -9 -ST: -VW;: -YZ_: -\]: -_`: -bc: -ef: -hi; -kl7; -C; -O; -[; -qr; -tu; -wx; -; -; - C; -< -4< -O< -X< -  s< -< -< -< -< -< -< - = -= -9= -!"]= -$%= -'(= -*+= --.= -01> -345> -67Y> -9:}> -<=> -> -> -> - Y> -> - -? -%? - @? -  [? -v? -? -? -? -? -? -? -? -? - @ -@ -!@ --@ -9@ -E@ -Q@ -]@ -i@ -&'@ -@ -@ -@ -@ -@ -@ -/0@ -A -A -A -)A -67MA -YA -eA -qA -}A -A -A -A -A -ABA -A -A -A -B - B -B -JK=B -IB -UB -aB -mB -QRB -B -B -B -B - 5B -C -CC -  -gC -  C -C -C -D -3D -WD - !{D -#$D -&'D -)*D -,- E -/0/E -23 +E -E - -   E -F ->F -YF -}F - F -"#F -%&F -() "2G -MG -VG -_G -hG -  -  G -G -G -G -H -(H -4H -@H -LH -XH - H -H -H -H - - H - H -I -4I -OI -pI -I - I -"#I -%&()$J -+,HJ -./lJ -12J -45J -78J -:;J -=> K -@ADK -CDhK -FGK -IJK -LMNOK -QRST(L -VWXYdL -[\]^L -`aL -cdL -fghi$M -klmn`M -pqrsM -uvwxM -z{|}N -PN -N -N -N -O -4O -XO -|O -O -O -0P -lP -P -P -P -P -Q -,Q -PQ -tQ -Q -Q -Q -Q -Q -Q -Q -R -(R -4R -@R -LR -XR -R -R -R -R -R -R -$S -`S -lS -xS -S -S -S -T -T - T -,T - (]T -fT -T -T - - T - T -T -T -T -U -PU -tU - !"#U -U -U -  -U -V -V -&V -/V - ]V -xV -V -  -V -  V -V -V -V -V -W -;W -GW -W -W -W -W -$%W -'(W -W -+,-.7X -CX -OX -[X -34X -67X -X -:;X -=>X -@AY -CD?Y -FGcY -IJY -LMY -OPY -RSY -UVZ -XY;Z -[\_Z -^_Z -abZ -deZ -ghZ -jk[ -mn7[ -pq[[ -st[ -vw[ -yz[ -[ -[ - \ -+\ -4\ -O\ - - j\ - \ -\ -\ -\ - ] --] -!"Q] -$%&'] -)*+,] -./01^ -3456A^ -89:;}^ -=>^ -@ABC^ -EFGH_ -JKLMU_ -OPQR_ -TUVW_ -YZ_ -\]` -_`9` -bc]` -ef` -hi` -kl` -no` -qra -tu5a -wxYa -z{}a -}~a -a -a - b -1b -Ub -yb -b -b - b -b -b -c - -c - c - 7c -Rc -mc -c -c -c - c -"#d -%&6d -()Zd -+,~d -./d -12d -45d -78e -:;2e -=>Ve -@Aze -CDe -FGe -IJe -e -e - -f -OP.f -RSRf -UVvf -f -YZf -\]f -_`f -bcg -ef6g -hiZg -kl~g -nog -qrg -tug -wxh -z{2h -}~Vh -zh -h -h -h - -i -.i -Ri -vi -i -i -i -j -*j -Nj -rj -j -j -j -k -&k -Jk -nk -k -k -k -k - k -l -5l -  -Pl -  kl -l -l -l -l -m -m - !"#Rm -%&'(m -*+m --.m -01m -34n -67Bn -9:fn -<=n -?@n -BCn -EFn -HIo -KL>o -NObo -QRo -TUo -WXo -Z[o -]^p -p -`a:p -cd^p -fgp -ijp -lmp -opp -rsq -uv6q -xyZq -{|~q -~q -q -q -r -2r -Vr -zr -r -r -r - -s -.s -js -s -s -t -Bt -ft -t -t -t -u -;u -_u -u -u -u -u -  v - v -'v -0v -9v -  -Tv -]v -fv -ov -xv - v -v -v -v -v -  -v - w -$w --w -6w -?w -Kw - |w -w -w -w -w -  -w -w -  x -0x -?Lz -Xz -BC|z -z -FGz -z -JKz -z -NO { -{ -RS<{ -H{ -VWl{ -x{ -Z[{ -{ -{ -_`{ -{ -cd| -| -gh8| -D| -klh| -t| -| -pq| -| -tu| -| -| -| -z{} -(} -~L} -X} -|} -} -} -} -} -} - ~ -~ -<~ -H~ -l~ -x~ -~ -~ -~ -~ -~ - -, -8 -\ -h - - G  - - - - - - - - - -) -2 -; -D -M -V -_ -k -w - - - - - - -ˀ -׀ - - - - - - -+ -7 -C -O -[ -g -s - - - - - - -ǁ -Ӂ -߁ - - - - - -' -3 -? -K -W -c -o -AB - - - ܂ - - - - - - - 6 -? - Qm - - -  - -ǃ -  - - - - -! -* -6 -Z -f -r - -!" -Ƅ -҄ -&' - - -+,2 -> -J -V -b -n -z - - - - - -… -΅ -څ -<= - - - -AB: -F -R -FGv - - - - - - -ʆ -  - - - ) - $W -r -{ - - - - - ̇ -Շ - - -, -P -t - - - - hɈ - - -  - -  5 -P -k - -׉ - !" -$%&'O -[ -*+ - -./ -12ӊ -45 -78 -:;? -=>c -@A -CDEFË -HIJK -MN# -PQG -STUV -XYZ[ -]^_` - - - -+ -7 -   - -э -  - -   -% - _ - - -  -ˎ -   - -7 -s - - !" -$%&'' -3 -*+W -c -./ -12 -45ϐ -ې -89 -;<# ->?G -ABk -DE -GH -JKב -MNOP -RSTUO -WXs -Z[ -]^_`Ӓ -bcde -gh3 -jkW -mn{ -pq - - -Ó -ϓ -ۓ - - - - - -# -/ -; -  - -Ք -  - -   -) -5 -V - -Ε - ! - -#$%&F -()*+ --./0 -2345 -789:6 -B -N ->?@A -CDEFƗ -HIJK -MNOP> -RSTUz -WXYZ -˜ -Θ -^_`a - -cdefF -hijk -mnop -rs -uv -xy* -{|N -Z -f - -ޚ - -V - -Λ - - - -: -^ - - -ʜ - - -6 -Z -~ - - -ҝ - -J - - - - -" -^ - -֟ - -N - -Ơ -  -  - -> -z - -¡ -  - ! -< -E - s -| - - - - - -Ģ -͢ -  - - - - -' -0 -9 - U -^ -g - - -  - - -ʣ -ӣ - - -$ -- -6 - *d - - -  - -  Ф - - - - -! -< -` - -!" - - -̥ -إ - -   ; -D - r -{ -  - - -ͦ -֦ -ߦ -      -      -      -      Ϊ -                - - - - -¬ -ͬ -ج - - - - - - -+ -9 -G -U -c -q - - - - -  - - - - " - > - Z -c -l -u -~ - - - - - - - -Ʈ -Ϯ -  - - - - - + -4 -= -F -O - k -t -} - - -   -Ư - - - - - - - * -3 -< -  X -a -j -s -| - - - - - - -  - - -  - < -E - a -j -         -                 H - - -( -6 -D -R -` -n -| - - - - -´ -д -޴ - - - - -$ -2 -@ -N -\ -j -x - - - - - -̵ -ڵ - - - - - -. -< -J -X -f -t - - - - - -ȶ -ֶ - - - - -* -8 -F -T -b -p -~ - - - - -ķ -ҷ -  - -      Ը - - - - -$ -     ۹ -  4 -D -T -d -t - -     ; -                                        ghthorizontal-reld       !'+-/26@LXDeV%A%%      $(,048<ףp= -ף?Zd;On?,eX?#GGŧ?@il7?3=BzՔ?aw̫?/L[Mľ?S;uD?g9Eϔ?$#⼺;1az?aUY~S|_?/D?$?9'*?}d|FU>c{#Tw=:zc%C1=o== >:>k>>?????;;M;~;;.<_<<=3===>>>>n???7;7777$8888 9999:9::::;K;;;;1>&>Z>>&?+?8?l??=y===W>>K???33W33 4_4445536d66A777b889F99%:::F;;;<<<@=q==9>>>????99s99Q:::B;v;;<T>>>(???=8====b>g>>>:?k??8F999;:;G;x;;z<<%=p==>>g???7;77788 9999o::x;;;V<<=>w>>l??1111W223`3f333444`55546|6667788|88?9999!::<>>>>>>>>?122H222)33 4744445555a667Z7`777888%9V999::::%:Y::(;.;E;K;V;[;h;;;< <<<*<<<}=S>>?;8;;;!<<<>;??8~8888l9t999Z:b:z::::^>>77!70787G7O7^7f7u7}777777777778 88#828:8I8Q8`8h8w8888888888889 9;9C9R9Z999999:::,:4:F:N:`:h:z::::::::;;);1;Q;Y;l;t;;;;;;;< -t>> ?v??777777"7&7*7.72767:7>7B7F7J7N7R7V7Z7^7b7f7j7n7r7v7z7~77777 8!8J88;==>%>999999"9&9*9.92969:9>9B9F9J9N9R9V9Z9^9b9f9j9n9r9v9z9~9999999999999::K:W:`:f:t:::;2;7;^;;;;;; << <4<:>>)><>L>h>x>>>>>>>>????$?)?5?@?N?W?]?e?k?q?w?~?????33+3A3L3X3p3{333333333 44*4?4K4l444444445(5M5b5l5v555555 66)6666667%7/7E7g7777m899:?::<p?2,24222222 3+3M3z3333C4o4v4444444o5|55556 7;7N77788889999999::-:K::;;>X??11%1h11223+4^415C5U555e6m66666667+8R99;+;];g;;>}>>>>>?)?I?O?V????????1)1>1H1W1h1t1|111111111111222<2K2g2n2t2y222222222 33E3e3p333464A4L4V4`4j4t4e5k55576E66666666&787G7h7n777777777777,888B8M8W8a8g88888888Q9W9u99999999:$:6:D:R:\:c:t:;*;B;<,>H>>?Y??x;;;;;;;;;<$<0>,>8>T>`>|>>>>>>>>>>>>>>>>>? ???$?,?4?2E QMDžDžT QUR*EhmMQn*E PQhwUR9*||xE -xQM QUR)ttpE hmMQ)llhE pPhQhxUR\)dd`E `QMDžDžT QUREhmMQ^E PQhwUR)||xE -xQMw QURttpE hmMQllhE pPhQhxURLdd`E `QMv }3у_]DžDžP PMQEhmEPhE RPhwMQ3E -PMj PMQ||xE hmEPttpE xRpPhxMQVllhE hPMiQpR U3+ً3˃뎋EPdQ -Ehm`P -ERPhx\QR -EPMcDžDžP PMQEhmEPhE RPhwMQ3E -PM^ PMQ||xE hmEPttpE xRpPhxMQVllhE hPM]QpRU3+ً3˃뎋EPdQEhm`PERPhx\QREPMW EPMQEUUEhmEPEMMEUREPh8yMQEUUEEPMAUMQUREEEEhmMQrEUUEEPMQh$yURLEEEEMQM EPMQqEU|EhmEPPxxtE|RtPh$yMQpplElPMM EPMQhhdEhmEPo``\EdR\PhyMQ:XXTETPMLU P>E@U M -]U=M -% M -]ËD$u9M -~. M - R - M -u?hYN -u3f hahYY=u9N -t0 M -Vq;rtѡN -P%N -t WVSЅt WVSu3NWVSTtWVSЉE E _^[] %R -%R -%R -%R -%R -%R -%R -%R -Q=%%R -=N -u t$R -YhM -hN -t$ B|$u= N -t$lR -jX %R -%tR -%pR -%lR -%S -%%T -UEP]UEP*]UE PMQ -/E@Q2CdlxD -xUˆQ"xMÈH#xXB$XXURJx3ɊH"tx3B"u,MQ t4EMD  EMMUUE;E}"MEM3ҊE ʋU -TEfMfMfE]UQfEfUfU(E%M;Ms믋U3fM3f;u EËUfEEM EEEM EEM E|u%R -%R -%R -%R -%R -%hR -̋MhËM noËM$qÍMaÍMmÍMoËEP_YÍM{ÍMaÍMløfM{ÍMeaÍM{ÍMSaø8̋M0ø ̋MøH̸p̋MMAÍMAÍMAÍMAøh=顰̍MAø`>鍰̋EP?YÍMdÍMtAø>Y̍MXAø>=̋EPG?YÍM]dÍM$AÍMAÍMAÍM AÍM<ÍM<ÍM;ÍM;ÍM;ÍM;ÍM;ÍM;ÍM;ÍM;ÍM;Í|;Íx;Ít;Íp;Ílt;Íhh;Íd\;Í`P;Í\D;ÍX8;øhC̍M;øD̋EP9YÍM^ÍM:ÍM:ÍM:ÍM:ÍM:ÍM:ÍM:ÍM:ÍM:ÍM:ÍM:ÍM:ÍMx:ÍMo:ÍMf:ÍM]:ÍMT:ÍMK:ÍMB:ÍM9:ÍM0:Í|$:Íx:Ít :Íp<%iiiiiiti\iDi,iABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/ jklmnopqrstuvwxyz{|}~0 0 0 00000 OMOOIPV7YYZ \`apafipOupuy}}ÀcUz;SNNWxRRR]U*XY[[[r^y^`acaacbegShh>kSkWl"ooEotuv wz{!|}6f̊Qeӗ(8N+T\]sLvUXY`Sbg5Ui@ę(SOX[\/^_ `Ka4bfln΀ԂT㑴NNO\PuPCRHT$X[^^^^_`b:cch@lxy z}GD_g&N=[s|PXVvx%Rw{OP YGr{}ԏMOR)Z_OWUcik+u܈BzRXUa -bfk?|#POSFT1XIY[\\)]^bgc>ee ge} -~ab2kbftkRRpˆ^K`a#oIq>|}oXWW XXXrX!XbXKXpXkRX=XyXXXXXXXXXXXXXXXXXXXXXXXXXXY -YYYh%Y,Y-Y2Y8Y>YzUYPYNYZYXYbY`YgYlYiYffesg5f6f4ffOfDfIfAf^f]fdfgfhf_fbfpfffffffffffffkiiijijiji -jjj#jjDj jrj6jxjGjbjYjfjHj8j"jjjjjjjnmmmmmmmmmmmmmmmmm-nnn.nnrn_n>n#nkn+nvnMnnCn:nNn$nnn8nnnnnnnnnnnnnnnnnAooLpnnn?on1on2onssss4s/s)s%s>sNsOs؞Wsjshspsxsus{szsssssssssttot%ts2t:tUt?t_tYtAt\titptctjtvt~ttttttts{{3{{{{5{({6{P{z{{M{ {L{E{u{e{t{g{p{q{l{n{{{{{{{{{{]{{{{{{{{{{||{{`|}E}K}.}2}?}5}F}s}V}N}r}h}n}O}c}}}[}}}}}}}}}}}}=~}}}}}}}}}}}}}~ -~#~!~~1~~ ~ ~"~F~f~;~5~9~C~7~ )+83@YX]Z_d "0?MUNT_gqĆƆɆ#Ԇކ솇4?7;%)`_xLNtWhnYScjˇЇ֖ćLJƇ ҇"!169';DBRY^bk~u}rÈĈԈ؈و݈ -C%*+AD;68L`^ N͌gmqsύڍ֍̍ۍˍߍ B504J &3;9EB>LIFNW\.%$!0G2F>Z`gvx *&#DA?>FHqZ -555555|56666666N7X7777s888:":6?6C6G6K6O6S666666666<<8><>@>D>H>L>P>T>X>\>`>d>h>l>?4445"5n6u67779>9/:3:7:;:?:C:G:K:O::::::::::w;{;;;;;;;;<<#<'<+>444444"4&4*406767788':.:; ; ;;;;;!;%;;;;;;;;;;M>???????66666d6y66666%9::::::k;r; < <<<<5>??;;;;;;";&;*;.;2;6;:;>;;4<8<<<@'>+>/>3>7>>>??313f3404=4n44 556666 7q777<8I8z889<9q9993::::;{;;;=O>>> ?C???1191`111112a22222333.484]444f5556666=777V88v99::::Y;;;P>>>?G???:?:;=;;<9<<<#=== ->|>>>^?k???9p9&:?::J;;;f<<=A====>n>?/??6(6N6667O778 88S8i8<,Y>?>>>Z>>>>?_?z?? \ No newline at end of file diff --git a/testautomation/writer/optional/input/filter/lib/wps2star.dll b/testautomation/writer/optional/input/filter/lib/wps2star.dll deleted file mode 100755 index a14912618..000000000 --- a/testautomation/writer/optional/input/filter/lib/wps2star.dll +++ /dev/null @@ -1,159 +0,0 @@ -MZ$Y Y Y YYHwt AJu|f ujX3H@3_^][UMSVWAtqdQ0E|f ujX3H@3_^][ËD$ S3Vt$ ;WtN<|$tu v w(W$YY>u WvF}9Fs[M s"};r~sFN $"E+E%BEHME;O,uO(MKH#E+EtiKeBHE[E G EGfmEMuW4VW r,6N+MFS;sȋ}]E UN+M;sȃe F NjFd[uv(V$YY[^UFejXu(v(V$YY_[^ËD$ SD$ SD$ ǃ}ue}ue -;wOS_;w} V:Uf ->Pfv -ft - f - ~[v -f tWVu U tj[3_^[]ø\@L$E؍D8E؃eoumF;|3_^PF@gtjdh hWPPE@gthP`ipfM[SgPYPyYPXPXPVPV?dždžEdždžMJ؉PJPrw0r9w M 9w} -P F V@ PWF Y_u hPF|=f=rv jft30Vj .p!f~^M_d Pf6G ft&ft h Pf6G ft&ft h& -P!f6G ft&ft hc f0Xf;uE:rfvfu|d -|d~#hs rfvfu}|d~ h tu.N|hPFE -PF E -PFEPPqFFj_|~$;t h& PxF^]PF^]PӁPF -PӁ -PF -PӅu -P@PEP|P#9AtjX f=dA؋WV YY -MЈ]mG8[ PytPyxPvy|PayPLyP7yP"yP yPxPxPx:裝MMP`Po`PZ`PE`P0`P`^^]ÊE ]ÊE]UMffE -EHtHuE :E rEE E -:E rEE -E -]øEtt u< -tuMlj -Mkrw0r9w - NP)NPNPMPMPMPMPM PMPMPlMPPUME -PDMXP-ME -PM,jjjjjjWPFPwFPH_^]PB PW耙PLj__^|P6EE썍|P7QP4 -`MWQЋEMEE8th荎@PjP'jP'džN Pt Q/N$Y9 -P -+щP -NAfAF΃` P+‰UEA -E+M EP*RȉN$P?F9UFF P(t -hP4ME&hEbhGP~F,;t jSPF0E -P -F4E -PF8E -PN@F<*3PPPwXPq P\PGP2PP(P,P$荋Pπ0Pπ0uM33E يՃ3Eu Sdž+]PAAA|Wj?YxKJ+fJ/_*ʈxK@I~jJX*ʈxK@R~jSX*ʈxK@Z~jaXȀGxK@i~jjXȀGxK@r~jsXȀGxK@z~j0XȀxK@9~%K^G|8]_;~\0FPuUYY^3[u u E]EE;uWMh3E}EE;uWM!h3tj<芝ؑEСԍu3lPEPF0EPuEMjP9]t MjT"h3vt K3ǍO}#EPEPl J_; PFPFPFPPhPCtj(tRMIRtu6uVS(uVSuVS uVS_^[] ~Eu9uEuWMyh3YB:@=YB@=YB}3k0EPvtPQYURPQuEGvj XYYjCuFxOu@xMu:xMu4xEu.xNu(xTu"x%u,hWq"]3~&K1PLYEYv 3+cu _^ M W&WhDS$e-E _[ fftPPhYjXjjjXjXÃtHt^tHujXjXjX3L$jX;&tKItItIItt9u4jXjXjXjXø MfǍM̉u/j MNEčMPM므eM鳍ME۳WSD ǃpj`jHtPhHQ賿PrPqUfYj0]3YEYPFfYY L^PkNjh ffYj0]3fYj0]3EM_^[d p謩fYuu,^X$ffYj0P^A33ɉEMt^Hu(hv'h'B]U,SVW}􋟜sh'Džt$LD$;t3 MVuPSEP6e:6LtuE E @t PNWOS@PS.Pv<}=Md WPT WPRX؅u^ ~_^[NF;v3"9;v+V WRt$P\~_^tvvvjPvv_^Xu^oj dj]-L$ `q^M_d t$th\RhHR -SQ -MKCk Y[t&:au% -t:Au -t:au -uҋ3Ð@Ëtt:au -t댋D$}UQQVtB$uA -tF$r ^UWVu M};v;xtNOMkNB8tфtQ~333ƃu }jPMhP<hV,QPhPu qhP-h VeVV$K7PVYYFYYÃ=|tH3_^[ËL$f9f@@fu+HU=|tH3_^[]UQM_u3jE5v5htPE -jPjX_u3jE5v5htPE -jPjW`HPNNC|5P &SPYJu +MMN?~j?^; -LMuэN -L2uɍy>u;vuM; vu%v}W}e8uE3W82jV`x|j -^Fu FSu WAjj#E ̋D$L$ ȋL$ u D$E ˉE -1]t-1]t --1]t ؛ t]UQQvVuuV5YtF 8V'uEPEPuk t -tËT$  D$ $,$ -S @tmVuVV3ff YYN tjN F_,E uWaYu qMfN N f tu&@t%@t3IuuD$[^_S39VWuv t? t:}@8u@8u+@UY;u3 UWV葏 W;w+ȍA ˃BBBu_[jt.F'G8t,A<ɀ A,A<ɀ A8t4t'FG8tPS tB$u -t -F$sF ^UWV}׋3tOO;s &'FO^_ËL$WSV|$tiqtOL$F8tt F8t -u^[_3ÊF8u~at(8uĊAtf8t3^[_#G^[_Ë^[_UV3PPPPPPPPU ItB$uA -tF$s ^UWVSM&ً}3ˋu F3:GwtIIы[^_Ujhhhd q.X#ƅue.DJte -ف uM 1_^[h6t$ t$ h 6t$ t$ l U 3PPPPu E PEP -t uGj^G w-90U~VPYYjZ .ÊA#ƅ1|9 j XO0uD} OX -E^f[éOyԐKˑ/UXESVu WHMt+Ht$HtHtHtHHtHunjjjj[~QWSo uAEtt teMF]ЃMNWQPESPEPwhVt$W|$V76 tFPj0 tFFPw0 tFFPw0 _^ËD$VW0x04? H׉p _H^ËD$VWPH ΉH _P^UE S]3;VEN@[UES]VȾ3WEE܉EEfF -Efft! -tFG8r8w8r8w8u Iu38tKrD@33ۋ t# tFGQPS\؃RY;u Iu3;t rً[^_̍MClr̍Mɲ؛Xr̍Mw"Mo"8*M6*ȟo̍M"*M*M*M -*M*M)M)M)M)M)8|őM#eouøРOőMMPcMTXbM BMBx5GhbuB -øb̋M@Rȼb̋M,RM$`MOM M M M Quø`Q̋MM&M4 VQMMs&M4 M@ #QuøŐM~OuNø0Ou:øXOu&øŐM.ŐM|O̍M hO̍M M LO̍MҺP8Ouøx#O̍M遏Ou~øMuÍT*u -ÍMuÍ|uÍMMuÍ|دuÍMuÍh鳯0D̍M>D̍MNMFM>M6M.MbC̍MM -M>XC̍MC̍MMMMM\Cuø8@uYÍM`@uYøz@uYÍMMV@uwYÍMMMMuMYuCYu9YÍMZ?uYuYøX?uJø?u6ø?̋MMMMzuÍMMMMMMyuÍMMMMM:9MMyuÍMmMeM]MUMMMXyuaÍMGyuPÍM#MMM M8uø8̍Mx 5u&ø5̋M5̋MtMu ø8e5̋MHMpB5M05uø5̍MfM^MVMNMFM>4̍M*M"MMM -M@4̋M3MSMX -3̍MA -p3̋M -\3̍M -H3̍MGM -M -|w -X.̍M -D.̍M -M -(.̍0 -.̍M{ -Ms -@-̍M -MW -ulYÍM p-M -M+ -u@YÍM M  --M -M M uYÍM} ^-M_ -M M u YÍMI M @"-M# -M M Mw Mo Mg M_ MW ul YÍM,M M M# M M M M Mu Yu YuYuYÍMkYÍMnMG*̍MGMMMt>u -YÍMMv()̍MM[MSMKu` -YÍM)MMMMu$ -YÍM~)MMMMu YÍMa(B)MCM;MMMu Yu YÍM sMkMcMMx(̍MMM/M'Mu4 Yu* YÍMMMM MwM{\(u{YuqYugYu]YuSYø(u?Yu5Yu+Yu!Yø'̍M 6M.M&MMMMMM'̍MMp|'̍MEEø0̋M0q̋M1Y̍MM81<uø1'uø1̋M{D<5lBɻ@l2u\E Y=ѫ0&:| jm Zjz  '}Dңhi]Wbgeq6lknv+ӉZzJgo߹ホCՎ`~ѡ8ROggW?K6H+ L -J6`zA`Ugn1yiFafo%6hRw G "/&U;( Z+j\1е,[d&c윣ju -m ?6grW TN³9a&g`MGiIwn>JjѮZf @;7SŞϲG0򽽊º0S$6к)WTg#.zfJah]+o*7 Z- deflate 1.1.3 Copyright 1995-1998 Jean-loup Gailly     - - - - - - - - - - - - - - -  - x6YxssxspxsxsxsxsxsxscՖk֖זږ a[xx5Ox5O l:x5O lBx5OW~x5O Nx5Ox5O -x5O -@\W ; x5O l'A -W5x5O lWA>WRx5O lAW x5O lGAW>x5O l@[Wgx5O l@W|x5O lAWwx5O l7A W.  x5O l_AxW;##x5O l@QW$:%x5O l@W%A&x5O l/AW'R(x5OgAW*g*x5O@W-F-x5OAW 00x5O?AW22x5OAWP44x5OOAuWe55x5O l@W9:x5O l@W<j<x5O lEAAxspxsxspxsxspxsM9Btxspxsxsxsxsxsxssssxsxsxz| xssxssxssssxspxsxsxsxsxsxsxsxsxsxssssxspxsM9Btxzsx&X&&x34|6x8:>)xS*)G*cbbxssxspxsx2x5x5x5xssx5xss -failure, see the Visual C++ documentation on asserts- unable to initialize heap -- not enough space for lowio initialization -- not enough space for stdio initialization -- pure virtual function call -- not enough space for _onexit/atexit table -- unable to open console device -- unexpected heap error -- unexpected multithread lock error -- not enough space for thread data -abnormal program termination -- not enough space for environment -- not enough space for arguments -- floating point not loaded - -Program: P  - D< ;XD4 A#$%(*-02V4k59 <AE8HHHNHXg hjmonprtbvMۚsG*>/sF,%258bcDftQ)D.C_ ~~ Ly8 Pq vL - -fbh 3pqtr%G IIb,+~{+ha#}nOxb C*̾`}x23ohV5 @OSd"=X:style-name" %ATTVALUE% "Numbering Symbols"dbh 3pqtr%G IIb,+~{+ha#}nOxb C*̾`}x23ohV5 @OSd"=Xor DECLARE_SERIAL: %hs. - -ףp= -ף?Zd;On?,eX?#GGŧ?@il7?3=BzՔ?aw̫?/L[Mľ?S;uD?g9Eϔ?$#⼺;1az?aUY~S|_?/D?$?9'*?}d|FU>c{#Tw=:zc%C1@>E>U>>>>>?F?W?????11 1u111162\2a2q222333`33333344445:5N5Y5d55555m6r6666=7]7778'8P8d8o8z888$9D99999-:2::::::000Y0m0x0081G1111122]3b3}3333:4{4444445555556/6X6l6w6667.737C7777777]8c888899 9/969E9L9[9u999999*:<:C:;<<5o5v56677,8]999:::;<<==>>>>5?O?d?>>>I>T>>>"?6?=?2,2?22#3Y3333d4t44496R6W6g6627>78*8L8^888;<<<<<6>>>6???????4(4Q4Y4d4~4444445K555555+6m6666i88:+;p;;fB>\>j>>???5/56 7s77_888899 :Z:F]>>>>.>>>X>_>>>>>>?,?F?`??????>>+>I>>>???>'>>>/?A?w?????44!4'4,434:4J4Q4`44V5`5f5l5r5x5~555555555555555555555566666 6&6,62686>6D6J6P6V6\666666666757<7@7D7H7L7P7T7X7777778%8@8G8L8P8T8q88888888888:9@9D9H9L9+:6:;:E:J:::::::::::::;;<<<'=Q=W=>a>g>???0'060x000011J1a111122/2c2j2223J3b3p3w3333333333333444F4444445B5556)6:6b666 707p77777e8{88888 -99=9Q999:%:i:o:{::G;M;;;;;;;<*>)>G>^>k>>>>>>>>???;&;:;N;j;~;;;;;;<<-`>v>>>>>>?#?6?I?k?~??????1+1Y1n11112?2R22223[3n33334Y4n44444!565I5k5~5555556!666e666666-7B77777-8B8U8w8888888)9g9z999::N:a::::::::;&;G;g;z;;;;;<1L>x>>>>>5????;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<<<<<<<== === =,=0=4=@=D=H=T=X=h=l=|==============> >> >0>4>D>H>X>\>l>p>>>>>>>>>>>>>? ?`?d?t????????????? \ No newline at end of file diff --git a/testautomation/writer/optional/input/filter/regcomp/regcompli b/testautomation/writer/optional/input/filter/regcomp/regcompli deleted file mode 100755 index 5cfd1d0c6..000000000 --- a/testautomation/writer/optional/input/filter/regcomp/regcompli +++ /dev/null @@ -1,16 +0,0 @@ -ELF=t&t&}t&t&=t&EPth(t& t&PEWPRAЋUBPEPhPPWRAЃt)UBPEPht&t&t&t&`]܅tS@ ЃUtR@Ѓ] t&}t&using: regcomp -register|revoke -r registryfile -c locationUrl [-br registryfile] [-l componentLoaderUrl] - - If the bootstrap registry have the same name as the registration registry - the -r option is optional. - or a list of urls seperated by ';' or ' '. Note if a list of urls is specified, the - components must all need the same loader (quoting is possible with \ or ""). - the 'com.sun.star.loader.SharedLibrary' is used. - loaders: com.sun.star.loader.SharedLibrary | com.sun.star.loader.Java2 - -register component "%s" in registry "%s" succesful! -register component "%s" in registry "%s" failed! -ERROR: %s -revoke component "%s" from registry "%s" succesful! -revoke component "%s" from registry "%s" failed! -Component registration service could not be loaded! -A A G..A A k. e.n. \ No newline at end of file diff --git a/testautomation/writer/optional/input/filter/regcomp/regcompsi b/testautomation/writer/optional/input/filter/regcomp/regcompsi deleted file mode 100755 index ea122655d..000000000 --- a/testautomation/writer/optional/input/filter/regcomp/regcompsi +++ /dev/null @@ -1,25 +0,0 @@ -ELFTtRU tRPd#;3MQEPE MQ0u uEM0u_^[]Íe]uhe]uW_^[]ËEM 0_^[]ÐUSE0f4PRP`fddfh3PR",EH;PR\,M D3ɍ` -PR`3ҍd01V d3ɉhl -PRFl3ҍp01VQ p3ɉt1X0P Xtlh\`jX 0P` PRxffPRj7448<@ 0P` ,M xPRLfPPfT3PR),EH;PR,M D3ɍ -PR3ҍ01V 3ɉ -PRM3ҍ01VX 3ɉ10P# j 0P` PRff3PR f$$f(3PR,EH;PR`,M Dd3ɍ -PRKh`lp3ҍ01VV t3ɉx| -PR|3ҍ01V 3ɉ10P tfXJj` 0>P` PRff3h3PR',EH;dPRh,M Dl3ɍ -PRphtx3ҍ 01V |3ɉMUE -PRTEMME3ҍ01Vk E3ɉMM1jEEEEPRf E3ɉMč$M1uEE$L3j3LP844<PRP3ɉTHIRPPу X3ɉ\`IjjjPR 00P M Hw܋^[]ÐUSVpx,px,px,px,Component registration service could not be loaded! -ERROR: %s -revoke component "%s" from registry "%s" failed! -revoke component "%s" from registry "%s" failed! -revoke component "%s" from registry "%s" succesful! -ERROR: %s -register component "%s" in registry "%s" failed! -register component "%s" in registry "%s" succesful! - the 'com.sun.star.loader.SharedLibrary' is used. - loaders: com.sun.star.loader.SharedLibrary | com.sun.star.loader.Java2 - - or a list of urls seperated by ';' or ' '. Note if a list of urls is specified, the - components must all need the same loader (quoting is possible with \ or ""). - If the bootstrap registry have the same name as the registration registry - the -r option is optional. - -using: regcomp -register|revoke -r registryfile -c locationUrl [-br registryfile] [-l componentLoaderUrl] diff --git a/testautomation/writer/optional/input/filter/regcomp/regcompss b/testautomation/writer/optional/input/filter/regcomp/regcompss deleted file mode 100755 index 6ee42a763..000000000 --- a/testautomation/writer/optional/input/filter/regcomp/regcompss +++ /dev/null @@ -1,57 +0,0 @@ -ELF=(='  倠 $ 2 @  @`* @'/ - "'@ B'@ /  @  @ -@ , +@ @4` "@ -@@-,` - -L#4 #+ J@ -# -P H`P# - P#L J#L J PxT;h;p@BJ J̝P;x X^ޭ D B @ֽZp VڍܹPxTН؍h ^ܭܹRNֹҵ ZܵTޭԵBD@Pޡp^صЩRNxکұXڕԍЩԑVJعV ^;`ֽNؑΩܹ D B @ܝRp \ҍСVxJ֩ލΕ R๢RTйҝ NHܝ^ʝޱDB@عVp@ڭֵRxT֥ҹ֡ީ@NҥЍZPҍ FȍHбԁȕ@Hҁ -JB F``2 -`* '@`"'@"'@"'@"'@+ @ " ?"'ܐ*   '2d - "' d - "'   #  -  "' @ @ @` ` @ - - @`?"' @ @ @` ` @ - -  "' @ @ @` ` @ - -  "' @ @ @` ` @ -    3`)@"  @ @  ,, "@ @ ,,`@ - J -# H#,`4 @  -@ -#4,  F# -F# - T# TH; FV H V;`HF J RX\ JH X;xF\R ^Z X\ F;J R^ZJH\X ^T JRHNTJ^ R ^ X\RXܥZxNR @FD`ΑPZΡNR豦܁XVȑąJDF'耣`` 6  -``"'@"'@"'@"'@"'@' ' ' '@: -`` '  * -  "`+ - -'3 '@ -   @2 @  @`* @'@ -@2 @ 2  @   ,@ +@ @ -, 2+`@ -3` @ -@2 @@ 2 `  , -"`6 - -@ 4@ 5@- 5@ 3 +`@ -+ @*":  `4t\using: regcomp -register|revoke -r registryfile -c locationUrl [-br registryfile] [-l componentLoaderUrl] - - If the bootstrap registry have the same name as the registration registry - the -r option is optional. - or a list of urls seperated by ';' or ' '. Note if a list of urls is specified, the - components must all need the same loader (quoting is possible with \ or ""). - the 'com.sun.star.loader.SharedLibrary' is used. - loaders: com.sun.star.loader.SharedLibrary | com.sun.star.loader.Java2 - -register component "%s" in registry "%s" succesful! -register component "%s" in registry "%s" failed! -ERROR: %s -revoke component "%s" from registry "%s" succesful! -revoke component "%s" from registry "%s" failed! -revoke component "%s" from registry "%s" failed! -ERROR: %s -Component registration service could not be loaded! - \ No newline at end of file -- cgit v1.2.3 From 12004332f84b41f5c53a77a5d0c9c883559110c7 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Tue, 12 Oct 2010 18:55:29 +0200 Subject: bin the prebuilt version_2_*.dll they are usable only with installed OOo-2.x --- .../source/cliversioning/old_version_libs_v2/readme.txt | 3 --- .../cliversioning/old_version_libs_v2/version_2_0_0.dll | Bin 11776 -> 0 bytes .../cliversioning/old_version_libs_v2/version_2_0_1.dll | Bin 11776 -> 0 bytes .../cliversioning/old_version_libs_v2/version_2_0_2.dll | Bin 11776 -> 0 bytes .../cliversioning/old_version_libs_v2/version_2_0_3.dll | Bin 11776 -> 0 bytes .../old_version_libs_v2/version_2_0_3r3.dll | Bin 11776 -> 0 bytes .../cliversioning/old_version_libs_v2/version_2_0_4.dll | Bin 11776 -> 0 bytes .../cliversioning/old_version_libs_v2/version_2_1.dll | Bin 11776 -> 0 bytes .../cliversioning/old_version_libs_v2/version_2_2.dll | Bin 11776 -> 0 bytes .../cliversioning/old_version_libs_v2/version_2_2_1.dll | Bin 11776 -> 0 bytes .../cliversioning/old_version_libs_v2/version_2_3.dll | Bin 11776 -> 0 bytes .../cliversioning/old_version_libs_v2/version_2_3_1.dll | Bin 11776 -> 0 bytes .../cliversioning/old_version_libs_v2/version_2_4.dll | Bin 11776 -> 0 bytes .../cliversioning/old_version_libs_v2/version_2_4_1.dll | Bin 11776 -> 0 bytes 14 files changed, 3 deletions(-) delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/readme.txt delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/version_2_0_0.dll delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/version_2_0_1.dll delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/version_2_0_2.dll delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/version_2_0_3.dll delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/version_2_0_3r3.dll delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/version_2_0_4.dll delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/version_2_1.dll delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/version_2_2.dll delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/version_2_2_1.dll delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/version_2_3.dll delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/version_2_3_1.dll delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/version_2_4.dll delete mode 100644 testtools/source/cliversioning/old_version_libs_v2/version_2_4_1.dll diff --git a/testtools/source/cliversioning/old_version_libs_v2/readme.txt b/testtools/source/cliversioning/old_version_libs_v2/readme.txt deleted file mode 100644 index fa8e70201..000000000 --- a/testtools/source/cliversioning/old_version_libs_v2/readme.txt +++ /dev/null @@ -1,3 +0,0 @@ -The test library contained here are not working anymore with the current OOo. -In OOo 3.0 there was a breaking change. cli_types.dll was split up into cli_uretypes.dll -and cli_oootypes.dll. \ No newline at end of file diff --git a/testtools/source/cliversioning/old_version_libs_v2/version_2_0_0.dll b/testtools/source/cliversioning/old_version_libs_v2/version_2_0_0.dll deleted file mode 100644 index ce79aaed7..000000000 Binary files a/testtools/source/cliversioning/old_version_libs_v2/version_2_0_0.dll and /dev/null differ diff --git a/testtools/source/cliversioning/old_version_libs_v2/version_2_0_1.dll b/testtools/source/cliversioning/old_version_libs_v2/version_2_0_1.dll deleted file mode 100644 index 7c6941a93..000000000 Binary files a/testtools/source/cliversioning/old_version_libs_v2/version_2_0_1.dll and /dev/null differ diff --git a/testtools/source/cliversioning/old_version_libs_v2/version_2_0_2.dll b/testtools/source/cliversioning/old_version_libs_v2/version_2_0_2.dll deleted file mode 100644 index a43ee4388..000000000 Binary files a/testtools/source/cliversioning/old_version_libs_v2/version_2_0_2.dll and /dev/null differ diff --git a/testtools/source/cliversioning/old_version_libs_v2/version_2_0_3.dll b/testtools/source/cliversioning/old_version_libs_v2/version_2_0_3.dll deleted file mode 100644 index c7b95c249..000000000 Binary files a/testtools/source/cliversioning/old_version_libs_v2/version_2_0_3.dll and /dev/null differ diff --git a/testtools/source/cliversioning/old_version_libs_v2/version_2_0_3r3.dll b/testtools/source/cliversioning/old_version_libs_v2/version_2_0_3r3.dll deleted file mode 100644 index 985295f87..000000000 Binary files a/testtools/source/cliversioning/old_version_libs_v2/version_2_0_3r3.dll and /dev/null differ diff --git a/testtools/source/cliversioning/old_version_libs_v2/version_2_0_4.dll b/testtools/source/cliversioning/old_version_libs_v2/version_2_0_4.dll deleted file mode 100644 index f396e6c6a..000000000 Binary files a/testtools/source/cliversioning/old_version_libs_v2/version_2_0_4.dll and /dev/null differ diff --git a/testtools/source/cliversioning/old_version_libs_v2/version_2_1.dll b/testtools/source/cliversioning/old_version_libs_v2/version_2_1.dll deleted file mode 100644 index 8505133d8..000000000 Binary files a/testtools/source/cliversioning/old_version_libs_v2/version_2_1.dll and /dev/null differ diff --git a/testtools/source/cliversioning/old_version_libs_v2/version_2_2.dll b/testtools/source/cliversioning/old_version_libs_v2/version_2_2.dll deleted file mode 100644 index 11fc723df..000000000 Binary files a/testtools/source/cliversioning/old_version_libs_v2/version_2_2.dll and /dev/null differ diff --git a/testtools/source/cliversioning/old_version_libs_v2/version_2_2_1.dll b/testtools/source/cliversioning/old_version_libs_v2/version_2_2_1.dll deleted file mode 100644 index 5cc643214..000000000 Binary files a/testtools/source/cliversioning/old_version_libs_v2/version_2_2_1.dll and /dev/null differ diff --git a/testtools/source/cliversioning/old_version_libs_v2/version_2_3.dll b/testtools/source/cliversioning/old_version_libs_v2/version_2_3.dll deleted file mode 100644 index 8a8b3b147..000000000 Binary files a/testtools/source/cliversioning/old_version_libs_v2/version_2_3.dll and /dev/null differ diff --git a/testtools/source/cliversioning/old_version_libs_v2/version_2_3_1.dll b/testtools/source/cliversioning/old_version_libs_v2/version_2_3_1.dll deleted file mode 100644 index d77db4db2..000000000 Binary files a/testtools/source/cliversioning/old_version_libs_v2/version_2_3_1.dll and /dev/null differ diff --git a/testtools/source/cliversioning/old_version_libs_v2/version_2_4.dll b/testtools/source/cliversioning/old_version_libs_v2/version_2_4.dll deleted file mode 100644 index f002dc053..000000000 Binary files a/testtools/source/cliversioning/old_version_libs_v2/version_2_4.dll and /dev/null differ diff --git a/testtools/source/cliversioning/old_version_libs_v2/version_2_4_1.dll b/testtools/source/cliversioning/old_version_libs_v2/version_2_4_1.dll deleted file mode 100644 index a90155915..000000000 Binary files a/testtools/source/cliversioning/old_version_libs_v2/version_2_4_1.dll and /dev/null differ -- cgit v1.2.3 From a9ce47d131a6ff07b97c45bf29b420dad471c4a8 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Tue, 12 Oct 2010 15:45:07 +0200 Subject: Add vim/emacs modelines to all source files Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth --- smoketestoo_native/smoketest.cxx | 3 +++ test/inc/pch/precompiled_test.cxx | 3 +++ test/source/cpp/getargument.cxx | 3 +++ test/source/cpp/officeconnection.cxx | 3 +++ test/source/cpp/toabsolutefileurl.cxx | 3 +++ testtools/inc/pch/precompiled_testtools.cxx | 2 ++ testtools/source/bridgetest/bridgetest.cxx | 3 +++ testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx | 3 +++ testtools/source/bridgetest/constructors.cxx | 3 +++ testtools/source/bridgetest/cppobj.cxx | 2 ++ testtools/source/bridgetest/currentcontextchecker.cxx | 3 +++ testtools/source/bridgetest/multi.cxx | 3 +++ testtools/source/performance/pseudo.cxx | 3 +++ testtools/source/performance/ubobject.cxx | 3 +++ testtools/source/performance/ubtest.cxx | 3 +++ 15 files changed, 43 insertions(+) diff --git a/smoketestoo_native/smoketest.cxx b/smoketestoo_native/smoketest.cxx index fd283327c..1f429b59b 100644 --- a/smoketestoo_native/smoketest.cxx +++ b/smoketestoo_native/smoketest.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -203,3 +204,5 @@ CPPUNIT_TEST_SUITE_REGISTRATION(Test); } CPPUNIT_PLUGIN_IMPLEMENT(); + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/inc/pch/precompiled_test.cxx b/test/inc/pch/precompiled_test.cxx index 7077411c8..f08dea15c 100644 --- a/test/inc/pch/precompiled_test.cxx +++ b/test/inc/pch/precompiled_test.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -24,3 +25,5 @@ ************************************************************************/ #include "precompiled_test.hxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/source/cpp/getargument.cxx b/test/source/cpp/getargument.cxx index 339c5c9c7..d8c33b2bf 100644 --- a/test/source/cpp/getargument.cxx +++ b/test/source/cpp/getargument.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -40,3 +41,5 @@ bool getArgument(rtl::OUString const & name, rtl::OUString * value) { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx index b77fb59e4..88a3806e7 100644 --- a/test/source/cpp/officeconnection.cxx +++ b/test/source/cpp/officeconnection.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -173,3 +174,5 @@ OfficeConnection::getFactory() const { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/source/cpp/toabsolutefileurl.cxx b/test/source/cpp/toabsolutefileurl.cxx index be7f2ae20..e7c97d2fb 100644 --- a/test/source/cpp/toabsolutefileurl.cxx +++ b/test/source/cpp/toabsolutefileurl.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -81,3 +82,5 @@ rtl::OUString toAbsoluteFileUrl(rtl::OUString const & relativePathname) { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/inc/pch/precompiled_testtools.cxx b/testtools/inc/pch/precompiled_testtools.cxx index be4cd5520..dffc97a40 100644 --- a/testtools/inc/pch/precompiled_testtools.cxx +++ b/testtools/inc/pch/precompiled_testtools.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -27,3 +28,4 @@ #include "precompiled_testtools.hxx" +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/bridgetest/bridgetest.cxx b/testtools/source/bridgetest/bridgetest.cxx index ad6367955..269621782 100644 --- a/testtools/source/bridgetest/bridgetest.cxx +++ b/testtools/source/bridgetest/bridgetest.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -1367,3 +1368,5 @@ void * SAL_CALL component_getFactory( return pRet; } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx b/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx index 322ad5352..ab4912916 100644 --- a/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx +++ b/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -980,3 +981,5 @@ static bool raiseException(XBridgeTest* xLBT ) }; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/bridgetest/constructors.cxx b/testtools/source/bridgetest/constructors.cxx index 813cec993..2b72372da 100644 --- a/testtools/source/bridgetest/constructors.cxx +++ b/testtools/source/bridgetest/constructors.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -515,3 +516,5 @@ extern "C" ::sal_Bool SAL_CALL component_writeInfo( return ::cppu::component_writeInfoHelper( serviceManager, registryKey, entries); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx index 0963b4b5b..e41c5ad60 100644 --- a/testtools/source/bridgetest/cppobj.cxx +++ b/testtools/source/bridgetest/cppobj.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -1227,3 +1228,4 @@ void * SAL_CALL component_getFactory( } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/bridgetest/currentcontextchecker.cxx b/testtools/source/bridgetest/currentcontextchecker.cxx index 4ecd60fdb..7bdfbfba0 100644 --- a/testtools/source/bridgetest/currentcontextchecker.cxx +++ b/testtools/source/bridgetest/currentcontextchecker.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -127,3 +128,5 @@ bool testtools::bridgetest::CurrentContextChecker::performCheck( this, setSteps >= 0 ? setSteps - 1 : -1, checkSteps - 1); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/bridgetest/multi.cxx b/testtools/source/bridgetest/multi.cxx index 2e4aa7253..18a04889a 100644 --- a/testtools/source/bridgetest/multi.cxx +++ b/testtools/source/bridgetest/multi.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -238,3 +239,5 @@ rtl::OUString testMulti( } } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/performance/pseudo.cxx b/testtools/source/performance/pseudo.cxx index edc05e98f..2fb9730c4 100644 --- a/testtools/source/performance/pseudo.cxx +++ b/testtools/source/performance/pseudo.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -272,3 +273,5 @@ extern "C" void SAL_CALL uno_ext_getMapping( *ppMapping = pMapping; } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/performance/ubobject.cxx b/testtools/source/performance/ubobject.cxx index fbf31bf04..72bc8cc36 100644 --- a/testtools/source/performance/ubobject.cxx +++ b/testtools/source/performance/ubobject.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -306,3 +307,5 @@ void * SAL_CALL component_getFactory( return pRet; } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/performance/ubtest.cxx b/testtools/source/performance/ubtest.cxx index 91808d086..4eaadf24b 100644 --- a/testtools/source/performance/ubtest.cxx +++ b/testtools/source/performance/ubtest.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -1335,3 +1336,5 @@ void * SAL_CALL component_getFactory( return pRet; } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3 From c8c48cada3b0367de2fc57542763a68cddddd2e8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 13 Oct 2010 11:32:23 +0100 Subject: don't use the Unix splash screen app during the smoketest --- test/source/cpp/officeconnection.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx index 88a3806e7..d8198a004 100644 --- a/test/source/cpp/officeconnection.cxx +++ b/test/source/cpp/officeconnection.cxx @@ -76,6 +76,8 @@ void OfficeConnection::setUp() { rtl::OUString nofirstArg( RTL_CONSTASCII_USTRINGPARAM("-nofirststartwizard")); rtl::OUString norestoreArg(RTL_CONSTASCII_USTRINGPARAM("-norestore")); + //Disable use of the unix standalone splash screen app for the tests + rtl::OUString noSplashArg(RTL_CONSTASCII_USTRINGPARAM("-no-oosplash")); rtl::OUString acceptArg( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("-accept=")) + desc + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(";urp"))); @@ -93,7 +95,7 @@ void OfficeConnection::setUp() { RTL_CONSTASCII_USTRINGPARAM( "-env:UNO_JAVA_JFW_ENV_CLASSPATH=true")); rtl_uString * args[] = { - noquickArg.pData, nofirstArg.pData, norestoreArg.pData, + noquickArg.pData, nofirstArg.pData, norestoreArg.pData, noSplashArg.pData, acceptArg.pData, userArg.pData, jreArg.pData, classpathArg.pData }; rtl_uString ** envs = 0; rtl::OUString argEnv; -- cgit v1.2.3 From db5dc205693ed0a0b0bc7103525d5755bae916a5 Mon Sep 17 00:00:00 2001 From: Kenneth Venken Date: Mon, 18 Oct 2010 12:30:17 +0200 Subject: replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTS --- test/source/cpp/officeconnection.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx index d8198a004..fd71df69f 100644 --- a/test/source/cpp/officeconnection.cxx +++ b/test/source/cpp/officeconnection.cxx @@ -40,6 +40,7 @@ #include "osl/process.h" #include "osl/time.h" #include "sal/types.h" +#include #include "test/getargument.hxx" #include "test/officeconnection.hxx" #include "test/toabsolutefileurl.hxx" @@ -109,7 +110,7 @@ void OfficeConnection::setUp() { osl_executeProcess( toAbsoluteFileUrl( argSoffice.copy(RTL_CONSTASCII_LENGTH("path:"))).pData, - args, sizeof args / sizeof args[0], 0, 0, 0, envs, + args, SAL_N_ELEMENTS( args ), 0, 0, 0, envs, envs == 0 ? 0 : 1, &process_)); } else if (argSoffice.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("connect:"))) { desc = argSoffice.copy(RTL_CONSTASCII_LENGTH("connect:")); -- cgit v1.2.3 From 3c11769ba06acb36b1ed0e14fbe4acdbb85f8bcb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 27 Oct 2010 13:06:45 +0100 Subject: add modelines to .hxx files as well --- test/inc/pch/precompiled_test.hxx | 3 +++ test/inc/test/detail/testdllapi.hxx | 3 +++ test/inc/test/getargument.hxx | 3 +++ test/inc/test/officeconnection.hxx | 3 +++ test/inc/test/oustringostreaminserter.hxx | 3 +++ test/inc/test/toabsolutefileurl.hxx | 3 +++ testtools/inc/pch/precompiled_testtools.hxx | 2 ++ testtools/source/bridgetest/currentcontextchecker.hxx | 3 +++ testtools/source/bridgetest/multi.hxx | 3 +++ 9 files changed, 26 insertions(+) diff --git a/test/inc/pch/precompiled_test.hxx b/test/inc/pch/precompiled_test.hxx index d4927944f..51067ed3d 100644 --- a/test/inc/pch/precompiled_test.hxx +++ b/test/inc/pch/precompiled_test.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -28,3 +29,5 @@ #include "sal/config.h" #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/inc/test/detail/testdllapi.hxx b/test/inc/test/detail/testdllapi.hxx index 41d5b4d69..bc2231c84 100644 --- a/test/inc/test/detail/testdllapi.hxx +++ b/test/inc/test/detail/testdllapi.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -37,3 +38,5 @@ #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/inc/test/getargument.hxx b/test/inc/test/getargument.hxx index 1b4df29d2..082159291 100644 --- a/test/inc/test/getargument.hxx +++ b/test/inc/test/getargument.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -42,3 +43,5 @@ OOO_DLLPUBLIC_TEST bool getArgument( } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/inc/test/officeconnection.hxx b/test/inc/test/officeconnection.hxx index 99a319d51..b46d751f9 100644 --- a/test/inc/test/officeconnection.hxx +++ b/test/inc/test/officeconnection.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -63,3 +64,5 @@ private: } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/inc/test/oustringostreaminserter.hxx b/test/inc/test/oustringostreaminserter.hxx index 187b0ebd5..2658cad31 100644 --- a/test/inc/test/oustringostreaminserter.hxx +++ b/test/inc/test/oustringostreaminserter.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -46,3 +47,5 @@ operator <<( } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/inc/test/toabsolutefileurl.hxx b/test/inc/test/toabsolutefileurl.hxx index 5828a050f..fdd8a7b96 100644 --- a/test/inc/test/toabsolutefileurl.hxx +++ b/test/inc/test/toabsolutefileurl.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -42,3 +43,5 @@ OOO_DLLPUBLIC_TEST rtl::OUString toAbsoluteFileUrl( } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/inc/pch/precompiled_testtools.hxx b/testtools/inc/pch/precompiled_testtools.hxx index 24bcf53ed..6d5904973 100644 --- a/testtools/inc/pch/precompiled_testtools.hxx +++ b/testtools/inc/pch/precompiled_testtools.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -30,3 +31,4 @@ #ifdef PRECOMPILED_HEADERS #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/bridgetest/currentcontextchecker.hxx b/testtools/source/bridgetest/currentcontextchecker.hxx index a8f0cd48d..542e9736e 100644 --- a/testtools/source/bridgetest/currentcontextchecker.hxx +++ b/testtools/source/bridgetest/currentcontextchecker.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -69,3 +70,5 @@ private: } } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/bridgetest/multi.hxx b/testtools/source/bridgetest/multi.hxx index b17753701..f2ac06560 100644 --- a/testtools/source/bridgetest/multi.hxx +++ b/testtools/source/bridgetest/multi.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -124,3 +125,5 @@ rtl::OUString testMulti( } } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3 From f2c0db7fbab7e8b0e645412505f64b42f1ad28ac Mon Sep 17 00:00:00 2001 From: Giuseppe Castagno Date: Fri, 15 Oct 2010 15:42:52 +0200 Subject: Changed symlink processing to new application name. --- testautomation/global/system/includes/iniinfo.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index 0b83af421..a716a5d98 100755 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -772,8 +772,8 @@ function getSofficeNative() as string if ("unx" = gPlatGroup) then '/// on Linux/Unix systems we need to check/resolv 2 possible links which point to the directory with the 'soffice' executable ///' try - '/// created by an installation from the root user: //usr//bin//soffice ///' - sCandidates(1) = getLinkDestination("/usr/bin/soffice") ' command fails, if link doesn't exist + '/// created by an installation from the root user: //usr//bin//libreoffice ///' + sCandidates(1) = getLinkDestination("/usr/bin/libreoffice") ' command fails, if link doesn't exist if (left(sCandidates(1),2)="..") then ' If the link is relative, make it absolute sCandidates(1) = "/usr/bin/" + sCandidates(1) @@ -782,28 +782,28 @@ function getSofficeNative() as string end if ' DEBUG: If you need more detailed information about the installation environment ' enable the next line. - ' printlog "getSofficeNative() - : /usr/bin/soffice: '" + sCandidates(1) + "' destination exists?: " +fileExists(sCandidates(1)) + ' printlog "getSofficeNative() - : /usr/bin/libreoffice: '" + sCandidates(1) + "' destination exists?: " +fileExists(sCandidates(1)) catch ' DEBUG: If you need more detailed information about the installation environment ' enable the next line. - ' printlog "getSofficeNative() - : /usr/bin/soffice: NOT AVAILABLE" + ' printlog "getSofficeNative() - : /usr/bin/libreoffice: NOT AVAILABLE" sCandidates(1) = "" endcatch try - '/// HAS TO GET created by installation from NON root user: $HOME/soffice ///' + '/// HAS TO GET created by installation from NON root user: $HOME/libreoffice ///' sTemp = Environ("HOME") - sCandidates(2) = getLinkDestination(sTemp+"/soffice") + sCandidates(2) = getLinkDestination(sTemp+"/libreoffice") if (left(sCandidates(2),1) <> "/") then ' relative path in $HOME directory! sCandidates(2) = sTemp + "/" + sCandidates(2) end if ' DEBUG: If you need more detailed information about the installation environment ' enable the next line. - ' printlog "getSofficeNative() - : $HOME/soffice : '" + sCandidates(2) + "' destination exists?: " +fileExists(sCandidates(2)) + ' printlog "getSofficeNative() - : $HOME/libreoffice : '" + sCandidates(2) + "' destination exists?: " +fileExists(sCandidates(2)) catch ' DEBUG: If you need more detailed information about the installation environment ' enable the next line. - ' printlog "getSofficeNative() - : $HOME/soffice : NOT AVAILABLE" + ' printlog "getSofficeNative() - : $HOME/libreoffice : NOT AVAILABLE" sCandidates(2) = "" endcatch for i = 1 to 2 -- cgit v1.2.3 -- cgit v1.2.3 From 6b352927e1606d74ab3e3056f2352606a9a874f7 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 24 Nov 2010 14:21:42 +0100 Subject: fix invalid XML --- smoketestoo_native/com/sun/star/comp/smoketest/manifest.xml | 4 ++-- testautomation/global/input/xml_filter/word.xml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/smoketestoo_native/com/sun/star/comp/smoketest/manifest.xml b/smoketestoo_native/com/sun/star/comp/smoketest/manifest.xml index 7e3e7947a..fcedabf96 100755 --- a/smoketestoo_native/com/sun/star/comp/smoketest/manifest.xml +++ b/smoketestoo_native/com/sun/star/comp/smoketest/manifest.xml @@ -1,5 +1,5 @@ - + - \ No newline at end of file + diff --git a/testautomation/global/input/xml_filter/word.xml b/testautomation/global/input/xml_filter/word.xml index 795cc23f8..b74b79760 100755 --- a/testautomation/global/input/xml_filter/word.xml +++ b/testautomation/global/input/xml_filter/word.xml @@ -1,4 +1,3 @@ -Just a testfile with Word 2003Joerg SieversJoerg Sievers102004-03-29T11:50:00Z2004-03-29T11:52:00Z1639Sun Microsystems GmbH114411.5604Just a testfile with Word 2003.11.5604.5606 +Just a testfile with Word 2003Joerg SieversJoerg Sievers102004-03-29T11:50:00Z2004-03-29T11:52:00Z1639Sun Microsystems GmbH114411.5604Just a testfile with Word 2003.11.5604.5606 -- cgit v1.2.3 From 515ca95095cd77694dfb9180a17758390f707bb4 Mon Sep 17 00:00:00 2001 From: Gert Faller Date: Thu, 25 Nov 2010 23:50:06 +0100 Subject: RTL_CONSTASCII_USTRINGPARAM in testing --- testtools/source/bridgetest/multi.cxx | 44 +++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/testtools/source/bridgetest/multi.cxx b/testtools/source/bridgetest/multi.cxx index 18a04889a..f3d90db6b 100644 --- a/testtools/source/bridgetest/multi.cxx +++ b/testtools/source/bridgetest/multi.cxx @@ -132,32 +132,32 @@ rtl::OUString testMulti( css::uno::Reference< test::testtools::bridgetest::XMultiBase5 >( multi, css::uno::UNO_QUERY_THROW)->fn11(5)); checkEqual( - rtl::OUString::createFromAscii("12" "abc"), + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("12" "abc")), css::uno::Reference< test::testtools::bridgetest::XMultiBase1 >( multi, css::uno::UNO_QUERY_THROW)->fn12( - rtl::OUString::createFromAscii("abc"))); + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("abc")))); checkEqual( - rtl::OUString::createFromAscii("12" "abc-2"), + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("12" "abc-2")), static_cast< test::testtools::bridgetest::XMultiBase2 * >( - multi.get())->fn12(rtl::OUString::createFromAscii("abc-2"))); + multi.get())->fn12(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("abc-2")))); checkEqual( - rtl::OUString::createFromAscii("12" "abc-2"), + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("12" "abc-2")), css::uno::Reference< test::testtools::bridgetest::XMultiBase2 >( multi, css::uno::UNO_QUERY_THROW)->fn12( - rtl::OUString::createFromAscii("abc-2"))); + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("abc-2")))); checkEqual( - rtl::OUString::createFromAscii("12" "abc-5"), + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("12" "abc-5")), static_cast< test::testtools::bridgetest::XMultiBase5 * >( - multi.get())->fn12(rtl::OUString::createFromAscii("abc-5"))); + multi.get())->fn12(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("abc-5")))); checkEqual( - rtl::OUString::createFromAscii("12" "abc-5"), + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("12" "abc-5")), css::uno::Reference< test::testtools::bridgetest::XMultiBase5 >( multi, css::uno::UNO_QUERY_THROW)->fn12( - rtl::OUString::createFromAscii("abc-5"))); + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("abc-5")))); checkEqual< sal_Int32 >(21 * 2, multi->fn21(2)); checkEqual( - rtl::OUString::createFromAscii("22" "de"), - multi->fn22(rtl::OUString::createFromAscii("de"))); + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("22" "de")), + multi->fn22(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("de")))); checkEqual< sal_Int32 >( 31 * 3, css::uno::Reference< test::testtools::bridgetest::XMultiBase3 >( @@ -197,19 +197,19 @@ rtl::OUString testMulti( css::uno::Reference< test::testtools::bridgetest::XMultiBase5 >( multi, css::uno::UNO_QUERY_THROW)->getatt3()); checkEqual( - rtl::OUString::createFromAscii("32" "f"), + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("32" "f")), css::uno::Reference< test::testtools::bridgetest::XMultiBase3 >( multi, css::uno::UNO_QUERY_THROW)->fn32( - rtl::OUString::createFromAscii("f"))); + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("f")))); checkEqual( - rtl::OUString::createFromAscii("32" "f-5"), + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("32" "f-5")), static_cast< test::testtools::bridgetest::XMultiBase5 * >( - multi.get())->fn32(rtl::OUString::createFromAscii("f-5"))); + multi.get())->fn32(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("f-5")))); checkEqual( - rtl::OUString::createFromAscii("32" "f-5"), + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("32" "f-5")), css::uno::Reference< test::testtools::bridgetest::XMultiBase5 >( multi, css::uno::UNO_QUERY_THROW)->fn32( - rtl::OUString::createFromAscii("f-5"))); + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("f-5")))); checkEqual< sal_Int32 >( 33, css::uno::Reference< test::testtools::bridgetest::XMultiBase3 >( @@ -225,12 +225,12 @@ rtl::OUString testMulti( checkEqual< sal_Int32 >(41 * 4, multi->fn41(4)); checkEqual< sal_Int32 >(61 * 6, multi->fn61(6)); checkEqual( - rtl::OUString::createFromAscii("62" ""), - multi->fn62(rtl::OUString::createFromAscii(""))); + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("62" "")), + multi->fn62(rtl::OUString())); checkEqual< sal_Int32 >(71 * 7, multi->fn71(7)); checkEqual( - rtl::OUString::createFromAscii("72" "g"), - multi->fn72(rtl::OUString::createFromAscii("g"))); + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("72" "g")), + multi->fn72(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("g")))); checkEqual< sal_Int32 >(73, multi->fn73()); } catch (CheckFailed const & f) { return f.message; -- cgit v1.2.3 -- cgit v1.2.3 From 2842b13ff34a3c99327b9c6a4fcc3404f14e8e6c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 2 Dec 2010 14:06:34 +0000 Subject: make smoketest use ooinstal to build its install set --- smoketestoo_native/makefile.mk | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index a05065d54..75ebd95cc 100644 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -59,14 +59,9 @@ cpptest : $(SHL1TARGETN) OOO_CPPTEST_ARGS = $(SHL1TARGETN) -env:arg-doc=$(BIN)/smoketestdoc.sxw .IF "$(OS)" != "WNT" -$(installationtest_instpath).flag : $(shell ls \ - $(installationtest_instset)/LibO_*_install-arc_$(defaultlangiso).tar.gz) +localinstall : $(RM) -r $(installationtest_instpath) $(MKDIRHIER) $(installationtest_instpath) - cd $(installationtest_instpath) && $(GNUTAR) xfz \ - $(installationtest_instset)/LibO_*_install-arc_$(defaultlangiso).tar.gz - $(MV) $(installationtest_instpath)/LibO_*_install-arc_$(defaultlangiso) \ - $(installationtest_instpath)/opt - $(TOUCH) $@ -cpptest : $(installationtest_instpath).flag + ooinstall $(installationtest_instpath)/opt +cpptest : localinstall .END -- cgit v1.2.3 From f4493359b9b230206ad252cd359d09b73d4d52d8 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sat, 4 Dec 2010 13:28:03 +0900 Subject: Replace all occured, occurance etc. --- qadevOOo/runner/convwatch/ReportDesignerTest.java | 2 +- qadevOOo/runner/graphical/IniFile.java | 2 +- .../OpenOfficeDatabaseReportExtractor.java | 2 +- qadevOOo/runner/helper/ProcessHandler.java | 2 +- qadevOOo/runner/lib/MultiPropertyTest.java | 2 +- qadevOOo/runner/share/DescEntry.java | 2 +- qadevOOo/runner/stats/SQLExecution.java | 10 ++--- qadevOOo/runner/util/RegistryTools.java | 2 +- qadevOOo/runner/util/ValueChanger.java | 2 +- qadevOOo/runner/util/ValueComparer.java | 2 +- qadevOOo/runner/util/XMLTools.java | 2 +- qadevOOo/runner/util/dbg.java | 2 +- qadevOOo/runner/util/utils.java | 2 +- .../beans/XPropertyState/beans_XPropertyState.xba | 2 +- .../ifc/io/XMarkableStream/io_XMarkableStream.xba | 4 +- .../basic/ifc/sdbc/XCloseable/sdbc_XCloseable.xba | 2 +- .../ifc/accessibility/_XAccessibleComponent.java | 6 +-- qadevOOo/tests/java/ifc/awt/_XButton.java | 4 +- qadevOOo/tests/java/ifc/awt/_XComboBox.java | 2 +- qadevOOo/tests/java/ifc/awt/_XCurrencyField.java | 16 +++---- qadevOOo/tests/java/ifc/awt/_XDateField.java | 16 +++---- qadevOOo/tests/java/ifc/awt/_XDialog.java | 2 +- qadevOOo/tests/java/ifc/awt/_XFixedText.java | 4 +- qadevOOo/tests/java/ifc/awt/_XImageConsumer.java | 10 ++--- qadevOOo/tests/java/ifc/awt/_XImageProducer.java | 4 +- qadevOOo/tests/java/ifc/awt/_XListBox.java | 12 +++--- qadevOOo/tests/java/ifc/awt/_XNumericField.java | 16 +++---- qadevOOo/tests/java/ifc/awt/_XPatternField.java | 6 +-- qadevOOo/tests/java/ifc/awt/_XRadioButton.java | 4 +- qadevOOo/tests/java/ifc/awt/_XSpinField.java | 4 +- qadevOOo/tests/java/ifc/awt/_XTimeField.java | 14 +++--- qadevOOo/tests/java/ifc/awt/_XToolkit.java | 4 +- qadevOOo/tests/java/ifc/awt/_XTopWindow.java | 2 +- qadevOOo/tests/java/ifc/awt/_XWindow.java | 4 +- .../tests/java/ifc/beans/_XFastPropertySet.java | 12 +++--- .../tests/java/ifc/beans/_XMultiPropertySet.java | 12 +++--- qadevOOo/tests/java/ifc/beans/_XPropertySet.java | 50 +++++++++++----------- qadevOOo/tests/java/ifc/beans/_XPropertyState.java | 12 +++--- .../tests/java/ifc/bridge/_XBridgeFactory.java | 4 +- qadevOOo/tests/java/ifc/connection/_XAcceptor.java | 8 ++-- .../tests/java/ifc/connection/_XConnector.java | 6 +-- qadevOOo/tests/java/ifc/container/_XChild.java | 2 +- qadevOOo/tests/java/ifc/container/_XContainer.java | 8 ++-- .../tests/java/ifc/container/_XContainerQuery.java | 8 ++-- .../ifc/container/_XContentEnumerationAccess.java | 2 +- .../tests/java/ifc/container/_XEnumeration.java | 2 +- .../ifc/datatransfer/_XMimeContentTypeFactory.java | 2 +- .../ifc/datatransfer/clipboard/_XClipboardEx.java | 2 +- .../clipboard/_XFlushableClipboard.java | 2 +- qadevOOo/tests/java/ifc/document/_LinkTarget.java | 2 +- .../tests/java/ifc/document/_XActionLockable.java | 8 ++-- .../java/ifc/document/_XDocumentInsertable.java | 4 +- qadevOOo/tests/java/ifc/document/_XExporter.java | 2 +- qadevOOo/tests/java/ifc/document/_XFilter.java | 4 +- qadevOOo/tests/java/ifc/document/_XImporter.java | 2 +- .../ifc/document/_XStandaloneDocumentInfo.java | 4 +- .../tests/java/ifc/drawing/_GenericDrawPage.java | 8 ++-- .../java/ifc/drawing/_LineShapeDescriptor.java | 2 +- .../tests/java/ifc/drawing/_ShapeDescriptor.java | 4 +- qadevOOo/tests/java/ifc/drawing/_Text.java | 2 +- .../java/ifc/drawing/_XDrawPageDuplicator.java | 6 +-- qadevOOo/tests/java/ifc/drawing/_XDrawView.java | 6 +-- .../java/ifc/form/_DataAwareControlModel.java | 2 +- qadevOOo/tests/java/ifc/form/_XFormController.java | 2 +- qadevOOo/tests/java/ifc/form/_XGrid.java | 2 +- .../tests/java/ifc/form/_XGridColumnFactory.java | 2 +- .../java/ifc/form/_XGridFieldDataSupplier.java | 4 +- qadevOOo/tests/java/ifc/form/_XLoadable.java | 2 +- .../tests/java/ifc/form/_XUpdateBroadcaster.java | 2 +- .../validation/_XValidatableFormComponent.java | 6 +-- .../tests/java/ifc/frame/_XComponentLoader.java | 4 +- qadevOOo/tests/java/ifc/frame/_XDispatch.java | 2 +- .../tests/java/ifc/frame/_XDocumentTemplates.java | 6 +-- .../tests/java/ifc/frame/_XFramesSupplier.java | 12 +++--- qadevOOo/tests/java/ifc/frame/_XModel.java | 2 +- qadevOOo/tests/java/ifc/frame/_XStorable.java | 2 +- .../java/ifc/inspection/_XObjectInspector.java | 2 +- .../tests/java/ifc/io/_XActiveDataControl.java | 2 +- qadevOOo/tests/java/ifc/io/_XActiveDataSink.java | 2 +- qadevOOo/tests/java/ifc/io/_XPersistObject.java | 4 +- qadevOOo/tests/java/ifc/lang/_XInitialization.java | 8 ++-- qadevOOo/tests/java/ifc/lang/_XMain.java | 2 +- .../java/ifc/lang/_XMultiComponentFactory.java | 6 +-- .../tests/java/ifc/lang/_XMultiServiceFactory.java | 4 +- qadevOOo/tests/java/ifc/lang/_XServiceInfo.java | 4 +- .../java/ifc/lang/_XSingleServiceFactory.java | 4 +- qadevOOo/tests/java/ifc/lang/_XTypeProvider.java | 2 +- .../tests/java/ifc/sdb/_XCompletedConnection.java | 2 +- qadevOOo/tests/java/ifc/sdbc/_XCloseable.java | 6 +-- qadevOOo/tests/java/ifc/sdbc/_XColumnLocate.java | 2 +- .../tests/java/ifc/sdbc/_XIsolatedConnection.java | 4 +- qadevOOo/tests/java/ifc/sdbc/_XParameters.java | 36 ++++++++-------- qadevOOo/tests/java/ifc/sdbc/_XResultSet.java | 40 ++++++++--------- qadevOOo/tests/java/ifc/sdbc/_XRow.java | 38 ++++++++-------- qadevOOo/tests/java/ifc/sdbc/_XRowSet.java | 2 +- .../tests/java/ifc/sdbc/_XWarningsSupplier.java | 4 +- qadevOOo/tests/java/ifc/sdbcx/_XRowLocate.java | 16 +++---- .../java/ifc/sheet/_DatabaseImportDescriptor.java | 2 +- .../tests/java/ifc/sheet/_FunctionDescription.java | 4 +- .../tests/java/ifc/sheet/_SheetSortDescriptor.java | 2 +- .../tests/java/ifc/sheet/_XDataPilotTables.java | 4 +- .../tests/java/ifc/sheet/_XDatabaseRanges.java | 4 +- qadevOOo/tests/java/ifc/sheet/_XNamedRanges.java | 2 +- .../tests/java/ifc/sheet/_XSheetOperation.java | 4 +- qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java | 4 +- .../tests/java/ifc/style/_CharacterProperties.java | 8 ++-- .../tests/java/ifc/style/_ParagraphProperties.java | 8 ++-- qadevOOo/tests/java/ifc/style/_XStyle.java | 2 +- .../tests/java/ifc/table/_XAutoFormattable.java | 2 +- qadevOOo/tests/java/ifc/text/_BaseIndex.java | 10 ++--- qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java | 12 +++--- .../java/ifc/text/_XDefaultNumberingProvider.java | 4 +- .../java/ifc/text/_XRelativeTextContentInsert.java | 8 ++-- qadevOOo/tests/java/ifc/text/_XText.java | 6 +-- .../tests/java/ifc/text/_XTextFieldsSupplier.java | 10 ++--- qadevOOo/tests/java/ifc/ucb/_XDataContainer.java | 6 +-- .../tests/java/ifc/ucb/_XSimpleFileAccess.java | 32 +++++++------- .../tests/java/ifc/ucb/_XSimpleFileAccess2.java | 4 +- .../ifc/ucb/_XSortedDynamicResultSetFactory.java | 2 +- .../tests/java/ifc/ui/dialogs/_XFilePicker.java | 6 +-- .../ifc/ui/dialogs/_XFilePickerControlAccess.java | 6 +-- .../tests/java/ifc/ui/dialogs/_XFilterManager.java | 2 +- .../tests/java/ifc/ui/dialogs/_XFolderPicker.java | 2 +- .../tests/java/ifc/uno/_XComponentContext.java | 2 +- qadevOOo/tests/java/ifc/util/_XCancellable.java | 2 +- .../tests/java/ifc/util/_XChangesNotifier.java | 10 ++--- qadevOOo/tests/java/ifc/util/_XCloneable.java | 2 +- qadevOOo/tests/java/ifc/util/_XFlushable.java | 2 +- qadevOOo/tests/java/ifc/util/_XModeSelector.java | 8 ++-- .../tests/java/ifc/util/_XModifyBroadcaster.java | 4 +- qadevOOo/tests/java/ifc/util/_XSearchable.java | 2 +- qadevOOo/tests/java/ifc/util/_XTextSearch.java | 2 +- qadevOOo/tests/java/ifc/view/_XControlAccess.java | 6 +-- .../tests/java/ifc/view/_XSelectionSupplier.java | 6 +-- .../tests/java/ifc/xml/sax/_XDocumentHandler.java | 20 ++++----- .../tests/java/mod/_defreg/NestedRegistry.java | 4 +- .../java/mod/_nestedreg.uno/NestedRegistry.java | 4 +- .../tests/java/mod/_remotebridge.uno/various.java | 4 +- qadevOOo/tests/java/mod/_remotebridge/various.java | 4 +- qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java | 8 ++-- qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java | 6 +-- .../tests/java/mod/_sc/ScAutoFormatFieldObj.java | 2 +- qadevOOo/tests/java/mod/_sc/ScAutoFormatsObj.java | 2 +- qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java | 8 ++-- qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java | 8 ++-- qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java | 8 ++-- .../tests/java/mod/_sc/ScCellsEnumeration.java | 6 +-- qadevOOo/tests/java/mod/_sc/ScCellsObj.java | 6 +-- ...cIndexEnumeration_CellAreaLinksEnumeration.java | 6 +-- ...ndexEnumeration_TableAutoFormatEnumeration.java | 2 +- .../ScIndexEnumeration_TextFieldEnumeration.java | 8 ++-- qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java | 6 +-- .../tests/java/mod/_sc/XMLContentExporter.java | 4 +- qadevOOo/tests/java/mod/_sc/XMLExporter.java | 4 +- qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java | 4 +- qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java | 2 +- .../tests/java/mod/_sc/XMLSettingsExporter.java | 4 +- .../tests/java/mod/_sc/XMLSettingsImporter.java | 2 +- qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java | 4 +- .../java/mod/_simplereg.uno/SimpleRegistry.java | 2 +- .../tests/java/mod/_simreg/SimpleRegistry.java | 2 +- qadevOOo/tests/java/mod/_sm/XMLExporter.java | 4 +- qadevOOo/tests/java/mod/_sm/XMLImporter.java | 2 +- qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java | 4 +- qadevOOo/tests/java/mod/_sm/XMLMetaImporter.java | 2 +- .../tests/java/mod/_sm/XMLSettingsExporter.java | 4 +- .../tests/java/mod/_sm/XMLSettingsImporter.java | 2 +- qadevOOo/tests/java/mod/_sw/CharacterStyle.java | 6 +-- .../java/mod/_sw/ConditionalParagraphStyle.java | 8 ++-- qadevOOo/tests/java/mod/_sw/PageStyle.java | 8 ++-- qadevOOo/tests/java/mod/_sw/ParagraphStyle.java | 8 ++-- .../tests/java/mod/_sw/SwAccessiblePageView.java | 14 +++--- .../java/mod/_sw/SwXLineNumberingProperties.java | 2 +- qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java | 14 +++--- qadevOOo/tests/java/mod/_sw/SwXParagraph.java | 16 +++---- qadevOOo/tests/java/mod/_sw/SwXStyle.java | 8 ++-- qadevOOo/tests/java/mod/_sw/SwXTextColumns.java | 16 +++---- .../tests/java/mod/_sw/XMLContentExporter.java | 4 +- qadevOOo/tests/java/mod/_sw/XMLExporter.java | 4 +- qadevOOo/tests/java/mod/_sw/XMLMetaExporter.java | 4 +- qadevOOo/tests/java/mod/_sw/XMLMetaImporter.java | 2 +- .../tests/java/mod/_sw/XMLSettingsExporter.java | 4 +- qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java | 4 +- qadevOOo/tests/java/mod/_sw/XMLStylesImporter.java | 2 +- .../java/mod/_xmloff/Chart/XMLContentExporter.java | 4 +- .../java/mod/_xmloff/Chart/XMLContentImporter.java | 2 +- .../tests/java/mod/_xmloff/Chart/XMLExporter.java | 4 +- .../tests/java/mod/_xmloff/Chart/XMLImporter.java | 2 +- .../java/mod/_xmloff/Chart/XMLStylesExporter.java | 4 +- .../java/mod/_xmloff/Chart/XMLStylesImporter.java | 2 +- .../java/mod/_xmloff/Draw/XMLContentExporter.java | 4 +- .../tests/java/mod/_xmloff/Draw/XMLExporter.java | 4 +- .../java/mod/_xmloff/Draw/XMLMetaExporter.java | 4 +- .../java/mod/_xmloff/Draw/XMLMetaImporter.java | 2 +- .../java/mod/_xmloff/Draw/XMLSettingsExporter.java | 4 +- .../java/mod/_xmloff/Draw/XMLStylesExporter.java | 4 +- .../mod/_xmloff/Impress/XMLContentExporter.java | 4 +- .../mod/_xmloff/Impress/XMLContentImporter.java | 2 +- .../java/mod/_xmloff/Impress/XMLExporter.java | 4 +- .../java/mod/_xmloff/Impress/XMLMetaExporter.java | 4 +- .../java/mod/_xmloff/Impress/XMLMetaImporter.java | 2 +- .../mod/_xmloff/Impress/XMLSettingsExporter.java | 4 +- .../mod/_xmloff/Impress/XMLStylesExporter.java | 4 +- testautomation/chart2/tools/ch_tools_axes.inc | 2 +- .../chart2/tools/ch_tools_chart_type.inc | 2 +- .../chart2/tools/ch_tools_data_labels.inc | 2 +- testautomation/chart2/tools/ch_tools_grids.inc | 2 +- testautomation/chart2/tools/ch_tools_legend.inc | 2 +- .../chart2/tools/ch_tools_statistics.inc | 2 +- .../chart2/tools/ch_tools_tab_borders_lines.inc | 2 +- testautomation/chart2/tools/ch_tools_tab_pages.inc | 2 +- testautomation/chart2/tools/ch_tools_titles.inc | 2 +- testautomation/global/system/includes/iniinfo.inc | 2 +- testautomation/global/system/includes/master.inc | 4 +- .../includes/optional/t_set_standard_controls.inc | 2 +- .../global/tools/includes/required/t_tools2.inc | 2 +- .../issuezilla/w_issuezilla_regression.inc | 2 +- .../optional/includes/undo/w_undo_history_1.inc | 4 +- .../writer/tools/includes/w_tools_undo.inc | 2 +- testautomation/xml/optional/includes/sxw7_03.inc | 8 ++-- testgraphical/source/CallExternals.pm | 2 +- testgraphical/source/fill_documents_loop.pl | 2 +- .../ui/java/ConvwatchGUIProject/src/IniFile.java | 2 +- testtools/source/bridgetest/bridgetest.cxx | 2 +- .../source/bridgetest/cli/cli_cpp_bridgetest.cxx | 2 +- .../source/bridgetest/cli/cli_cs_bridgetest.cs | 2 +- .../source/bridgetest/cli/cli_vb_bridgetest.vb | 2 +- 227 files changed, 602 insertions(+), 602 deletions(-) mode change 100755 => 100644 qadevOOo/runner/convwatch/ReportDesignerTest.java mode change 100755 => 100644 qadevOOo/tests/java/ifc/text/_XTextFieldsSupplier.java mode change 100755 => 100644 qadevOOo/tests/java/mod/_sw/CharacterStyle.java mode change 100755 => 100644 qadevOOo/tests/java/mod/_sw/ConditionalParagraphStyle.java mode change 100755 => 100644 qadevOOo/tests/java/mod/_sw/PageStyle.java mode change 100755 => 100644 qadevOOo/tests/java/mod/_sw/ParagraphStyle.java mode change 100755 => 100644 testautomation/global/system/includes/iniinfo.inc mode change 100755 => 100644 testautomation/global/system/includes/master.inc mode change 100755 => 100644 testautomation/global/tools/includes/required/t_tools2.inc mode change 100755 => 100644 testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc mode change 100755 => 100644 testautomation/writer/optional/includes/undo/w_undo_history_1.inc mode change 100755 => 100644 testautomation/xml/optional/includes/sxw7_03.inc diff --git a/qadevOOo/runner/convwatch/ReportDesignerTest.java b/qadevOOo/runner/convwatch/ReportDesignerTest.java old mode 100755 new mode 100644 index fe144ef33..411f9210a --- a/qadevOOo/runner/convwatch/ReportDesignerTest.java +++ b/qadevOOo/runner/convwatch/ReportDesignerTest.java @@ -686,7 +686,7 @@ public class ReportDesignerTest extends ComplexTestCase { catch (com.sun.star.util.CloseVetoException e) { log.println("ERROR: CloseVetoException caught"); - log.println("CloseVetoException occured Can't close document."); + log.println("CloseVetoException occurred Can't close document."); log.println("Message: " + e.getMessage()); } } diff --git a/qadevOOo/runner/graphical/IniFile.java b/qadevOOo/runner/graphical/IniFile.java index 397f45756..eee0880e7 100644 --- a/qadevOOo/runner/graphical/IniFile.java +++ b/qadevOOo/runner/graphical/IniFile.java @@ -675,7 +675,7 @@ public class IniFile implements Enumeration } /** - * Helper to count the occurence of Sections + * Helper to count the occurrence of Sections * @return returns the count of '^['.*']$' Elements */ public int getElementCount() diff --git a/qadevOOo/runner/graphical/OpenOfficeDatabaseReportExtractor.java b/qadevOOo/runner/graphical/OpenOfficeDatabaseReportExtractor.java index f347af324..2ddd33567 100644 --- a/qadevOOo/runner/graphical/OpenOfficeDatabaseReportExtractor.java +++ b/qadevOOo/runner/graphical/OpenOfficeDatabaseReportExtractor.java @@ -552,7 +552,7 @@ public class OpenOfficeDatabaseReportExtractor extends Assurance catch (com.sun.star.util.CloseVetoException e) { GlobalLogWriter.println("ERROR: CloseVetoException caught"); - GlobalLogWriter.println("CloseVetoException occured Can't close document."); + GlobalLogWriter.println("CloseVetoException occurred Can't close document."); GlobalLogWriter.println("Message: " + e.getMessage()); } } diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java index ee7b0f079..336f64173 100644 --- a/qadevOOo/runner/helper/ProcessHandler.java +++ b/qadevOOo/runner/helper/ProcessHandler.java @@ -93,7 +93,7 @@ class Pump extends Thread } catch (java.io.IOException e) { - log.println(pref + "Exception occured: " + e); + log.println(pref + "Exception occurred: " + e); } } diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java index e766d13a4..cd885ad0b 100644 --- a/qadevOOo/runner/lib/MultiPropertyTest.java +++ b/qadevOOo/runner/lib/MultiPropertyTest.java @@ -253,7 +253,7 @@ public class MultiPropertyTest extends MultiMethodTest } catch (Exception e) { - log.println("Exception occured while testing property '" + propName + "'"); + log.println("Exception occurred while testing property '" + propName + "'"); e.printStackTrace(log); tRes.tested(propName, false); } diff --git a/qadevOOo/runner/share/DescEntry.java b/qadevOOo/runner/share/DescEntry.java index 43ff7bd68..e9fd48121 100644 --- a/qadevOOo/runner/share/DescEntry.java +++ b/qadevOOo/runner/share/DescEntry.java @@ -73,7 +73,7 @@ public class DescEntry { public String ErrorMsg; /** - * Contains information if errors occured while gaining the Description + * Contains information if errors occurred while gaining the Description */ public boolean hasErrorMsg; diff --git a/qadevOOo/runner/stats/SQLExecution.java b/qadevOOo/runner/stats/SQLExecution.java index 19cc8b123..4ce6e9f2e 100644 --- a/qadevOOo/runner/stats/SQLExecution.java +++ b/qadevOOo/runner/stats/SQLExecution.java @@ -81,7 +81,7 @@ public class SQLExecution { /** * Open a connection to the DataBase - * @return True, if no error occured. + * @return True, if no error occurred. */ public boolean openConnection() { if(m_bConnectionOpen) return true; @@ -108,7 +108,7 @@ public class SQLExecution { /** * Close the connection to the DataBase - * @return True, if no error occured. + * @return True, if no error occurred. */ public boolean closeConnection() { if (!m_bConnectionOpen) return true; @@ -130,7 +130,7 @@ public class SQLExecution { * @param command The command to execute. * @param sqlInput Input values for the command. * @param sqlOutput The results of the command are put in this Hashtable. - * @return True, if no error occured. + * @return True, if no error occurred. */ public boolean executeSQLCommand(String command, Hashtable sqlInput, Hashtable sqlOutput) throws IllegalArgumentException { @@ -144,7 +144,7 @@ public class SQLExecution { * @param sqlOutput The results of the command are put in this Hashtable. * @param mergeOutputIntoInput The output of the result is put into the * sqlInput Hashtable. - * @return True, if no error occured. + * @return True, if no error occurred. */ public boolean executeSQLCommand(String command, Hashtable sqlInput, Hashtable sqlOutput, boolean mergeOutputIntoInput) throws IllegalArgumentException { @@ -160,7 +160,7 @@ public class SQLExecution { Vector sqlCommand = new Vector(); sqlCommand.add(""); boolean update = false; - // synchronize all "$varname" occurences in the command string with + // synchronize all "$varname" occurrences in the command string with // values from input StringTokenizer token = new StringTokenizer(command, " "); while (token.hasMoreTokens()) { diff --git a/qadevOOo/runner/util/RegistryTools.java b/qadevOOo/runner/util/RegistryTools.java index bf5048e44..de823cc89 100644 --- a/qadevOOo/runner/util/RegistryTools.java +++ b/qadevOOo/runner/util/RegistryTools.java @@ -357,7 +357,7 @@ public class RegistryTools { out.println("") ; } } catch (com.sun.star.uno.Exception e) { - out.println("Exception occured : ") ; + out.println("Exception occurred : ") ; e.printStackTrace(out) ; } finally { key.closeKey() ; diff --git a/qadevOOo/runner/util/ValueChanger.java b/qadevOOo/runner/util/ValueChanger.java index ae00eadb2..8314642ad 100644 --- a/qadevOOo/runner/util/ValueChanger.java +++ b/qadevOOo/runner/util/ValueChanger.java @@ -773,7 +773,7 @@ public class ValueChanger { } } } catch (Exception e) { - System.err.println("Exception occured while changing Enumeration value:") ; + System.err.println("Exception occurred while changing Enumeration value:") ; e.printStackTrace(System.err) ; } if (newValue == null) newValue = oldValue ; diff --git a/qadevOOo/runner/util/ValueComparer.java b/qadevOOo/runner/util/ValueComparer.java index 3efd835ad..2c8c63026 100644 --- a/qadevOOo/runner/util/ValueComparer.java +++ b/qadevOOo/runner/util/ValueComparer.java @@ -72,7 +72,7 @@ public class ValueComparer { } } catch (Exception e) { - System.out.println("Exception occured while comparing Objects"); + System.out.println("Exception occurred while comparing Objects"); e.printStackTrace(); } return eq; diff --git a/qadevOOo/runner/util/XMLTools.java b/qadevOOo/runner/util/XMLTools.java index 786067216..98fe239a1 100644 --- a/qadevOOo/runner/util/XMLTools.java +++ b/qadevOOo/runner/util/XMLTools.java @@ -355,7 +355,7 @@ public class XMLTools { } /** - * Prints error message and all tags where error occured inside. + * Prints error message and all tags where error occurred inside. * Also prints "Tag trace" in case if the full XML data isn't * printed. */ diff --git a/qadevOOo/runner/util/dbg.java b/qadevOOo/runner/util/dbg.java index 18d360fcd..fc84b4e64 100644 --- a/qadevOOo/runner/util/dbg.java +++ b/qadevOOo/runner/util/dbg.java @@ -133,7 +133,7 @@ public class dbg { } } catch (Exception ex) { - System.out.println("Exception occured while printing InterfaceInfo"); + System.out.println("Exception occurred while printing InterfaceInfo"); ex.printStackTrace(); } } diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java index 90aecd63d..0a42df9da 100644 --- a/qadevOOo/runner/util/utils.java +++ b/qadevOOo/runner/util/utils.java @@ -570,7 +570,7 @@ public class utils { * file already exists, the file is deleted. * * @returns true if the file was successfully copied, - * false if some errors occured (e.g. file is locked, used + * false if some errors occurred (e.g. file is locked, used * by another process). */ public static boolean tryOverwriteFile( diff --git a/qadevOOo/tests/basic/ifc/beans/XPropertyState/beans_XPropertyState.xba b/qadevOOo/tests/basic/ifc/beans/XPropertyState/beans_XPropertyState.xba index 783563acb..ef5b7d797 100644 --- a/qadevOOo/tests/basic/ifc/beans/XPropertyState/beans_XPropertyState.xba +++ b/qadevOOo/tests/basic/ifc/beans/XPropertyState/beans_XPropertyState.xba @@ -159,7 +159,7 @@ On Error Goto ErrHndl bTypesEq = (oProperties(n).Type.Name = oCoreRefl.getType(aValue).Name) end if - if (NOT bOK) then ' exception was occured + if (NOT bOK) then ' exception was occurred Out.Log("Error while testing getPropertyDefault() for '" & AllPropsNames(n) & "' FAILED.") elseif ((TypeName(aValue) <> "Empty") AND (NOT bTypesEq)) then Out.Log("Types: '" & oProperties(n).Type.Name & "' and '" & oCoreRefl.getType(aValue).Name & "' are different.") diff --git a/qadevOOo/tests/basic/ifc/io/XMarkableStream/io_XMarkableStream.xba b/qadevOOo/tests/basic/ifc/io/XMarkableStream/io_XMarkableStream.xba index 3062fedbe..12d14e6f2 100644 --- a/qadevOOo/tests/basic/ifc/io/XMarkableStream/io_XMarkableStream.xba +++ b/qadevOOo/tests/basic/ifc/io/XMarkableStream/io_XMarkableStream.xba @@ -129,7 +129,7 @@ On Error Goto ErrHndl On Error goto ErrHndl1 Out.Log("Trying to jump to deleted mark") oObj.jumpToMark(iMark1) - Out.Log("No exception occured. FAILED") + Out.Log("No exception occurred. FAILED") bOK = false goto Cont1 ErrHndl1: @@ -189,7 +189,7 @@ On Error Goto ErrHndl On Error goto ErrHndl2 Out.Log("Trying to jump to Mark1") oObj.jumpToMark(iMark2) - Out.Log("No exception occured - FAILED") + Out.Log("No exception occurred - FAILED") bOK = false goto Cont2 ErrHndl2: diff --git a/qadevOOo/tests/basic/ifc/sdbc/XCloseable/sdbc_XCloseable.xba b/qadevOOo/tests/basic/ifc/sdbc/XCloseable/sdbc_XCloseable.xba index 19240d37a..ec09836d0 100644 --- a/qadevOOo/tests/basic/ifc/sdbc/XCloseable/sdbc_XCloseable.xba +++ b/qadevOOo/tests/basic/ifc/sdbc/XCloseable/sdbc_XCloseable.xba @@ -72,7 +72,7 @@ ErrHndl: resume next ExpectErr: - Out.Log("Proper exception occured") + Out.Log("Proper exception occurred") bEx = true resume next End Sub diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java index 958d70304..fb13ae0dc 100644 --- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java +++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java @@ -509,7 +509,7 @@ public class _XAccessibleComponent extends MultiMethodTest { /** * Just calls the method.

    * - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _grabFocus() { boolean result = true; @@ -523,7 +523,7 @@ public class _XAccessibleComponent extends MultiMethodTest { * component which support XAccessibleComponent. * * @return The array of children. Empty array returned if - * such children were not found or some error occured. + * such children were not found or some error occurred. */ private XAccessibleComponent[] getChildrenComponents() { XAccessible xAcc = (XAccessible) UnoRuntime.queryInterface( @@ -569,7 +569,7 @@ public class _XAccessibleComponent extends MultiMethodTest { * XAccessibleComponent. * * @return The parent or null if the component - * has no parent or some errors occured. + * has no parent or some errors occurred. */ private XAccessibleComponent getParentComponent() { XAccessible xAcc = (XAccessible) UnoRuntime.queryInterface( diff --git a/qadevOOo/tests/java/ifc/awt/_XButton.java b/qadevOOo/tests/java/ifc/awt/_XButton.java index c8c9adb2c..ba2f87c80 100644 --- a/qadevOOo/tests/java/ifc/awt/_XButton.java +++ b/qadevOOo/tests/java/ifc/awt/_XButton.java @@ -91,7 +91,7 @@ public class _XButton extends MultiMethodTest { /** * Just sets some text for label.

    - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _setLabel() { @@ -103,7 +103,7 @@ public class _XButton extends MultiMethodTest { /** * Just sets some command for button.

    - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _setActionCommand() { diff --git a/qadevOOo/tests/java/ifc/awt/_XComboBox.java b/qadevOOo/tests/java/ifc/awt/_XComboBox.java index aa3aecbcc..1d5767d61 100644 --- a/qadevOOo/tests/java/ifc/awt/_XComboBox.java +++ b/qadevOOo/tests/java/ifc/awt/_XComboBox.java @@ -255,7 +255,7 @@ public class _XComboBox extends MultiMethodTest { /** * Gets line count and stores it.

    - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getDropDownLineCount() { diff --git a/qadevOOo/tests/java/ifc/awt/_XCurrencyField.java b/qadevOOo/tests/java/ifc/awt/_XCurrencyField.java index 755643ad5..0afb0e55f 100644 --- a/qadevOOo/tests/java/ifc/awt/_XCurrencyField.java +++ b/qadevOOo/tests/java/ifc/awt/_XCurrencyField.java @@ -85,7 +85,7 @@ public class _XCurrencyField extends MultiMethodTest { /** * Just calls the method and stores value returned.

    - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getValue() { val = oObj.getValue(); @@ -111,7 +111,7 @@ public class _XCurrencyField extends MultiMethodTest { /** * Just calls the method and stores value returned.

    - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getMin() { @@ -141,7 +141,7 @@ public class _XCurrencyField extends MultiMethodTest { /** * Just calls the method and stores value returned.

    - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getMax() { @@ -172,7 +172,7 @@ public class _XCurrencyField extends MultiMethodTest { /** * Just calls the method and stores value returned.

    - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getFirst() { @@ -204,7 +204,7 @@ public class _XCurrencyField extends MultiMethodTest { /** * Just calls the method and stores value returned.

    - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getLast() { @@ -234,7 +234,7 @@ public class _XCurrencyField extends MultiMethodTest { /** * Just calls the method and stores value returned.

    - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getSpinSize() { @@ -266,7 +266,7 @@ public class _XCurrencyField extends MultiMethodTest { /** * Just calls the method and stores value returned.

    - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getDecimalDigits() { @@ -296,7 +296,7 @@ public class _XCurrencyField extends MultiMethodTest { /** * Just calls the method and stores value returned.

    - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _isStrictFormat() { diff --git a/qadevOOo/tests/java/ifc/awt/_XDateField.java b/qadevOOo/tests/java/ifc/awt/_XDateField.java index fd22837a3..b698e7c99 100644 --- a/qadevOOo/tests/java/ifc/awt/_XDateField.java +++ b/qadevOOo/tests/java/ifc/awt/_XDateField.java @@ -88,7 +88,7 @@ public class _XDateField extends MultiMethodTest { /** * Gets the current value.

    - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _getDate() { @@ -118,7 +118,7 @@ public class _XDateField extends MultiMethodTest { /** * Gets the current value.

    - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _getMin() { @@ -148,7 +148,7 @@ public class _XDateField extends MultiMethodTest { /** * Gets the current value.

    - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _getMax() { @@ -182,7 +182,7 @@ public class _XDateField extends MultiMethodTest { /** * Gets the current value.

    - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _getFirst() { @@ -218,7 +218,7 @@ public class _XDateField extends MultiMethodTest { /** * Gets the current value.

    - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _getLast() { @@ -232,7 +232,7 @@ public class _XDateField extends MultiMethodTest { /** * Sets the value to empty.

    - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * The following method tests are to be completed successfully before : *

      *
    • setTime : value must be not empty
    • @@ -290,7 +290,7 @@ public class _XDateField extends MultiMethodTest { /** * Gets strict state and stores it.

      - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _isStrictFormat() { @@ -326,7 +326,7 @@ public class _XDateField extends MultiMethodTest { /** * Gets long format state and stores it.

      - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _isLongFormat() { diff --git a/qadevOOo/tests/java/ifc/awt/_XDialog.java b/qadevOOo/tests/java/ifc/awt/_XDialog.java index 91dc2a0cd..342a8e95e 100644 --- a/qadevOOo/tests/java/ifc/awt/_XDialog.java +++ b/qadevOOo/tests/java/ifc/awt/_XDialog.java @@ -93,7 +93,7 @@ public class _XDialog extends MultiMethodTest { * As this call is blocking then the thread execution * must not be finished.

      * Has OK status if thread wasn't finished and - * no exceptions occured. + * no exceptions occurred. */ public void _execute() { boolean result = true ; diff --git a/qadevOOo/tests/java/ifc/awt/_XFixedText.java b/qadevOOo/tests/java/ifc/awt/_XFixedText.java index 5fc61841b..795703dd2 100644 --- a/qadevOOo/tests/java/ifc/awt/_XFixedText.java +++ b/qadevOOo/tests/java/ifc/awt/_XFixedText.java @@ -71,7 +71,7 @@ public class _XFixedText extends MultiMethodTest { /** * Just calls the method and stores value returned.

      - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getText() { @@ -105,7 +105,7 @@ public class _XFixedText extends MultiMethodTest { /** * Just calls the method and stores value returned.

      - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getAlignment() { diff --git a/qadevOOo/tests/java/ifc/awt/_XImageConsumer.java b/qadevOOo/tests/java/ifc/awt/_XImageConsumer.java index 96e1de152..1ad963db9 100644 --- a/qadevOOo/tests/java/ifc/awt/_XImageConsumer.java +++ b/qadevOOo/tests/java/ifc/awt/_XImageConsumer.java @@ -52,7 +52,7 @@ public class _XImageConsumer extends MultiMethodTest { /** * Initialize the consumer with size 2x2.

      - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _init() { @@ -64,7 +64,7 @@ public class _XImageConsumer extends MultiMethodTest { /** * Sets color model.

      - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * The following method tests are to be completed successfully before : *

        *
      • init
      • @@ -83,7 +83,7 @@ public class _XImageConsumer extends MultiMethodTest { /** * Fill the picture with for pixels.

        - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * The following method tests are to be executed before : *

          *
        • setColorModel
        • @@ -101,7 +101,7 @@ public class _XImageConsumer extends MultiMethodTest { /** * Fill the picture with for pixels.

          - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * The following method tests are to be executed before : *

            *
          • setColorModel
          • @@ -118,7 +118,7 @@ public class _XImageConsumer extends MultiMethodTest { /** * Just calls the method.

            - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * The following method tests are to be completed successfully before : *

              *
            • init
            • diff --git a/qadevOOo/tests/java/ifc/awt/_XImageProducer.java b/qadevOOo/tests/java/ifc/awt/_XImageProducer.java index 9e0397720..cece806c3 100644 --- a/qadevOOo/tests/java/ifc/awt/_XImageProducer.java +++ b/qadevOOo/tests/java/ifc/awt/_XImageProducer.java @@ -110,7 +110,7 @@ public class _XImageProducer extends MultiMethodTest { /** * Adds a new consumer to producer.

              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _addConsumer() { @@ -122,7 +122,7 @@ public class _XImageProducer extends MultiMethodTest { /** * Removes the consumer added before.

              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * The following method tests are to be executed before : *

                *
              • startProduction
              • diff --git a/qadevOOo/tests/java/ifc/awt/_XListBox.java b/qadevOOo/tests/java/ifc/awt/_XListBox.java index 70becc632..72aa91d82 100644 --- a/qadevOOo/tests/java/ifc/awt/_XListBox.java +++ b/qadevOOo/tests/java/ifc/awt/_XListBox.java @@ -279,7 +279,7 @@ public class _XListBox extends MultiMethodTest { /** * Gets line count and stores it.

                - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getDropDownLineCount() { @@ -411,7 +411,7 @@ public class _XListBox extends MultiMethodTest { /** * Unselects all items, then selects a single item.

                - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * The following method tests are to be completed successfully before : *

                  *
                • addItems : to have some items
                • @@ -432,7 +432,7 @@ public class _XListBox extends MultiMethodTest { /** * Just selects some items.

                  - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * The following method tests are to be completed successfully before : *

                    *
                  • addItems : to have some items
                  • @@ -450,7 +450,7 @@ public class _XListBox extends MultiMethodTest { /** * Just selects an item.

                    - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * The following method tests are to be completed successfully before : *

                      *
                    • addItems : to have some items
                    • @@ -484,7 +484,7 @@ public class _XListBox extends MultiMethodTest { /** * Sets multiple mode.

                      - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _setMultipleMode() { @@ -496,7 +496,7 @@ public class _XListBox extends MultiMethodTest { /** * Just calls the method to make visible third item.

                      - * Has OK status if no runtime exceptions occured.

                      + * Has OK status if no runtime exceptions occurred.

                      * The following method tests are to be completed successfully before : *

                        *
                      • addItems
                      • diff --git a/qadevOOo/tests/java/ifc/awt/_XNumericField.java b/qadevOOo/tests/java/ifc/awt/_XNumericField.java index 3b86d1a9a..0beec4e98 100644 --- a/qadevOOo/tests/java/ifc/awt/_XNumericField.java +++ b/qadevOOo/tests/java/ifc/awt/_XNumericField.java @@ -86,7 +86,7 @@ public class _XNumericField extends MultiMethodTest { /** * Just calls the method and stores value returned.

                        - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getValue() { val = oObj.getValue() ; @@ -112,7 +112,7 @@ public class _XNumericField extends MultiMethodTest { /** * Just calls the method and stores value returned.

                        - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getMin() { @@ -142,7 +142,7 @@ public class _XNumericField extends MultiMethodTest { /** * Just calls the method and stores value returned.

                        - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getMax() { @@ -173,7 +173,7 @@ public class _XNumericField extends MultiMethodTest { /** * Just calls the method and stores value returned.

                        - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getFirst() { @@ -205,7 +205,7 @@ public class _XNumericField extends MultiMethodTest { /** * Just calls the method and stores value returned.

                        - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getLast() { @@ -235,7 +235,7 @@ public class _XNumericField extends MultiMethodTest { /** * Just calls the method and stores value returned.

                        - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getSpinSize() { @@ -267,7 +267,7 @@ public class _XNumericField extends MultiMethodTest { /** * Just calls the method and stores value returned.

                        - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getDecimalDigits() { @@ -297,7 +297,7 @@ public class _XNumericField extends MultiMethodTest { /** * Just calls the method and stores value returned.

                        - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _isStrictFormat() { diff --git a/qadevOOo/tests/java/ifc/awt/_XPatternField.java b/qadevOOo/tests/java/ifc/awt/_XPatternField.java index acf6312ba..e75abc8a1 100644 --- a/qadevOOo/tests/java/ifc/awt/_XPatternField.java +++ b/qadevOOo/tests/java/ifc/awt/_XPatternField.java @@ -82,7 +82,7 @@ public class _XPatternField extends MultiMethodTest { /** * Gets masks and stores them.

                        - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getMasks() { @@ -131,7 +131,7 @@ public class _XPatternField extends MultiMethodTest { /** * Gets current string and stores it.

                        - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _getString() { @@ -162,7 +162,7 @@ public class _XPatternField extends MultiMethodTest { /** * Gets the current strict state and stores it.

                        - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _isStrictFormat() { diff --git a/qadevOOo/tests/java/ifc/awt/_XRadioButton.java b/qadevOOo/tests/java/ifc/awt/_XRadioButton.java index c901c0ceb..48068291b 100644 --- a/qadevOOo/tests/java/ifc/awt/_XRadioButton.java +++ b/qadevOOo/tests/java/ifc/awt/_XRadioButton.java @@ -102,7 +102,7 @@ public class _XRadioButton extends MultiMethodTest { /** * Gets state and stores it.

                        - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _getState() { @@ -137,7 +137,7 @@ public class _XRadioButton extends MultiMethodTest { /** * Just sets a new label.

                        - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _setLabel() { diff --git a/qadevOOo/tests/java/ifc/awt/_XSpinField.java b/qadevOOo/tests/java/ifc/awt/_XSpinField.java index e18bc8589..ca778b5cf 100644 --- a/qadevOOo/tests/java/ifc/awt/_XSpinField.java +++ b/qadevOOo/tests/java/ifc/awt/_XSpinField.java @@ -82,7 +82,7 @@ public class _XSpinField extends MultiMethodTest { /** * Just adds a listener.

                        - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _addSpinListener() { oObj.addSpinListener(listener) ; @@ -193,7 +193,7 @@ public class _XSpinField extends MultiMethodTest { /** * Enables then disables repeating.

                        - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _enableRepeat() { oObj.enableRepeat(true) ; diff --git a/qadevOOo/tests/java/ifc/awt/_XTimeField.java b/qadevOOo/tests/java/ifc/awt/_XTimeField.java index 59da87e5d..f0a3b5f3c 100644 --- a/qadevOOo/tests/java/ifc/awt/_XTimeField.java +++ b/qadevOOo/tests/java/ifc/awt/_XTimeField.java @@ -84,7 +84,7 @@ public class _XTimeField extends MultiMethodTest { /** * Gets the current value.

                        - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _getTime() { @@ -114,7 +114,7 @@ public class _XTimeField extends MultiMethodTest { /** * Gets the current value.

                        - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _getMin() { @@ -144,7 +144,7 @@ public class _XTimeField extends MultiMethodTest { /** * Gets the current value.

                        - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _getMax() { @@ -178,7 +178,7 @@ public class _XTimeField extends MultiMethodTest { /** * Gets the current value.

                        - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _getFirst() { @@ -214,7 +214,7 @@ public class _XTimeField extends MultiMethodTest { /** * Gets the current value.

                        - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _getLast() { @@ -228,7 +228,7 @@ public class _XTimeField extends MultiMethodTest { /** * Sets the value to empty.

                        - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * The following method tests are to be completed successfully before : *

                          *
                        • setTime : value must be not empty
                        • @@ -281,7 +281,7 @@ public class _XTimeField extends MultiMethodTest { /** * Gets strict state and stores it.

                          - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _isStrictFormat() { diff --git a/qadevOOo/tests/java/ifc/awt/_XToolkit.java b/qadevOOo/tests/java/ifc/awt/_XToolkit.java index c70d66594..684025b7e 100644 --- a/qadevOOo/tests/java/ifc/awt/_XToolkit.java +++ b/qadevOOo/tests/java/ifc/awt/_XToolkit.java @@ -93,7 +93,7 @@ public class _XToolkit extends MultiMethodTest { res = true; } } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("Exception occured while checking 'createWindow':"); + log.println("Exception occurred while checking 'createWindow':"); ex.printStackTrace(log); } tRes.tested("createWindow()", res); @@ -119,7 +119,7 @@ public class _XToolkit extends MultiMethodTest { res = true; } } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("Exception occured while checking 'createWindows':"); + log.println("Exception occurred while checking 'createWindows':"); ex.printStackTrace(log); } tRes.tested("createWindows()", res); diff --git a/qadevOOo/tests/java/ifc/awt/_XTopWindow.java b/qadevOOo/tests/java/ifc/awt/_XTopWindow.java index f3e2d7c53..8d22fe76f 100644 --- a/qadevOOo/tests/java/ifc/awt/_XTopWindow.java +++ b/qadevOOo/tests/java/ifc/awt/_XTopWindow.java @@ -165,7 +165,7 @@ public class _XTopWindow extends MultiMethodTest { /** * Creates a simple menu bar and adds to the window.

                          - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _setMenuBar() { XMenuBar menu = null ; diff --git a/qadevOOo/tests/java/ifc/awt/_XWindow.java b/qadevOOo/tests/java/ifc/awt/_XWindow.java index 80c3c7076..151712097 100644 --- a/qadevOOo/tests/java/ifc/awt/_XWindow.java +++ b/qadevOOo/tests/java/ifc/awt/_XWindow.java @@ -212,7 +212,7 @@ public class _XWindow extends MultiMethodTest { * chaged

                          * * Has OK status if methods of wListener were called when - * corresponding events occured.

                          + * corresponding events occurred.

                          * * The following method tests are to be executed before : *

                            @@ -356,7 +356,7 @@ public class _XWindow extends MultiMethodTest { * Test calls the method. Then we change focus and check that listener's * methods were called.

                            * Has OK status if methods of fListener were called when - * corresponding events occured.

                            + * corresponding events occurred.

                            * The following method tests are to be completed successfully before : *

                              *
                            • setFocus() : sets the focus to the window
                            • diff --git a/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java index 7ee65e44a..987f9173e 100644 --- a/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java +++ b/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java @@ -108,16 +108,16 @@ public class _XFastPropertySet extends MultiMethodTest { oObj.setFastPropertyValue(handle, sValue); sValue = oObj.getFastPropertyValue(handle); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to change property with handle = " + handle); + log.println("Exception occurred while trying to change property with handle = " + handle); e.printStackTrace(log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to change property with handle = " + handle); + log.println("Exception occurred while trying to change property with handle = " + handle); e.printStackTrace(log); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while trying to change property with handle = " + handle); + log.println("Exception occurred while trying to change property with handle = " + handle); e.printStackTrace(log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while trying to change property with handle = " + handle); + log.println("Exception occurred while trying to change property with handle = " + handle); e.printStackTrace(log); } @@ -147,12 +147,12 @@ public class _XFastPropertySet extends MultiMethodTest { oObj.getFastPropertyValue(handle); tRes.tested("getFastPropertyValue()",true); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to get property '" + log.println("Exception occurred while trying to get property '" + handle +"'"); e.printStackTrace(log); tRes.tested("getFastPropertyValue()",false); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to get property '" + log.println("Exception occurred while trying to get property '" + handle +"'"); e.printStackTrace(log); tRes.tested("getFastPropertyValue()",false); diff --git a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java index ab71b2432..c9769a3a6 100644 --- a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java +++ b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java @@ -198,15 +198,15 @@ public class _XMultiPropertySet extends MultiMethodTest { result &= propertiesChanged ; log.println(" ... done"); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+testPropsNames[i] + "' :" + e); e.printStackTrace(log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+testPropsNames[i] + "' :" + e); e.printStackTrace(log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+testPropsNames[i] + "' :" + e); e.printStackTrace(log); } // end of try-catch @@ -297,15 +297,15 @@ public class _XMultiPropertySet extends MultiMethodTest { } } } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while setting properties"); + log.println("Exception occurred while setting properties"); e.printStackTrace(log); bResult = false; } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while setting properties"); + log.println("Exception occurred while setting properties"); e.printStackTrace(log); bResult = false; } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while setting properties"); + log.println("Exception occurred while setting properties"); e.printStackTrace(log); bResult = false; } // end of try-catch diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XPropertySet.java index 3b06cce03..e55f69f28 100644 --- a/qadevOOo/tests/java/ifc/beans/_XPropertySet.java +++ b/qadevOOo/tests/java/ifc/beans/_XPropertySet.java @@ -179,19 +179,19 @@ public class _XPropertySet extends MultiMethodTest { oObj.setPropertyValue(propertyName, ValueChanger.changePValue(gValue)); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } // end of try-catch @@ -239,19 +239,19 @@ public class _XPropertySet extends MultiMethodTest { oObj.setPropertyValue(propertyName, ValueChanger.changePValue(gValue)); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } // end of try-catch @@ -303,19 +303,19 @@ public class _XPropertySet extends MultiMethodTest { oObj.setPropertyValue(propertyName, sValue); sValue = oObj.getPropertyValue(propertyName); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } // end of try-catch @@ -334,7 +334,7 @@ public class _XPropertySet extends MultiMethodTest { /** * Tests getPropertyValue method for the given property. - * Returns true if no exceptions occured + * Returns true if no exceptions occurred */ private boolean getSinglePropertyValue( String propertyName ) { @@ -343,11 +343,11 @@ public class _XPropertySet extends MultiMethodTest { oObj.getPropertyValue(propertyName); runOk = true; } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to get property '"+ + log.println("Exception occurred while trying to get property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to get property '"+ + log.println("Exception occurred while trying to get property '"+ propertyName+"'"); e.printStackTrace(log); } @@ -427,7 +427,7 @@ public class _XPropertySet extends MultiMethodTest { try { oObj.removePropertyChangeListener(propertyName,PClistener); } catch (Exception e) { - log.println("Exception occured while removing change listener from"+ + log.println("Exception occurred while removing change listener from"+ "property '"+ propertyName+"'"); e.printStackTrace(log); } @@ -444,19 +444,19 @@ public class _XPropertySet extends MultiMethodTest { oObj.setPropertyValue(propertyName, ValueChanger.changePValue(gValue)); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } // end of try-catch @@ -503,7 +503,7 @@ public class _XPropertySet extends MultiMethodTest { try { oObj.removeVetoableChangeListener(propertyName,VClistener); } catch (Exception e) { - log.println("Exception occured while removing veto listener from"+ + log.println("Exception occurred while removing veto listener from"+ "property '"+ propertyName+"'"); e.printStackTrace(log); } @@ -520,19 +520,19 @@ public class _XPropertySet extends MultiMethodTest { oObj.setPropertyValue(propertyName, ValueChanger.changePValue(gValue)); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ propertyName+"'"); e.printStackTrace(log); } // end of try-catch diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertyState.java b/qadevOOo/tests/java/ifc/beans/_XPropertyState.java index 677131176..25134b016 100644 --- a/qadevOOo/tests/java/ifc/beans/_XPropertyState.java +++ b/qadevOOo/tests/java/ifc/beans/_XPropertyState.java @@ -135,11 +135,11 @@ public class _XPropertyState extends MultiMethodTest { log.println("Default property value is : '" + propDef + "'"); } catch (com.sun.star.beans.UnknownPropertyException e) { log.println("Exception " + e + - "occured while getting Property default"); + "occurred while getting Property default"); result=false; } catch (com.sun.star.lang.WrappedTargetException e) { log.println("Exception " + e + - "occured while getting Property default"); + "occurred while getting Property default"); result=false; } tRes.tested("getPropertyDefault()", result); @@ -167,7 +167,7 @@ public class _XPropertyState extends MultiMethodTest { } } catch (com.sun.star.beans.UnknownPropertyException e) { log.println("Exception " + e + - "occured while getting Property state"); + "occurred while getting Property state"); result = false; } tRes.tested("getPropertyState()", result); @@ -202,7 +202,7 @@ public class _XPropertyState extends MultiMethodTest { } } catch (com.sun.star.beans.UnknownPropertyException e) { log.println("Exception " + e + - "occured while getting Property state"); + "occurred while getting Property state"); result = false; } @@ -255,11 +255,11 @@ public class _XPropertyState extends MultiMethodTest { } } catch (com.sun.star.beans.UnknownPropertyException e) { log.println("Exception " + e + - "occured while setting Property to default"); + "occurred while setting Property to default"); result=false; } catch (com.sun.star.lang.WrappedTargetException e) { log.println("Exception " + e + - "occured while testing property value"); + "occurred while testing property value"); result=false; } diff --git a/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java b/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java index 58643bc7e..634ffcbf2 100644 --- a/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java +++ b/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java @@ -68,7 +68,7 @@ public class _XBridgeFactory extends MultiMethodTest { } /** * Calls accept() method in a separate thread. - * Then stores exception thrown by call if it occured, or + * Then stores exception thrown by call if it occurred, or * return value. */ protected class AcceptorThread extends Thread { @@ -77,7 +77,7 @@ public class _XBridgeFactory extends MultiMethodTest { */ private XAcceptor acc = null ; /** - * If exception occured during method call it is + * If exception occurred during method call it is * stored in this field. */ public Exception ex = null ; diff --git a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java index 7f0ea801f..2623b74ab 100644 --- a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java +++ b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java @@ -57,12 +57,12 @@ public class _XAcceptor extends MultiMethodTest { /** * Calls accept() method in a separate thread. - * Then stores exception thrown by call if it occured, or + * Then stores exception thrown by call if it occurred, or * return value. */ protected class AcceptorThread extends Thread { /** - * If exception occured during method call it is + * If exception occurred during method call it is * stored in this field. */ public Exception ex = null ; @@ -183,7 +183,7 @@ public class _XAcceptor extends MultiMethodTest { acception.acceptedCall.getDescription()) ; } else { if (acception.ex != null) { - log.println("Exception occured in accept() thread :") ; + log.println("Exception occurred in accept() thread :") ; acception.ex.printStackTrace(log) ; } @@ -303,7 +303,7 @@ public class _XAcceptor extends MultiMethodTest { } else { if (acception.ex != null) { - log.println("Exception occured in accept() thread :") ; + log.println("Exception occurred in accept() thread :") ; acception.ex.printStackTrace(log) ; result = false ; } else { diff --git a/qadevOOo/tests/java/ifc/connection/_XConnector.java b/qadevOOo/tests/java/ifc/connection/_XConnector.java index d9788976d..6bb002455 100644 --- a/qadevOOo/tests/java/ifc/connection/_XConnector.java +++ b/qadevOOo/tests/java/ifc/connection/_XConnector.java @@ -53,7 +53,7 @@ public class _XConnector extends MultiMethodTest { /** * Calls accept() method in a separate thread. - * Then stores exception thrown by call if it occured, or + * Then stores exception thrown by call if it occurred, or * return value. */ protected class AcceptorThread extends Thread { @@ -62,7 +62,7 @@ public class _XConnector extends MultiMethodTest { */ private XAcceptor acc = null ; /** - * If exception occured during method call it is + * If exception occurred during method call it is * stored in this field. */ public Exception ex = null ; @@ -167,7 +167,7 @@ public class _XConnector extends MultiMethodTest { acceptorThread.acceptedCall.getDescription()) ; } else { if (acceptorThread.ex != null) { - log.println("Exception occured in accept() thread :") ; + log.println("Exception occurred in accept() thread :") ; acceptorThread.ex.printStackTrace(log) ; } diff --git a/qadevOOo/tests/java/ifc/container/_XChild.java b/qadevOOo/tests/java/ifc/container/_XChild.java index cda4a19ff..fdb416fd0 100644 --- a/qadevOOo/tests/java/ifc/container/_XChild.java +++ b/qadevOOo/tests/java/ifc/container/_XChild.java @@ -88,7 +88,7 @@ public class _XChild extends MultiMethodTest { tRes.tested("setParent()",true); } catch (com.sun.star.lang.NoSupportException ex) { - log.println("Exception occured during setParent()"); + log.println("Exception occurred during setParent()"); ex.printStackTrace(log); tRes.tested("setParent()",false); } diff --git a/qadevOOo/tests/java/ifc/container/_XContainer.java b/qadevOOo/tests/java/ifc/container/_XContainer.java index f4e016100..f069f6305 100644 --- a/qadevOOo/tests/java/ifc/container/_XContainer.java +++ b/qadevOOo/tests/java/ifc/container/_XContainer.java @@ -241,19 +241,19 @@ public class _XContainer extends MultiMethodTest { } NC.removeByName("XContainer_dummy"); } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("Exception occured "); + log.println("Exception occurred "); ex.printStackTrace(log); bResult = false; } catch (com.sun.star.lang.WrappedTargetException ex) { - log.println("Exception occured "); + log.println("Exception occurred "); ex.printStackTrace(log); bResult = false; } catch (com.sun.star.container.NoSuchElementException ex) { - log.println("Exception occured "); + log.println("Exception occurred "); ex.printStackTrace(log); bResult = false; } catch (com.sun.star.container.ElementExistException ex) { - log.println("Exception occured "); + log.println("Exception occurred "); ex.printStackTrace(log); bResult = false; } diff --git a/qadevOOo/tests/java/ifc/container/_XContainerQuery.java b/qadevOOo/tests/java/ifc/container/_XContainerQuery.java index 03e079156..556da4d08 100644 --- a/qadevOOo/tests/java/ifc/container/_XContainerQuery.java +++ b/qadevOOo/tests/java/ifc/container/_XContainerQuery.java @@ -113,11 +113,11 @@ public class _XContainerQuery extends MultiMethodTest { Object element = subSet.nextElement(); } catch (com.sun.star.container.NoSuchElementException e){ - log.println("Exception occured "); + log.println("Exception occurred "); e.printStackTrace(log); bResult = false; } catch (com.sun.star.lang.WrappedTargetException e){ - log.println("Exception occured "); + log.println("Exception occurred "); e.printStackTrace(log); bResult = false; } @@ -147,11 +147,11 @@ public class _XContainerQuery extends MultiMethodTest { Object element = subSet.nextElement(); } catch (com.sun.star.container.NoSuchElementException e){ - log.println("Exception occured "); + log.println("Exception occurred "); e.printStackTrace(log); bResult = false; } catch (com.sun.star.lang.WrappedTargetException e){ - log.println("Exception occured "); + log.println("Exception occurred "); e.printStackTrace(log); bResult = false; } diff --git a/qadevOOo/tests/java/ifc/container/_XContentEnumerationAccess.java b/qadevOOo/tests/java/ifc/container/_XContentEnumerationAccess.java index 550fc20e7..9d734758b 100644 --- a/qadevOOo/tests/java/ifc/container/_XContentEnumerationAccess.java +++ b/qadevOOo/tests/java/ifc/container/_XContentEnumerationAccess.java @@ -56,7 +56,7 @@ public class _XContentEnumerationAccess extends MultiMethodTest{ serviceNames = oObj.getAvailableServiceNames(); bResult = serviceNames != null ; } catch (Exception e) { - log.println("Exception occured. " + e); + log.println("Exception occurred. " + e); bResult = false; } tRes.tested("getAvailableServiceNames()", bResult); diff --git a/qadevOOo/tests/java/ifc/container/_XEnumeration.java b/qadevOOo/tests/java/ifc/container/_XEnumeration.java index 6b2595656..0a6370d6b 100644 --- a/qadevOOo/tests/java/ifc/container/_XEnumeration.java +++ b/qadevOOo/tests/java/ifc/container/_XEnumeration.java @@ -60,7 +60,7 @@ public class _XEnumeration extends MultiMethodTest { * Retrieves relation and sets oObj to a separate enumeration * created. Retrieves all elements from enumeration.

                              * Has OK status if all elements successfully retrieved - * and exceptions occured. + * and exceptions occurred. */ public void _hasMoreElements() { boolean result = true; diff --git a/qadevOOo/tests/java/ifc/datatransfer/_XMimeContentTypeFactory.java b/qadevOOo/tests/java/ifc/datatransfer/_XMimeContentTypeFactory.java index 0aca5f06e..fdb135bb4 100644 --- a/qadevOOo/tests/java/ifc/datatransfer/_XMimeContentTypeFactory.java +++ b/qadevOOo/tests/java/ifc/datatransfer/_XMimeContentTypeFactory.java @@ -74,7 +74,7 @@ public class _XMimeContentTypeFactory extends MultiMethodTest { result = false ; } } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured : " ) ; + log.println("Exception occurred : " ) ; e.printStackTrace(log) ; result = false ; } diff --git a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardEx.java b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardEx.java index 73baebba7..8c822450f 100644 --- a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardEx.java +++ b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardEx.java @@ -46,7 +46,7 @@ public class _XClipboardEx extends MultiMethodTest { /** * Just calls the method.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getRenderingCapabilities() { byte caps = oObj.getRenderingCapabilities(); diff --git a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XFlushableClipboard.java b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XFlushableClipboard.java index 1c0f5b34d..080fc226e 100644 --- a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XFlushableClipboard.java +++ b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XFlushableClipboard.java @@ -46,7 +46,7 @@ public class _XFlushableClipboard extends MultiMethodTest { /** * Just calls the method.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _flushClipboard() { oObj.flushClipboard(); diff --git a/qadevOOo/tests/java/ifc/document/_LinkTarget.java b/qadevOOo/tests/java/ifc/document/_LinkTarget.java index d588c1421..1f3b02e67 100644 --- a/qadevOOo/tests/java/ifc/document/_LinkTarget.java +++ b/qadevOOo/tests/java/ifc/document/_LinkTarget.java @@ -63,7 +63,7 @@ public class _LinkTarget extends MultiPropertyTest { tRes.tested("LinkDisplayName",LDN!=null); } catch (Exception ex) { - log.println("Exception occured during LinkDisplayName"); + log.println("Exception occurred during LinkDisplayName"); ex.printStackTrace(log); tRes.tested("LinkDisplayName",false); } diff --git a/qadevOOo/tests/java/ifc/document/_XActionLockable.java b/qadevOOo/tests/java/ifc/document/_XActionLockable.java index 5cfcb5aab..5ff910148 100644 --- a/qadevOOo/tests/java/ifc/document/_XActionLockable.java +++ b/qadevOOo/tests/java/ifc/document/_XActionLockable.java @@ -50,7 +50,7 @@ public class _XActionLockable extends MultiMethodTest { /** * Method addActionLock called first and then * checked value returned by isActionLocked().

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * and returned value is true. */ public void _isActionLocked() { @@ -62,7 +62,7 @@ public class _XActionLockable extends MultiMethodTest { /** * Just calls the method.

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _addActionLock() { requiredMethod("resetActionLocks()"); @@ -72,7 +72,7 @@ public class _XActionLockable extends MultiMethodTest { /** * Calls the method and check value returned by isActionLocked().

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * and returned value is false. */ public void _removeActionLock() { @@ -84,7 +84,7 @@ public class _XActionLockable extends MultiMethodTest { /** * Calls the method with specific value.

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _setActionLocks() { oObj.setActionLocks( nLock ); diff --git a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java index 98a39a7a2..0f250470b 100644 --- a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java +++ b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java @@ -159,12 +159,12 @@ public class _XDocumentInsertable extends MultiMethodTest { } } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("Exception occured while testing "+ + log.println("Exception occurred while testing "+ "insertDocumentFromURL()"); ex.printStackTrace(log); result = false ; } catch (com.sun.star.io.IOException ex) { - log.println("Exception occured while testing "+ + log.println("Exception occurred while testing "+ "insertDocumentFromURL()"); ex.printStackTrace(log); result = false ; diff --git a/qadevOOo/tests/java/ifc/document/_XExporter.java b/qadevOOo/tests/java/ifc/document/_XExporter.java index c8ea0ad98..c147f70fc 100644 --- a/qadevOOo/tests/java/ifc/document/_XExporter.java +++ b/qadevOOo/tests/java/ifc/document/_XExporter.java @@ -67,7 +67,7 @@ public class _XExporter extends MultiMethodTest { /** * Just calls the method.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. * Usually this interface is supported both with XFilter * where source document setting is checked. */ diff --git a/qadevOOo/tests/java/ifc/document/_XFilter.java b/qadevOOo/tests/java/ifc/document/_XFilter.java index 49f7f8b30..1a6a9ad7a 100644 --- a/qadevOOo/tests/java/ifc/document/_XFilter.java +++ b/qadevOOo/tests/java/ifc/document/_XFilter.java @@ -110,7 +110,7 @@ public class _XFilter extends MultiMethodTest { /** * Just calls the method.

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _filter() { if (dummy) { @@ -131,7 +131,7 @@ public class _XFilter extends MultiMethodTest { /** * Just calls the method.

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _cancel() { if (dummy) { diff --git a/qadevOOo/tests/java/ifc/document/_XImporter.java b/qadevOOo/tests/java/ifc/document/_XImporter.java index caae1c60b..7b00adf1e 100644 --- a/qadevOOo/tests/java/ifc/document/_XImporter.java +++ b/qadevOOo/tests/java/ifc/document/_XImporter.java @@ -52,7 +52,7 @@ public class _XImporter extends MultiMethodTest { /** * Retrieves relation and sets target document.

                              - * Has OK status if no runtime exceptions occured, + * Has OK status if no runtime exceptions occurred, * really this method tested when the whole import result * checked. */ diff --git a/qadevOOo/tests/java/ifc/document/_XStandaloneDocumentInfo.java b/qadevOOo/tests/java/ifc/document/_XStandaloneDocumentInfo.java index b01063c9c..e2efdca93 100644 --- a/qadevOOo/tests/java/ifc/document/_XStandaloneDocumentInfo.java +++ b/qadevOOo/tests/java/ifc/document/_XStandaloneDocumentInfo.java @@ -64,7 +64,7 @@ public class _XStandaloneDocumentInfo extends MultiMethodTest { String newProp = null; /** * Sets new value of the property 'Author' and calls the method.

                              - * Has OK status if no exception occured. + * Has OK status if no exception occurred. */ public void _storeIntoURL() { try { @@ -99,7 +99,7 @@ public class _XStandaloneDocumentInfo extends MultiMethodTest { /** * Calls the method and checks value of the property 'Author'.

                              - * Has OK status if no exception occured and value of the property + * Has OK status if no exception occurred and value of the property * 'Author' is equal to value that was set in the method * storeIntoURL. */ diff --git a/qadevOOo/tests/java/ifc/drawing/_GenericDrawPage.java b/qadevOOo/tests/java/ifc/drawing/_GenericDrawPage.java index 8b39c26f9..c64782713 100644 --- a/qadevOOo/tests/java/ifc/drawing/_GenericDrawPage.java +++ b/qadevOOo/tests/java/ifc/drawing/_GenericDrawPage.java @@ -61,10 +61,10 @@ public class _GenericDrawPage extends MultiPropertyTest { res=true; } } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("an UnknownPropertyException occured"); + log.println("an UnknownPropertyException occurred"); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("an WrappedTargetException occured"); + log.println("an WrappedTargetException occurred"); } tRes.tested("Number",res); @@ -83,10 +83,10 @@ public class _GenericDrawPage extends MultiPropertyTest { res=true; } } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("an UnknownPropertyException occured"); + log.println("an UnknownPropertyException occurred"); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("an WrappedTargetException occured"); + log.println("an WrappedTargetException occurred"); } tRes.tested("UserDefinedAttributes",res); diff --git a/qadevOOo/tests/java/ifc/drawing/_LineShapeDescriptor.java b/qadevOOo/tests/java/ifc/drawing/_LineShapeDescriptor.java index 4449d96c8..dd499025d 100644 --- a/qadevOOo/tests/java/ifc/drawing/_LineShapeDescriptor.java +++ b/qadevOOo/tests/java/ifc/drawing/_LineShapeDescriptor.java @@ -118,7 +118,7 @@ public class _LineShapeDescriptor extends MultiMethodTest { tRes.tested(name, true); } } catch (Exception e) { - log.println("Exception occured while testing property '" + + log.println("Exception occurred while testing property '" + name + "'"); e.printStackTrace(log); tRes.tested(name, false); diff --git a/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java b/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java index 9c431b08e..4285dd4a0 100644 --- a/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java +++ b/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java @@ -112,14 +112,14 @@ public class _ShapeDescriptor extends MultiMethodTest { "' is optional and not supported"); tRes.tested(name,true); } else { - log.println("Exception occured while testing property '" + + log.println("Exception occurred while testing property '" + name + "'"); ex.printStackTrace(log); tRes.tested(name, false); } } catch (Exception e) { - log.println("Exception occured while testing property '" + + log.println("Exception occurred while testing property '" + name + "'"); e.printStackTrace(log); tRes.tested(name, false); diff --git a/qadevOOo/tests/java/ifc/drawing/_Text.java b/qadevOOo/tests/java/ifc/drawing/_Text.java index 8e0cf1891..c5cb834e3 100644 --- a/qadevOOo/tests/java/ifc/drawing/_Text.java +++ b/qadevOOo/tests/java/ifc/drawing/_Text.java @@ -57,7 +57,7 @@ public class _Text extends MultiPropertyTest { oObj.getPropertyValue( "NumberingRules" ); bResult = true; } catch( Exception e ) { - log.println("Error occured while trying to get property"+ + log.println("Error occurred while trying to get property"+ " 'NumberingRules'"); e.printStackTrace( log ); bResult = false; diff --git a/qadevOOo/tests/java/ifc/drawing/_XDrawPageDuplicator.java b/qadevOOo/tests/java/ifc/drawing/_XDrawPageDuplicator.java index 204f2c639..a708745e6 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XDrawPageDuplicator.java +++ b/qadevOOo/tests/java/ifc/drawing/_XDrawPageDuplicator.java @@ -73,11 +73,11 @@ public class _XDrawPageDuplicator extends MultiMethodTest { DP = (XDrawPage) AnyConverter.toObject( new Type(XDrawPage.class),DPs.getByIndex(0)); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while testing: " + e); + log.println("Exception occurred while testing: " + e); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - log.println("Exception occured while testing: " + e); + log.println("Exception occurred while testing: " + e); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while testing: " + e); + log.println("Exception occurred while testing: " + e); } if (DP != null) { diff --git a/qadevOOo/tests/java/ifc/drawing/_XDrawView.java b/qadevOOo/tests/java/ifc/drawing/_XDrawView.java index cd0018d79..c7a14f30a 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XDrawView.java +++ b/qadevOOo/tests/java/ifc/drawing/_XDrawView.java @@ -95,15 +95,15 @@ public class _XDrawView extends MultiMethodTest { oObj.setCurrentPage(the_page); tRes.tested("setCurrentPage()",eq); } catch (com.sun.star.lang.WrappedTargetException ex) { - log.println("Exception occured while checking 'setCurrentPage()'"); + log.println("Exception occurred while checking 'setCurrentPage()'"); ex.printStackTrace(log); tRes.tested("setCurrentPage()",false); } catch (com.sun.star.lang.IndexOutOfBoundsException ex) { - log.println("Exception occured while checking 'setCurrentPage()'"); + log.println("Exception occurred while checking 'setCurrentPage()'"); ex.printStackTrace(log); tRes.tested("setCurrentPage()",false); } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("Exception occured while checking 'setCurrentPage()'"); + log.println("Exception occurred while checking 'setCurrentPage()'"); ex.printStackTrace(log); tRes.tested("setCurrentPage()",false); } diff --git a/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java b/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java index 7578975a3..cbfe925e9 100644 --- a/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java +++ b/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java @@ -106,7 +106,7 @@ public class _DataAwareControlModel extends MultiPropertyTest { * 'Address'.

                              * Has OK status if the proeprty was properly set * and no exceptions were thrown. If old and new values are equal - * the test is OK if no exceptions occured and the value remains + * the test is OK if no exceptions occurred and the value remains * the same.

                              */ public void _DataField() { diff --git a/qadevOOo/tests/java/ifc/form/_XFormController.java b/qadevOOo/tests/java/ifc/form/_XFormController.java index 5f9ebd8b1..b2fbd9fdf 100644 --- a/qadevOOo/tests/java/ifc/form/_XFormController.java +++ b/qadevOOo/tests/java/ifc/form/_XFormController.java @@ -60,7 +60,7 @@ public class _XFormController extends MultiMethodTest { XWindow otherWind = null; /** - * Listener which determines and stores events occured. + * Listener which determines and stores events occurred. */ protected class MyListener implements XFormControllerListener { public boolean activated = false ; diff --git a/qadevOOo/tests/java/ifc/form/_XGrid.java b/qadevOOo/tests/java/ifc/form/_XGrid.java index 8de0741dc..8308b64a0 100644 --- a/qadevOOo/tests/java/ifc/form/_XGrid.java +++ b/qadevOOo/tests/java/ifc/form/_XGrid.java @@ -67,7 +67,7 @@ public class _XGrid extends MultiMethodTest { /** * The method called. Then CurrentColumnPosition is obtained, changed * and saved. - * Has OK status if no exceptions was occured. + * Has OK status if no exceptions was occurred. */ public void _setCurrentColumnPosition() { log.println("Testing setCurrentColumnPosition()..."); diff --git a/qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java b/qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java index 707fac8ca..93f80353d 100644 --- a/qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java +++ b/qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java @@ -70,7 +70,7 @@ public class _XGridColumnFactory extends MultiMethodTest { tRes.tested("createColumn()",column!=null); } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("Exception occured while creating Column"); + log.println("Exception occurred while creating Column"); tRes.tested("createColumn()",false); } } diff --git a/qadevOOo/tests/java/ifc/form/_XGridFieldDataSupplier.java b/qadevOOo/tests/java/ifc/form/_XGridFieldDataSupplier.java index 269d3c91d..a1d315041 100644 --- a/qadevOOo/tests/java/ifc/form/_XGridFieldDataSupplier.java +++ b/qadevOOo/tests/java/ifc/form/_XGridFieldDataSupplier.java @@ -47,7 +47,7 @@ public class _XGridFieldDataSupplier extends MultiMethodTest { /** * Calls the method and checks returned value.

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * and returned value is not null. */ public void _queryFieldDataType() { @@ -57,7 +57,7 @@ public class _XGridFieldDataSupplier extends MultiMethodTest { /** * Calls the method and checks returned value.

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * and returned value is not null. */ public void _queryFieldData() { diff --git a/qadevOOo/tests/java/ifc/form/_XLoadable.java b/qadevOOo/tests/java/ifc/form/_XLoadable.java index d04bf79e4..5679ae224 100644 --- a/qadevOOo/tests/java/ifc/form/_XLoadable.java +++ b/qadevOOo/tests/java/ifc/form/_XLoadable.java @@ -208,7 +208,7 @@ public class _XLoadable extends MultiMethodTest { /** * Adds a listener. If its methods are called or not is checked * in other object methods.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _addLoadListener() { diff --git a/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java b/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java index 67c782037..c529ccc86 100644 --- a/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java +++ b/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java @@ -219,7 +219,7 @@ public class _XUpdateBroadcaster extends MultiMethodTest { ! listener.updateCalled ; } catch (com.sun.star.uno.Exception e) { - log.println("Exception occured during removeUpdateListener()"); + log.println("Exception occurred during removeUpdateListener()"); e.printStackTrace(log); bResult = false; } diff --git a/qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java b/qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java index bc3fe69df..4906e9a95 100644 --- a/qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java +++ b/qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java @@ -146,17 +146,17 @@ public class _XValidatableFormComponent extends MultiMethodTest } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while setting properties"); + log.println("Exception occurred while setting properties"); e.printStackTrace(log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while setting properties"); + log.println("Exception occurred while setting properties"); e.printStackTrace(log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while setting properties"); + log.println("Exception occurred while setting properties"); e.printStackTrace(log); } // end of try-catch diff --git a/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java b/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java index 0149b8682..5c7f650f4 100644 --- a/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java +++ b/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java @@ -139,12 +139,12 @@ public class _XComponentLoader extends MultiMethodTest { } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while loading"); + log.println("Exception occurred while loading"); e.printStackTrace(log); result=false; } catch (com.sun.star.io.IOException e) { - log.println("Exception occured while loading"); + log.println("Exception occurred while loading"); e.printStackTrace(log); result=false; } diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatch.java b/qadevOOo/tests/java/ifc/frame/_XDispatch.java index 3f760dded..f605f8966 100644 --- a/qadevOOo/tests/java/ifc/frame/_XDispatch.java +++ b/qadevOOo/tests/java/ifc/frame/_XDispatch.java @@ -201,7 +201,7 @@ public class _XDispatch extends MultiMethodTest { /** * Adds two listeners.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _addStatusListener() { diff --git a/qadevOOo/tests/java/ifc/frame/_XDocumentTemplates.java b/qadevOOo/tests/java/ifc/frame/_XDocumentTemplates.java index 7aee5f6eb..31fe93e46 100644 --- a/qadevOOo/tests/java/ifc/frame/_XDocumentTemplates.java +++ b/qadevOOo/tests/java/ifc/frame/_XDocumentTemplates.java @@ -207,7 +207,7 @@ public class _XDocumentTemplates extends MultiMethodTest { statRes.next(); } } catch (com.sun.star.sdbc.SQLException e) { - log.println("Exception occured:" + e); + log.println("Exception occurred:" + e); } return ret; @@ -218,7 +218,7 @@ public class _XDocumentTemplates extends MultiMethodTest { try { statResSet = getDynaResultSet(content).getStaticResultSet(); } catch(com.sun.star.ucb.ListenerAlreadySetException e) { - log.println("Exception occured:" + e); + log.println("Exception occurred:" + e); } return statResSet; } @@ -267,7 +267,7 @@ public class _XDocumentTemplates extends MultiMethodTest { statRes.next(); } } catch(com.sun.star.sdbc.SQLException e) { - log.println("Exception occured:" + e); + log.println("Exception occurred:" + e); } return subContent; diff --git a/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java b/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java index ffb34939a..cbaac407a 100644 --- a/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java +++ b/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java @@ -88,11 +88,11 @@ public class _XFramesSupplier extends MultiMethodTest { log.println("Can't convert any"); } } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while calling getByIndex() method :") ; + log.println("Exception occurred while calling getByIndex() method :") ; e.printStackTrace(log) ; return; } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - log.println("Exception occured while calling getByIndex() method :") ; + log.println("Exception occurred while calling getByIndex() method :") ; e.printStackTrace(log) ; return; } @@ -136,11 +136,11 @@ public class _XFramesSupplier extends MultiMethodTest { result = false ; } } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while calling getByIndex() method :") ; + log.println("Exception occurred while calling getByIndex() method :") ; e.printStackTrace(log) ; return; } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - log.println("Exception occured while calling getByIndex() method :") ; + log.println("Exception occurred while calling getByIndex() method :") ; e.printStackTrace(log) ; return; } @@ -181,11 +181,11 @@ public class _XFramesSupplier extends MultiMethodTest { log.println("Can't convert any"); } } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while calling getByIndex() method :") ; + log.println("Exception occurred while calling getByIndex() method :") ; e.printStackTrace(log) ; return; } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - log.println("Exception occured while calling getByIndex() method :") ; + log.println("Exception occurred while calling getByIndex() method :") ; e.printStackTrace(log) ; return; } diff --git a/qadevOOo/tests/java/ifc/frame/_XModel.java b/qadevOOo/tests/java/ifc/frame/_XModel.java index 4cc92fbe5..6f906b80c 100644 --- a/qadevOOo/tests/java/ifc/frame/_XModel.java +++ b/qadevOOo/tests/java/ifc/frame/_XModel.java @@ -156,7 +156,7 @@ public class _XModel extends MultiMethodTest { try { selsupp.select(toSelect); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while select:"); + log.println("Exception occurred while select:"); e.printStackTrace(log); return; diff --git a/qadevOOo/tests/java/ifc/frame/_XStorable.java b/qadevOOo/tests/java/ifc/frame/_XStorable.java index 416065db5..55d3f7b1a 100644 --- a/qadevOOo/tests/java/ifc/frame/_XStorable.java +++ b/qadevOOo/tests/java/ifc/frame/_XStorable.java @@ -190,7 +190,7 @@ public class _XStorable extends MultiMethodTest { * Has OK status if: *

                                *
                              1. component was stored, object is not readonly and has location
                              2. - *
                              3. exception occured because of component is readonly + *
                              4. exception occurred because of component is readonly * and wasn't stored
                              5. *
                              */ diff --git a/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java b/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java index 714246a1d..270b4c6c5 100644 --- a/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java +++ b/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java @@ -94,7 +94,7 @@ public class _XObjectInspector extends MultiMethodTest { /** * Inspects a new collection of one or more objects given by object realtion * XObjectInspector.toInspect
                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _inspect() { diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java index 905558b55..376150b62 100644 --- a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java +++ b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java @@ -216,7 +216,7 @@ public class _XActiveDataControl extends MultiMethodTest { throw new StatusException(Status.failed(e.getMessage())); } - // check, if any error occured + // check, if any error occurred if (errorCalled) { Status.failed("Unexpected error"); log.println("Unexpected error " + error); diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java b/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java index c415d0c02..0f1c25e68 100644 --- a/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java +++ b/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java @@ -70,7 +70,7 @@ public class _XActiveDataSink extends MultiMethodTest { /** * Just sets new input stream.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _setInputStream() { oObj.setInputStream(iStream) ; diff --git a/qadevOOo/tests/java/ifc/io/_XPersistObject.java b/qadevOOo/tests/java/ifc/io/_XPersistObject.java index 4d236b89e..6f8b63545 100644 --- a/qadevOOo/tests/java/ifc/io/_XPersistObject.java +++ b/qadevOOo/tests/java/ifc/io/_XPersistObject.java @@ -177,7 +177,7 @@ public class _XPersistObject extends MultiMethodTest { } } catch (com.sun.star.uno.Exception e) { - log.println("Exception occured : "); + log.println("Exception occurred : "); e.printStackTrace(log) ; bResult = false; } @@ -196,7 +196,7 @@ public class _XPersistObject extends MultiMethodTest { initPipe(); oObj.write(oStream); } catch (com.sun.star.io.IOException e) { - log.println("Exception occured while test. " + e); + log.println("Exception occurred while test. " + e); bResult = false; } tRes.tested("write()", bResult); diff --git a/qadevOOo/tests/java/ifc/lang/_XInitialization.java b/qadevOOo/tests/java/ifc/lang/_XInitialization.java index bf7d3fb3f..e820d1070 100644 --- a/qadevOOo/tests/java/ifc/lang/_XInitialization.java +++ b/qadevOOo/tests/java/ifc/lang/_XInitialization.java @@ -77,20 +77,20 @@ public class _XInitialization extends MultiMethodTest { result = false; xInit.initialize(ExArgs); } catch (com.sun.star.uno.Exception e) { - log.println("Expected Exception 'com.sun.star.uno.Exception' occured -> OK") ; + log.println("Expected Exception 'com.sun.star.uno.Exception' occurred -> OK") ; result = true ; } catch (com.sun.star.uno.RuntimeException e) { - log.println("Expected Exception 'com.sun.star.uno.RuntimeException' occured -> OK") ; + log.println("Expected Exception 'com.sun.star.uno.RuntimeException' occurred -> OK") ; result = true ; } catch (Exception e) { - log.println("Un-Expected Exception occured -> FALSE") ; + log.println("Un-Expected Exception occurred -> FALSE") ; log.println(e.toString()); e.printStackTrace(); } } } catch (com.sun.star.uno.Exception e) { - log.println("Exception occured while method calling.") ; + log.println("Exception occurred while method calling.") ; log.println(e) ; result = false ; } diff --git a/qadevOOo/tests/java/ifc/lang/_XMain.java b/qadevOOo/tests/java/ifc/lang/_XMain.java index ab3954ec3..393f56eba 100644 --- a/qadevOOo/tests/java/ifc/lang/_XMain.java +++ b/qadevOOo/tests/java/ifc/lang/_XMain.java @@ -55,7 +55,7 @@ public class _XMain extends MultiMethodTest{ /** * Just calls the method.

                              * - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _run() { String[] args = (String[])tEnv.getObjRelation("ARGS"); diff --git a/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java b/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java index 5c2bb53c8..8ec347476 100644 --- a/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java +++ b/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java @@ -58,7 +58,7 @@ public class _XMultiComponentFactory extends MultiMethodTest { /** * Calls the method with one of the available service names * obtained by method getAvailableServiceNames.

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * and returned value is not null. */ public void _createInstanceWithContext() { @@ -81,7 +81,7 @@ public class _XMultiComponentFactory extends MultiMethodTest { /** * Calls the method with one of the available service names * obtained by method getAvailableServiceNames.

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * and returned value is not null. */ public void _createInstanceWithArgumentsAndContext() { @@ -103,7 +103,7 @@ public class _XMultiComponentFactory extends MultiMethodTest { /** * Just calls the method.

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * and returned value is not null. */ public void _getAvailableServiceNames() { diff --git a/qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java b/qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java index 5eafe0a7f..0e83c25c4 100644 --- a/qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java +++ b/qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java @@ -133,7 +133,7 @@ public class _XMultiServiceFactory extends MultiMethodTest { Object Inst = oObj.createInstance(services[k]); res = (Inst != null); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured during createInstance()"); + log.println("Exception occurred during createInstance()"); ex.printStackTrace(log); res = false; } @@ -185,7 +185,7 @@ public class _XMultiServiceFactory extends MultiMethodTest { res &= (Inst != null); } catch (com.sun.star.uno.Exception ex) { log.println( - "Exception occured during createInstanceWithArguments()"); + "Exception occurred during createInstanceWithArguments()"); ex.printStackTrace(log); res = false; } diff --git a/qadevOOo/tests/java/ifc/lang/_XServiceInfo.java b/qadevOOo/tests/java/ifc/lang/_XServiceInfo.java index 0eed0e8c6..0b81622f8 100644 --- a/qadevOOo/tests/java/ifc/lang/_XServiceInfo.java +++ b/qadevOOo/tests/java/ifc/lang/_XServiceInfo.java @@ -48,7 +48,7 @@ public class _XServiceInfo extends MultiMethodTest { /** * Just calls the method.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getImplementationName() { boolean result = true; @@ -64,7 +64,7 @@ public class _XServiceInfo extends MultiMethodTest { /** * Just calls the method.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getSupportedServiceNames() { boolean result = true; diff --git a/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java b/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java index 1bba7b25c..b616f6edb 100644 --- a/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java +++ b/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java @@ -112,7 +112,7 @@ public class _XSingleServiceFactory extends MultiMethodTest { tRes.tested("createInstance()", (negative && Inst == null) || (!negative && bOK)); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured during createInstance()"); + log.println("Exception occurred during createInstance()"); if (negative) { ex.printStackTrace(log); } @@ -157,7 +157,7 @@ public class _XSingleServiceFactory extends MultiMethodTest { tRes.tested("createInstanceWithArguments()", bOK); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured during createInstanceWithArguments()"); + log.println("Exception occurred during createInstanceWithArguments()"); ex.printStackTrace(log); tRes.tested("createInstanceWithArguments()",false); } diff --git a/qadevOOo/tests/java/ifc/lang/_XTypeProvider.java b/qadevOOo/tests/java/ifc/lang/_XTypeProvider.java index 940f1fb90..3703b5bfd 100644 --- a/qadevOOo/tests/java/ifc/lang/_XTypeProvider.java +++ b/qadevOOo/tests/java/ifc/lang/_XTypeProvider.java @@ -49,7 +49,7 @@ public class _XTypeProvider extends MultiMethodTest { /** * Just calls the method.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getImplementationId() { boolean result = true; diff --git a/qadevOOo/tests/java/ifc/sdb/_XCompletedConnection.java b/qadevOOo/tests/java/ifc/sdb/_XCompletedConnection.java index 6d36198bf..000b8fc3e 100644 --- a/qadevOOo/tests/java/ifc/sdb/_XCompletedConnection.java +++ b/qadevOOo/tests/java/ifc/sdb/_XCompletedConnection.java @@ -58,7 +58,7 @@ public class _XCompletedConnection extends MultiMethodTest { * Test call the method with handler passed as object relation. * Then value returned is checked.

                              * Has OK status if not null value returned. < > - * FAILED if exception occured, null value returned or object + * FAILED if exception occurred, null value returned or object * relation was not found. */ public void _connectWithCompletion() throws StatusException { diff --git a/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java b/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java index ab4c0d936..d11fa47ee 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java @@ -62,7 +62,7 @@ public class _XCloseable extends MultiMethodTest { oObj.close(); res = true; } catch (SQLException e) { - log.println("Unexpected SQL Exception occured:" + e) ; + log.println("Unexpected SQL Exception occurred:" + e) ; res = false; } @@ -72,10 +72,10 @@ public class _XCloseable extends MultiMethodTest { if (resSet != null) { try { resSet.first(); - log.println("Expected SQLException not occured !"); + log.println("Expected SQLException not occurred !"); res = false; } catch(SQLException e) { - log.println("Expected SQLException occured"); + log.println("Expected SQLException occurred"); res = true; } } diff --git a/qadevOOo/tests/java/ifc/sdbc/_XColumnLocate.java b/qadevOOo/tests/java/ifc/sdbc/_XColumnLocate.java index bb391c183..9ef1f0beb 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XColumnLocate.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XColumnLocate.java @@ -73,7 +73,7 @@ public class _XColumnLocate extends MultiMethodTest { int colIdx = oObj.findColumn(colName) ; result = colIdx == 1 ; } catch (SQLException e) { - log.println("Exception occured:"); + log.println("Exception occurred:"); e.printStackTrace(log); result = false; } diff --git a/qadevOOo/tests/java/ifc/sdbc/_XIsolatedConnection.java b/qadevOOo/tests/java/ifc/sdbc/_XIsolatedConnection.java index dd2500fdf..e410e2980 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XIsolatedConnection.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XIsolatedConnection.java @@ -59,7 +59,7 @@ public class _XIsolatedConnection extends MultiMethodTest { * Test call the method with handler passed as object relation. * Then value returned is checked.

                              * Has OK status if not null value returned. < > - * FAILED if exception occured, null value returned or object + * FAILED if exception occurred, null value returned or object * relation was not found. */ public void _getIsolatedConnectionWithCompletion() throws StatusException { @@ -86,7 +86,7 @@ public class _XIsolatedConnection extends MultiMethodTest { * Test call the method with handler passed as object relation. * Then value returned is checked.

                              * Has OK status if not null value returned. < > - * FAILED if exception occured, null value returned or object + * FAILED if exception occurred, null value returned or object * relation was not found. */ public void _getIsolatedConnection() throws StatusException { diff --git a/qadevOOo/tests/java/ifc/sdbc/_XParameters.java b/qadevOOo/tests/java/ifc/sdbc/_XParameters.java index a87562948..aaac5d126 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XParameters.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XParameters.java @@ -118,7 +118,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets String parameter (if exists) to SQL NULL value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setNull() { boolean result = true ; @@ -146,7 +146,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets String parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setString() { boolean result = true ; @@ -167,7 +167,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setBoolean() { boolean result = true ; @@ -188,7 +188,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setByte() { boolean result = true ; @@ -209,7 +209,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setShort() { boolean result = true ; @@ -230,7 +230,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setInt() { boolean result = true ; @@ -251,7 +251,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setLong() { boolean result = true ; @@ -272,7 +272,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setFloat() { boolean result = true ; @@ -293,7 +293,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setDouble() { boolean result = true ; @@ -314,7 +314,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setBytes() { boolean result = true ; @@ -335,7 +335,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setDate() { boolean result = true ; @@ -357,7 +357,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setTime() { boolean result = true ; @@ -379,7 +379,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setTimestamp() { boolean result = true ; @@ -401,7 +401,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setBinaryStream() { boolean result = true ; @@ -431,7 +431,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setCharacterStream() { boolean result = true ; @@ -461,7 +461,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setObject() { boolean result = true ; @@ -489,7 +489,7 @@ public class _XParameters extends MultiMethodTest { /** * Sets parameter (if exists) to new value.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setObjectWithInfo() { boolean result = true ; @@ -542,7 +542,7 @@ public class _XParameters extends MultiMethodTest { /** * Calls method.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _clearParameters() { boolean result = true ; diff --git a/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java b/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java index 0f62b6659..55894e8f8 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java @@ -106,7 +106,7 @@ public class _XResultSet extends MultiMethodTest { try { oObj.beforeFirst() ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; tRes.tested("beforeFirst()", false) ; return ; @@ -132,7 +132,7 @@ public class _XResultSet extends MultiMethodTest { try { result = oObj.isBeforeFirst() ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; result = false ; } @@ -147,7 +147,7 @@ public class _XResultSet extends MultiMethodTest { try { oObj.afterLast() ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; tRes.tested("afterLast()", false) ; return ; @@ -173,7 +173,7 @@ public class _XResultSet extends MultiMethodTest { try { result = oObj.isAfterLast() ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; result = false ; } @@ -188,7 +188,7 @@ public class _XResultSet extends MultiMethodTest { try { oObj.first() ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; tRes.tested("first()", false) ; return ; @@ -214,7 +214,7 @@ public class _XResultSet extends MultiMethodTest { try { result = oObj.isFirst() ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; result = false ; } @@ -229,7 +229,7 @@ public class _XResultSet extends MultiMethodTest { try { oObj.last() ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; tRes.tested("last()", false) ; return ; @@ -254,7 +254,7 @@ public class _XResultSet extends MultiMethodTest { try { result = oObj.isLast() ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; result = false ; } @@ -271,7 +271,7 @@ public class _XResultSet extends MultiMethodTest { try { oObj.absolute(1) ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; result = false ; } @@ -295,7 +295,7 @@ public class _XResultSet extends MultiMethodTest { try { result &= oObj.getRow() == 1; } catch (SQLException e) { - log.println("Exception occured:"); + log.println("Exception occurred:"); e.printStackTrace(log); result = false; } @@ -319,7 +319,7 @@ public class _XResultSet extends MultiMethodTest { log.println("Row was : " + prevRow + ", row is : " + oObj.getRow()); result &= prevRow + 1 == oObj.getRow() ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; result = false ; } @@ -342,7 +342,7 @@ public class _XResultSet extends MultiMethodTest { log.println("Row was : " + prevRow + ", row is : " + oObj.getRow()); result &= prevRow - 1 == oObj.getRow() ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; result = false ; } @@ -367,7 +367,7 @@ public class _XResultSet extends MultiMethodTest { result &= prevRow + 2 == oObj.getRow() ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; result = false ; } @@ -395,7 +395,7 @@ public class _XResultSet extends MultiMethodTest { oObj.refreshRow() ; tRes.tested("refreshRow()", true) ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; tRes.tested("refreshRow()", false) ; } @@ -414,7 +414,7 @@ public class _XResultSet extends MultiMethodTest { log.println("Value after refresh: " + valAfterRefresh); tRes.tested("refreshRow()", valAfterRefresh.equals(oldValue)); } catch(SQLException e) { - log.println("Exception occured :"); + log.println("Exception occurred :"); e.printStackTrace(log); tRes.tested("refreshRow()", false); } @@ -431,7 +431,7 @@ public class _XResultSet extends MultiMethodTest { boolean res = oObj.rowUpdated() ; tRes.tested("rowUpdated()", true) ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; tRes.tested("rowUpdated()", false) ; } @@ -446,7 +446,7 @@ public class _XResultSet extends MultiMethodTest { boolean res = oObj.rowInserted() ; tRes.tested("rowInserted()", true) ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; tRes.tested("rowInserted()", false) ; } @@ -461,7 +461,7 @@ public class _XResultSet extends MultiMethodTest { boolean res = oObj.rowDeleted() ; tRes.tested("rowDeleted()", true) ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; tRes.tested("rowDeleted()", false) ; } @@ -481,7 +481,7 @@ public class _XResultSet extends MultiMethodTest { tRes.tested("getStatement()", (hasStatement && res != null) || !hasStatement) ; } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; tRes.tested("getStatement()", false) ; } @@ -496,7 +496,7 @@ public class _XResultSet extends MultiMethodTest { try { oObj.first(); } catch (SQLException e) { - log.println("Exception occured :") ; + log.println("Exception occurred :") ; e.printStackTrace(log) ; } } diff --git a/qadevOOo/tests/java/ifc/sdbc/_XRow.java b/qadevOOo/tests/java/ifc/sdbc/_XRow.java index 7e7845344..1fb3aee9a 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XRow.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XRow.java @@ -142,7 +142,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getString() { boolean result = true ; @@ -164,7 +164,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getBoolean() { boolean result = true ; @@ -186,7 +186,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getByte() { boolean result = true ; @@ -208,7 +208,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getShort() { boolean result = true ; @@ -230,7 +230,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getInt() { boolean result = true ; @@ -250,7 +250,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getLong() { boolean result = true ; @@ -270,7 +270,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getFloat() { boolean result = true ; @@ -290,7 +290,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getDouble() { boolean result = true ; @@ -310,7 +310,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getBytes() { boolean result = true ; @@ -330,7 +330,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getDate() { boolean result = true ; @@ -350,7 +350,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getTime() { boolean result = true ; @@ -370,7 +370,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getTimestamp() { boolean result = true ; @@ -390,7 +390,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getBinaryStream() { boolean result = true ; @@ -410,7 +410,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getCharacterStream() { boolean result = true ; @@ -430,7 +430,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getObject() { boolean result = true ; @@ -450,7 +450,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getRef() { boolean result = true ; @@ -470,7 +470,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getBlob() { boolean result = true ; @@ -490,7 +490,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getClob() { boolean result = true ; @@ -510,7 +510,7 @@ public class _XRow extends MultiMethodTest { } /** - * Has OK status if no exceptions occured in method call. + * Has OK status if no exceptions occurred in method call. */ public void _getArray() { boolean result = true ; diff --git a/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java b/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java index 78099cee0..4070143cb 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java @@ -113,7 +113,7 @@ public class _XRowSet extends MultiMethodTest { try { oObj.execute() ; } catch (SQLException e) { - log.println("Exception occured :" + e) ; + log.println("Exception occurred :" + e) ; result = false ; } diff --git a/qadevOOo/tests/java/ifc/sdbc/_XWarningsSupplier.java b/qadevOOo/tests/java/ifc/sdbc/_XWarningsSupplier.java index 9f49eec04..dba42d7c7 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XWarningsSupplier.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XWarningsSupplier.java @@ -102,7 +102,7 @@ public class _XWarningsSupplier extends MultiMethodTest { } catch (SQLException e) { - log.println("Exception occured :"); + log.println("Exception occurred :"); e.printStackTrace(log); tRes.tested("getWarnings()", res); return; @@ -127,7 +127,7 @@ public class _XWarningsSupplier extends MultiMethodTest { Object warns = oObj.getWarnings(); res = (utils.isVoid(warns)); } catch (SQLException e) { - log.println("Exception occured :"); + log.println("Exception occurred :"); e.printStackTrace(log); tRes.tested("clearWarnings()", res); return; diff --git a/qadevOOo/tests/java/ifc/sdbcx/_XRowLocate.java b/qadevOOo/tests/java/ifc/sdbcx/_XRowLocate.java index 0e11f9c59..1bad514ad 100644 --- a/qadevOOo/tests/java/ifc/sdbcx/_XRowLocate.java +++ b/qadevOOo/tests/java/ifc/sdbcx/_XRowLocate.java @@ -69,7 +69,7 @@ public class _XRowLocate extends MultiMethodTest { try { bookmark1 = oObj.getBookmark() ; } catch (SQLException e) { - log.println("Exception occured :" + e) ; + log.println("Exception occurred :" + e) ; } tRes.tested("getBookmark()", bookmark1 != null) ; @@ -90,7 +90,7 @@ public class _XRowLocate extends MultiMethodTest { *

                            * Has OK status difference between positions of bookmarks (where * cursor was moved to and created new one) equals to 0 and no - * exceptions occured, FAILED otherwise. + * exceptions occurred, FAILED otherwise. */ public void _moveToBookmark() { requiredMethod("getBookmark()") ; @@ -105,7 +105,7 @@ public class _XRowLocate extends MultiMethodTest { } comparison = oObj.compareBookmarks(bookmark1, tmpBookmark) ; } catch (SQLException e) { - log.println("Exception occured :" + e) ; + log.println("Exception occurred :" + e) ; } tRes.tested("moveToBookmark()", comparison == 0) ; @@ -119,7 +119,7 @@ public class _XRowLocate extends MultiMethodTest { *

                              *
                            • getBookmark() : to have a bookmark to move to.
                            • *

                            - * Has OK status if no exceptions occured while method call. + * Has OK status if no exceptions occurred while method call. */ public void _moveRelativeToBookmark() { requiredMethod("getBookmark()") ; @@ -131,7 +131,7 @@ public class _XRowLocate extends MultiMethodTest { bookmark2 = oObj.getBookmark() ; } } catch (SQLException e) { - log.println("Exception occured :" + e) ; + log.println("Exception occurred :" + e) ; result = false ; } @@ -159,7 +159,7 @@ public class _XRowLocate extends MultiMethodTest { comparison = oObj.compareBookmarks(bookmark1, bookmark2) ; comparison1 = oObj.compareBookmarks(bookmark1, bookmark1) ; } catch (SQLException e) { - log.println("Exception occured :" + e) ; + log.println("Exception occurred :" + e) ; } if (comparison != -1) { @@ -187,7 +187,7 @@ public class _XRowLocate extends MultiMethodTest { try { res = oObj.hasOrderedBookmarks() ; } catch (SQLException e) { - log.println("Exception occured :" + e) ; + log.println("Exception occurred :" + e) ; result = false ; } @@ -223,7 +223,7 @@ public class _XRowLocate extends MultiMethodTest { result = hash1 != hash2 ; } catch (SQLException e) { - log.println("Exception occured :" + e) ; + log.println("Exception occurred :" + e) ; result = false ; } diff --git a/qadevOOo/tests/java/ifc/sheet/_DatabaseImportDescriptor.java b/qadevOOo/tests/java/ifc/sheet/_DatabaseImportDescriptor.java index 688b77d2e..33f29a739 100644 --- a/qadevOOo/tests/java/ifc/sheet/_DatabaseImportDescriptor.java +++ b/qadevOOo/tests/java/ifc/sheet/_DatabaseImportDescriptor.java @@ -95,7 +95,7 @@ public class _DatabaseImportDescriptor extends MultiMethodTest { tRes.tested(name, true); } } catch (Exception e) { - log.println("Exception occured while testing property '" + + log.println("Exception occurred while testing property '" + name + "'"); e.printStackTrace(log); tRes.tested(name, false); diff --git a/qadevOOo/tests/java/ifc/sheet/_FunctionDescription.java b/qadevOOo/tests/java/ifc/sheet/_FunctionDescription.java index 9a9e24208..cff161d82 100644 --- a/qadevOOo/tests/java/ifc/sheet/_FunctionDescription.java +++ b/qadevOOo/tests/java/ifc/sheet/_FunctionDescription.java @@ -93,7 +93,7 @@ public class _FunctionDescription extends MultiMethodTest { } } catch (Exception e) { log.println( - "Exception occured while testing property 'Arguments'" ); + "Exception occurred while testing property 'Arguments'" ); e.printStackTrace( log ); tRes.tested( "Arguments", false ); } @@ -145,7 +145,7 @@ public class _FunctionDescription extends MultiMethodTest { } catch ( Exception e ) { log.println( - "Exception occured while testing property '" + name + "'" ); + "Exception occurred while testing property '" + name + "'" ); e.printStackTrace( log ); tRes.tested( name, false ); } diff --git a/qadevOOo/tests/java/ifc/sheet/_SheetSortDescriptor.java b/qadevOOo/tests/java/ifc/sheet/_SheetSortDescriptor.java index f4628605f..8af79c530 100644 --- a/qadevOOo/tests/java/ifc/sheet/_SheetSortDescriptor.java +++ b/qadevOOo/tests/java/ifc/sheet/_SheetSortDescriptor.java @@ -133,7 +133,7 @@ public class _SheetSortDescriptor extends MultiMethodTest { tRes.tested(name, true); } } catch (Exception e) { - log.println("Exception occured while testing property '" + + log.println("Exception occurred while testing property '" + name + "'"); e.printStackTrace(log); tRes.tested(name, false); diff --git a/qadevOOo/tests/java/ifc/sheet/_XDataPilotTables.java b/qadevOOo/tests/java/ifc/sheet/_XDataPilotTables.java index da7201829..4c18a7a3e 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XDataPilotTables.java +++ b/qadevOOo/tests/java/ifc/sheet/_XDataPilotTables.java @@ -99,7 +99,7 @@ public class _XDataPilotTables extends MultiMethodTest { bResult &= oSheet.getCellByPosition (CA.Column, CA.Row).getFormula().equals("Filter"); } catch (com.sun.star.uno.Exception e) { - log.println("Exception occured! " + e); + log.println("Exception occurred! " + e); bResult = false; } @@ -136,7 +136,7 @@ public class _XDataPilotTables extends MultiMethodTest { bResult &= oSheet.getCellByPosition (CA.Column, CA.Row).getFormula().equals(""); } catch (com.sun.star.uno.Exception e) { - log.println("Exception occured ! " + e); + log.println("Exception occurred ! " + e); bResult = false; } log.println(bResult ? "OK" : "FAILED"); diff --git a/qadevOOo/tests/java/ifc/sheet/_XDatabaseRanges.java b/qadevOOo/tests/java/ifc/sheet/_XDatabaseRanges.java index a1ef29354..6b72d1c76 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XDatabaseRanges.java +++ b/qadevOOo/tests/java/ifc/sheet/_XDatabaseRanges.java @@ -74,7 +74,7 @@ public class _XDatabaseRanges extends MultiMethodTest { log.println("Exception expected... Test failed."); bResult = false; } catch(com.sun.star.uno.RuntimeException e) { - log.println("Exception occured while testing addNewByName() : " + e); + log.println("Exception occurred while testing addNewByName() : " + e); bResult = true; } @@ -102,7 +102,7 @@ public class _XDatabaseRanges extends MultiMethodTest { oObj.removeByName(name); bResult &= !oObj.hasByName(name); } catch (com.sun.star.uno.RuntimeException e) { - log.println("Exception occured while testing removeByName() : " + e); + log.println("Exception occurred while testing removeByName() : " + e); bResult = false; } diff --git a/qadevOOo/tests/java/ifc/sheet/_XNamedRanges.java b/qadevOOo/tests/java/ifc/sheet/_XNamedRanges.java index 4151fdfbc..ee6319d2f 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XNamedRanges.java +++ b/qadevOOo/tests/java/ifc/sheet/_XNamedRanges.java @@ -282,7 +282,7 @@ public class _XNamedRanges extends MultiMethodTest { log.println("Exception expected when removed unexistent element!"); bResult = false; } catch (com.sun.star.uno.RuntimeException e) { - log.println("Expected exception occured while testing" + + log.println("Expected exception occurred while testing" + "removeByName() when removed unexistent element."); } diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetOperation.java b/qadevOOo/tests/java/ifc/sheet/_XSheetOperation.java index 1eb75f9a3..64801668e 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XSheetOperation.java +++ b/qadevOOo/tests/java/ifc/sheet/_XSheetOperation.java @@ -69,7 +69,7 @@ public class _XSheetOperation extends MultiMethodTest { } catch (com.sun.star.uno.Exception e) { result &= false ; log.println( - "Exception occured while checking results of method"); + "Exception occurred while checking results of method"); e.printStackTrace(log); } @@ -93,7 +93,7 @@ public class _XSheetOperation extends MultiMethodTest { result = resultVal >= 0; } catch (com.sun.star.uno.Exception e) { result = false; - log.println("Exception occured in method computeFunction."); + log.println("Exception occurred in method computeFunction."); e.printStackTrace(log); } diff --git a/qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java b/qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java index a377c1c0d..0381abca8 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java +++ b/qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java @@ -120,7 +120,7 @@ public class _XSpreadsheets extends MultiMethodTest { * the collection, removes the sheet, tries to insert the sheet with the * bad name returned by method badName().

                            * Has OK status if the inserted sheet exists in the collection - * after first method call and if exception occured during the second call.

                            + * after first method call and if exception occurred during the second call.

                            */ public void _insertNewByName() { boolean result = false; @@ -152,7 +152,7 @@ public class _XSpreadsheets extends MultiMethodTest { oObj.removeByName(NewSheet); } catch (com.sun.star.uno.RuntimeException e) { log.println( - "Expected exception occured during testing 'insertNewByName'"); + "Expected exception occurred during testing 'insertNewByName'"); result &= true; } catch (com.sun.star.lang.WrappedTargetException e) { log.print("Can't remove sheet '" + NewSheet + "':"); diff --git a/qadevOOo/tests/java/ifc/style/_CharacterProperties.java b/qadevOOo/tests/java/ifc/style/_CharacterProperties.java index 5235bc2fd..83907156c 100644 --- a/qadevOOo/tests/java/ifc/style/_CharacterProperties.java +++ b/qadevOOo/tests/java/ifc/style/_CharacterProperties.java @@ -412,23 +412,23 @@ public class _CharacterProperties extends MultiPropertyTest { tRes.tested(name,true); } else { - log.println("Exception occured while testing property '" + + log.println("Exception occurred while testing property '" + name + "'"); ex.printStackTrace(log); tRes.tested(name, false); } } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while testing property '" + + log.println("Exception occurred while testing property '" + name + "'"); e.printStackTrace(log); tRes.tested(name, false); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while testing property '" + + log.println("Exception occurred while testing property '" + name + "'"); e.printStackTrace(log); tRes.tested(name, false); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while testing property '" + + log.println("Exception occurred while testing property '" + name + "'"); e.printStackTrace(log); tRes.tested(name, false); diff --git a/qadevOOo/tests/java/ifc/style/_ParagraphProperties.java b/qadevOOo/tests/java/ifc/style/_ParagraphProperties.java index 64c22912f..58c4c0184 100644 --- a/qadevOOo/tests/java/ifc/style/_ParagraphProperties.java +++ b/qadevOOo/tests/java/ifc/style/_ParagraphProperties.java @@ -300,13 +300,13 @@ public class _ParagraphProperties extends MultiPropertyTest { oObj.setPropertyValue("ParaAdjust", com.sun.star.style.ParagraphAdjust.BLOCK); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured setting property 'ParagraphAdjust'" + e); + log.println("Exception occurred setting property 'ParagraphAdjust'" + e); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured setting property 'ParagraphAdjust'" + e); + log.println("Exception occurred setting property 'ParagraphAdjust'" + e); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured setting property 'ParagraphAdjust'" + e); + log.println("Exception occurred setting property 'ParagraphAdjust'" + e); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured setting property 'ParagraphAdjust'" + e); + log.println("Exception occurred setting property 'ParagraphAdjust'" + e); } testProperty("ParaLastLineAdjust", ShortTester); diff --git a/qadevOOo/tests/java/ifc/style/_XStyle.java b/qadevOOo/tests/java/ifc/style/_XStyle.java index 5f6a5e38b..377cd3b8e 100644 --- a/qadevOOo/tests/java/ifc/style/_XStyle.java +++ b/qadevOOo/tests/java/ifc/style/_XStyle.java @@ -107,7 +107,7 @@ public class _XStyle extends MultiMethodTest { try { oObj.setParentStyle(oMyStyle.getName()); } catch (com.sun.star.container.NoSuchElementException e) { - log.println("Exception occured while method call: " + e); + log.println("Exception occurred while method call: " + e); result = false ; } diff --git a/qadevOOo/tests/java/ifc/table/_XAutoFormattable.java b/qadevOOo/tests/java/ifc/table/_XAutoFormattable.java index edb2ccab1..02b6338d2 100644 --- a/qadevOOo/tests/java/ifc/table/_XAutoFormattable.java +++ b/qadevOOo/tests/java/ifc/table/_XAutoFormattable.java @@ -117,7 +117,7 @@ public class _XAutoFormattable extends MultiMethodTest { bResult &= !bkgrnd1.equals(bkgrnd2); } catch (com.sun.star.uno.Exception e) { - log.println("Exception occured :"); + log.println("Exception occurred :"); e.printStackTrace(log); bResult = false; } diff --git a/qadevOOo/tests/java/ifc/text/_BaseIndex.java b/qadevOOo/tests/java/ifc/text/_BaseIndex.java index 805489358..cd1724181 100644 --- a/qadevOOo/tests/java/ifc/text/_BaseIndex.java +++ b/qadevOOo/tests/java/ifc/text/_BaseIndex.java @@ -134,13 +134,13 @@ public class _BaseIndex extends MultiPropertyTest { indProp.replaceByIndex(0, newVal); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while testing LevelFormat"); + log.println("Exception occurred while testing LevelFormat"); e.printStackTrace(log); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - log.println("Exception occured while testing LevelFormat"); + log.println("Exception occurred while testing LevelFormat"); e.printStackTrace(log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while testing LevelFormat"); + log.println("Exception occurred while testing LevelFormat"); e.printStackTrace(log); } @@ -194,10 +194,10 @@ public class _BaseIndex extends MultiPropertyTest { } } } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while printing LevelFormat"); + log.println("Exception occurred while printing LevelFormat"); e.printStackTrace(log); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - log.println("Exception occured while printing LevelFormat"); + log.println("Exception occurred while printing LevelFormat"); e.printStackTrace(log); } } diff --git a/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java b/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java index cc260f209..527851dee 100644 --- a/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java +++ b/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java @@ -135,7 +135,7 @@ public class _XAutoTextGroup extends MultiMethodTest { result = !util.ValueComparer.equalValue(before, after); } catch (com.sun.star.container.ElementExistException ex) { - log.println("Exception occured while testing insertNewByName"); + log.println("Exception occurred while testing insertNewByName"); ex.printStackTrace(log); result = false; } @@ -180,7 +180,7 @@ public class _XAutoTextGroup extends MultiMethodTest { !ValueComparer.equalValue(before,after)); } catch (com.sun.star.container.NoSuchElementException ex) { - log.println("Exception occured while testing removeByName"); + log.println("Exception occurred while testing removeByName"); ex.printStackTrace(log); tRes.tested("removeByName()",false); } @@ -212,7 +212,7 @@ public class _XAutoTextGroup extends MultiMethodTest { names = oObj.getElementNames() ; result = true; } catch (com.sun.star.container.ElementExistException e) { - log.println("Unexpected exception occured :") ; + log.println("Unexpected exception occurred :") ; e.printStackTrace(log); } finally { if (!result) { @@ -279,15 +279,15 @@ public class _XAutoTextGroup extends MultiMethodTest { oObj.renameByName(str,str+"a",str+"b"); result &= oObj.hasByName(str + "a"); } catch (com.sun.star.container.ElementExistException ex) { - log.println("Exception occured while testing renameByName"); + log.println("Exception occurred while testing renameByName"); ex.printStackTrace(log); result &=false; } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("Exception occured while testing renameByName"); + log.println("Exception occurred while testing renameByName"); ex.printStackTrace(log); result &=false; } catch (com.sun.star.io.IOException ex) { - log.println("Exception occured while testing renameByName"); + log.println("Exception occurred while testing renameByName"); ex.printStackTrace(log); result &=false; } finally { diff --git a/qadevOOo/tests/java/ifc/text/_XDefaultNumberingProvider.java b/qadevOOo/tests/java/ifc/text/_XDefaultNumberingProvider.java index ae120dd8c..7648533f8 100644 --- a/qadevOOo/tests/java/ifc/text/_XDefaultNumberingProvider.java +++ b/qadevOOo/tests/java/ifc/text/_XDefaultNumberingProvider.java @@ -52,7 +52,7 @@ public class _XDefaultNumberingProvider extends MultiMethodTest { /** * Just gets numberings for "en" locale.

                            * Has OK status if not null value returned - * and no runtime exceptions occured. + * and no runtime exceptions occurred. */ public void _getDefaultOutlineNumberings() { XIndexAccess xIA[] = oObj.getDefaultOutlineNumberings(loc) ; @@ -63,7 +63,7 @@ public class _XDefaultNumberingProvider extends MultiMethodTest { /** * Just gets numberings for "en" locale.

                            * Has OK status if not null value returned - * and no runtime exceptions occured. + * and no runtime exceptions occurred. */ public void _getDefaultContinuousNumberingLevels() { PropertyValue[][] lev = oObj.getDefaultContinuousNumberingLevels(loc) ; diff --git a/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java b/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java index 5de239103..112008b5f 100644 --- a/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java +++ b/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java @@ -71,7 +71,7 @@ public class _XRelativeTextContentInsert extends MultiMethodTest { * using relation and inserted into text. Then an instance * of text content is created and inserted after the paragraph.

                            * - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _insertTextContentAfter() { @@ -91,7 +91,7 @@ public class _XRelativeTextContentInsert extends MultiMethodTest { tRes.tested("insertTextContentAfter()",true); } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("Exception occured while checking "+ + log.println("Exception occurred while checking "+ "insertTextContentAfter()"); ex.printStackTrace(log); tRes.tested("insertTextContentAfter()",false); @@ -105,7 +105,7 @@ public class _XRelativeTextContentInsert extends MultiMethodTest { * and inserted before the paragraph which was added into * text in insertTextContentAfter method test.

                            * - * Has OK status if no exceptions occured.

                            + * Has OK status if no exceptions occurred.

                            * * The following method tests are to be completed successfully before : *

                              @@ -123,7 +123,7 @@ public class _XRelativeTextContentInsert extends MultiMethodTest { tRes.tested("insertTextContentBefore()",true); } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("Exception occured while checking "+ + log.println("Exception occurred while checking "+ "insertTextContentBefore()"); ex.printStackTrace(log); tRes.tested("insertTextContentBefore()",false); diff --git a/qadevOOo/tests/java/ifc/text/_XText.java b/qadevOOo/tests/java/ifc/text/_XText.java index e436ce3b2..e08b15081 100644 --- a/qadevOOo/tests/java/ifc/text/_XText.java +++ b/qadevOOo/tests/java/ifc/text/_XText.java @@ -114,12 +114,12 @@ public class _XText extends MultiMethodTest { log.println( "test for insertTextContent" ); try { oObj.insertTextContent(oCursor, null, false); - log.println("The expected Exception doesn't occured"); + log.println("The expected Exception doesn't occurred"); result &= false; } catch( com.sun.star.lang.IllegalArgumentException iaE ){ // Some exception.FAILED - log.println("Expected Exception occured"); + log.println("Expected Exception occurred"); String msg = iaE.getMessage(); if (msg.equals("")) { log.println("But there is not detailed message"); @@ -161,7 +161,7 @@ public class _XText extends MultiMethodTest { return; } - // no exception occured so it works + // no exception occurred so it works tRes.tested( "removeTextContent()", true ); } diff --git a/qadevOOo/tests/java/ifc/text/_XTextFieldsSupplier.java b/qadevOOo/tests/java/ifc/text/_XTextFieldsSupplier.java old mode 100755 new mode 100644 index e9a070078..31869e686 --- a/qadevOOo/tests/java/ifc/text/_XTextFieldsSupplier.java +++ b/qadevOOo/tests/java/ifc/text/_XTextFieldsSupplier.java @@ -123,19 +123,19 @@ public class _XTextFieldsSupplier extends MultiMethodTest { the_Cursor, oContent, true); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't insert textField.URL", e); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't insert textField.URL", e); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't insert textField.URL", e); } catch (com.sun.star.uno.Exception e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't insert textField.URL", e); } @@ -175,7 +175,7 @@ public class _XTextFieldsSupplier extends MultiMethodTest { /** * Just for convenience: log the exception and set the method false. * @param method The name of the method to set to false. - * @param e The Exception that occured. + * @param e The Exception that occurred. */ private void setMethodFalse(String method, Exception e) { log.println("Exception while executing '" + method + "'"); diff --git a/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java b/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java index f89f02b46..29a01b2eb 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java +++ b/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java @@ -54,7 +54,7 @@ public class _XDataContainer extends MultiMethodTest { /** * Sets the content type to some value.

                              - * Has OK status if no runtime exseptions occured. + * Has OK status if no runtime exseptions occurred. */ public void _setContentType() { oObj.setContentType("image/jpeg") ; @@ -78,7 +78,7 @@ public class _XDataContainer extends MultiMethodTest { /** * Sets the data to some byte array.

                              - * Has OK status if no runtime exseptions occured. + * Has OK status if no runtime exseptions occurred. */ public void _setData() { oObj.setData(data) ; @@ -109,7 +109,7 @@ public class _XDataContainer extends MultiMethodTest { /** * Sets the data URL to some URL.

                              - * Has OK status if no runtime exseptions occured. + * Has OK status if no runtime exseptions occurred. */ public void _setDataURL() { dataURL = util.utils.getOfficeTemp((XMultiServiceFactory)tParam.getMSF()) ; diff --git a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java index 377ed9954..9cddb1aca 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java +++ b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java @@ -83,7 +83,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { oObj.kill(copiedFile); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'copy()'"); + log.println("Exception occurred while testing 'copy()'"); ex.printStackTrace(log); tRes.tested("copy()",false); } @@ -116,7 +116,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { oObj.kill(copiedFile); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'move()'"); + log.println("Exception occurred while testing 'move()'"); ex.printStackTrace(log); tRes.tested("move()",false); } @@ -145,7 +145,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { tRes.tested("kill()",!oObj.exists(copiedFile)); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'kill()'"); + log.println("Exception occurred while testing 'kill()'"); ex.printStackTrace(log); tRes.tested("kill()",false); } @@ -162,7 +162,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { tRes.tested("isFolder()",oObj.isFolder(dirname)); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'isFolder()'"); + log.println("Exception occurred while testing 'isFolder()'"); ex.printStackTrace(log); tRes.tested("isFolder()",false); } @@ -207,7 +207,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { oObj.kill(readonlyCopy); tRes.tested("isReadOnly()",result); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'isReadOnly()'"); + log.println("Exception occurred while testing 'isReadOnly()'"); ex.printStackTrace(log); tRes.tested("isReadOnly()",false); } @@ -254,7 +254,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { oObj.kill(readonlyCopy); } catch (Exception ex) { - log.println("Exception occured while testing 'setReadOnly()'"); + log.println("Exception occurred while testing 'setReadOnly()'"); ex.printStackTrace(log); tRes.tested("setReadOnly()",false); } @@ -278,7 +278,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { oObj.kill(newFolder); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'createFolder()'"); + log.println("Exception occurred while testing 'createFolder()'"); ex.printStackTrace(log); tRes.tested("createFolder()",false); } @@ -300,7 +300,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { tRes.tested("getSize()", fSize == 17 ); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'getSize()'"); + log.println("Exception occurred while testing 'getSize()'"); ex.printStackTrace(log); tRes.tested("getSize()",false); } @@ -324,7 +324,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { "application/vnd.sun.staroffice.fsys-file".equals(fType) ); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'getContentType()'"); + log.println("Exception occurred while testing 'getContentType()'"); ex.printStackTrace(log); tRes.tested("getContentType()",false); } @@ -376,7 +376,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { tRes.tested("getDateTimeModified()", res); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'getDateTimeModified()'"); + log.println("Exception occurred while testing 'getDateTimeModified()'"); ex.printStackTrace(log); tRes.tested("getDateTimeModified()",false); } @@ -397,7 +397,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { tRes.tested("getFolderContents()", cont.length>0); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'getFolderContents()'"); + log.println("Exception occurred while testing 'getFolderContents()'"); ex.printStackTrace(log); tRes.tested("getFolderContents()",false); } @@ -421,7 +421,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { oObj.exists(filename) && !oObj.exists(wrongname)); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'exists()'"); + log.println("Exception occurred while testing 'exists()'"); ex.printStackTrace(log); tRes.tested("exists()",false); } @@ -443,7 +443,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { tRes.tested("openFileRead()", iStream != null); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'openFileRead()'"); + log.println("Exception occurred while testing 'openFileRead()'"); ex.printStackTrace(log); tRes.tested("openFileRead()",false); } @@ -474,7 +474,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { oObj.kill(copiedFile); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'openFileWrite()'"); + log.println("Exception occurred while testing 'openFileWrite()'"); ex.printStackTrace(log); tRes.tested("openFileWrite()",false); } @@ -506,7 +506,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { oObj.kill(copiedFile); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'openFileReadWrite()'"); + log.println("Exception occurred while testing 'openFileReadWrite()'"); ex.printStackTrace(log); tRes.tested("openFileReadWrite()",false); } @@ -531,7 +531,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { oObj.setInteractionHandler(handler); tRes.tested("setInteractionHandler()", true); } catch (Exception ex) { - log.println("Exception occured while testing 'setInteractionHandler()'"); + log.println("Exception occurred while testing 'setInteractionHandler()'"); ex.printStackTrace(log); tRes.tested("setInteractionHandler()", false); } diff --git a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess2.java b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess2.java index 21c7f7827..7da97e7e8 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess2.java +++ b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess2.java @@ -63,13 +63,13 @@ public class _XSimpleFileAccess2 extends MultiMethodTest { tRes.tested("writeFile()",result); } catch (com.sun.star.ucb.CommandAbortedException ex) { - log.println("CommandAbortedException occured while testing "+ + log.println("CommandAbortedException occurred while testing "+ "'writeFile()'"); ex.printStackTrace(log); tRes.tested("writeFile()",false); } catch (com.sun.star.uno.Exception ex) { - log.println("Exception occured while testing 'writeFile()'"); + log.println("Exception occurred while testing 'writeFile()'"); ex.printStackTrace(log); tRes.tested("writeFile()",false); } diff --git a/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java index 90ea861f9..04e55afc6 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java @@ -144,7 +144,7 @@ public class _XSortedDynamicResultSetFactory extends MultiMethodTest { rowCount = set.getRow(); log.println("Number of rows in result set: " + rowCount); } catch (com.sun.star.sdbc.SQLException e) { - log.println("Exception occured while accessing "+ + log.println("Exception occurred while accessing "+ "sorted result set :"); e.printStackTrace(log); } diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java index 732861a23..5196b27fe 100644 --- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java +++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java @@ -56,7 +56,7 @@ public class _XFilePicker extends MultiMethodTest { /** * Sets the current directory to the test document directory.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setDisplayDirectory() { boolean result = true ; @@ -95,7 +95,7 @@ public class _XFilePicker extends MultiMethodTest { /** * Sets default name to file name existing in test document * directory ('space-metal.jpg').

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setDefaultName() { boolean result = true ; @@ -113,7 +113,7 @@ public class _XFilePicker extends MultiMethodTest { /** * Just switch object to MultiSelectionMode. There is no ways * to check this method (only interactively).

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _setMultiSelectionMode() { diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java index e09fd399f..4fe49a0ca 100644 --- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java +++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java @@ -83,7 +83,7 @@ public class _XFilePickerControlAccess extends MultiMethodTest { /** * Gets the value of the control and stores it.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getValue() { boolean result = true ; @@ -136,7 +136,7 @@ public class _XFilePickerControlAccess extends MultiMethodTest { /** * Gets the label of the control and stores it.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _getLabel() { @@ -182,7 +182,7 @@ public class _XFilePickerControlAccess extends MultiMethodTest { /** * Disables and then enables the control. Can be checked only * interactively.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _enableControl() { boolean result = true ; diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java index 38541aaed..82f9d5e2c 100644 --- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java +++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java @@ -64,7 +64,7 @@ public class _XFilterManager extends MultiMethodTest { /** * Sets the current filter to that which was appended before.

                              - * Has OK status if no exceptions occured, else one of + * Has OK status if no exceptions occurred, else one of * appendFilter and setCurrentFilter * methods failed.

                              * The following method tests are to be completed successfully before : diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java index 502d6f2f7..db99c4554 100644 --- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java +++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java @@ -49,7 +49,7 @@ public class _XFolderPicker extends MultiMethodTest { /** * Sets the current directory to SOffice temp dir.

                              - * Has OK status if no exceptions occured. + * Has OK status if no exceptions occurred. */ public void _setDisplayDirectory() { boolean result = true ; diff --git a/qadevOOo/tests/java/ifc/uno/_XComponentContext.java b/qadevOOo/tests/java/ifc/uno/_XComponentContext.java index 776a91d47..e4d520eaa 100644 --- a/qadevOOo/tests/java/ifc/uno/_XComponentContext.java +++ b/qadevOOo/tests/java/ifc/uno/_XComponentContext.java @@ -56,7 +56,7 @@ public class _XComponentContext extends MultiMethodTest { log.println("worked .... ok"); res &= true; } catch (com.sun.star.uno.Exception e) { - log.println("Exception occured " + e.getMessage()); + log.println("Exception occurred " + e.getMessage()); res &= false; } } diff --git a/qadevOOo/tests/java/ifc/util/_XCancellable.java b/qadevOOo/tests/java/ifc/util/_XCancellable.java index bf8b2df73..a5018167b 100644 --- a/qadevOOo/tests/java/ifc/util/_XCancellable.java +++ b/qadevOOo/tests/java/ifc/util/_XCancellable.java @@ -46,7 +46,7 @@ public class _XCancellable extends MultiMethodTest { /** * Just calls the method.

                              - * Has OK status if no exception has occured.

                              + * Has OK status if no exception has occurred.

                              */ public void _cancel() { oObj.cancel() ; diff --git a/qadevOOo/tests/java/ifc/util/_XChangesNotifier.java b/qadevOOo/tests/java/ifc/util/_XChangesNotifier.java index 8abe0e5b1..f48df9bfd 100644 --- a/qadevOOo/tests/java/ifc/util/_XChangesNotifier.java +++ b/qadevOOo/tests/java/ifc/util/_XChangesNotifier.java @@ -59,27 +59,27 @@ public class _XChangesNotifier extends MultiMethodTest { */ private static class MyChangesListener implements XChangesListener { /** Just lo a call of the listener **/ - boolean bChangesOccured = false; + boolean bChangesOccurred = false; /** A change did occur * @param changesEvent The event. **/ public void changesOccurred(com.sun.star.util.ChangesEvent changesEvent) { - bChangesOccured = true; + bChangesOccurred = true; } /** Disposing of the listener * @param eventObject The event. **/ public void disposing(com.sun.star.lang.EventObject eventObject) { - bChangesOccured = true; + bChangesOccurred = true; } /** * Reset the listener */ public void reset() { - bChangesOccured = false; + bChangesOccurred = false; } /** @@ -87,7 +87,7 @@ public class _XChangesNotifier extends MultiMethodTest { * @return True, if the listener has been called. */ public boolean didChangesOccur() { - return bChangesOccured; + return bChangesOccurred; } } diff --git a/qadevOOo/tests/java/ifc/util/_XCloneable.java b/qadevOOo/tests/java/ifc/util/_XCloneable.java index 85ffe6372..c4cd85234 100644 --- a/qadevOOo/tests/java/ifc/util/_XCloneable.java +++ b/qadevOOo/tests/java/ifc/util/_XCloneable.java @@ -51,7 +51,7 @@ public class _XCloneable extends MultiMethodTest { /** * calls the method.

                              - * Has OK status if no exception has occured.

                              + * Has OK status if no exception has occurred.

                              */ public void _createClone() { boolean result = true; diff --git a/qadevOOo/tests/java/ifc/util/_XFlushable.java b/qadevOOo/tests/java/ifc/util/_XFlushable.java index 0cf4df3ef..324c832c3 100644 --- a/qadevOOo/tests/java/ifc/util/_XFlushable.java +++ b/qadevOOo/tests/java/ifc/util/_XFlushable.java @@ -68,7 +68,7 @@ public class _XFlushable extends MultiMethodTest { /** * Test call method flush and checks if added listener * was called and removed one wasn't.

                              - * Has OK status if no exception has occured.

                              + * Has OK status if no exception has occurred.

                              * Methods to be executed before : * {@link #_addFlushListener}, * {@link #_removeFlushListener} diff --git a/qadevOOo/tests/java/ifc/util/_XModeSelector.java b/qadevOOo/tests/java/ifc/util/_XModeSelector.java index cc0525e1c..ef9a0420c 100644 --- a/qadevOOo/tests/java/ifc/util/_XModeSelector.java +++ b/qadevOOo/tests/java/ifc/util/_XModeSelector.java @@ -50,7 +50,7 @@ public class _XModeSelector extends MultiMethodTest { /** * Calls the method and as argument pass one of the supported modes * that was returned by method getSupportedMode.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _setMode() { requiredMethod("getSupportedModes()"); @@ -67,7 +67,7 @@ public class _XModeSelector extends MultiMethodTest { /** * Calls the method and check returned value.

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * and returned value is equal to value that was set by method setMode. */ public void _getMode() { @@ -78,7 +78,7 @@ public class _XModeSelector extends MultiMethodTest { /** * Calls the method and checks value returned by method.

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred * and returned value is not null. */ public void _getSupportedModes() { @@ -91,7 +91,7 @@ public class _XModeSelector extends MultiMethodTest { * by method getSupportedMode is passed as argument. * Then the method is called again and the mode that is certainly not supported * is passed. Checks up returned values in both cases.

                              - * Has OK status if no runtime exceptions occured, + * Has OK status if no runtime exceptions occurred, * returned value is true in first call and is false in second call. */ public void _supportsMode() { diff --git a/qadevOOo/tests/java/ifc/util/_XModifyBroadcaster.java b/qadevOOo/tests/java/ifc/util/_XModifyBroadcaster.java index f9d314e71..7a4140c6b 100644 --- a/qadevOOo/tests/java/ifc/util/_XModifyBroadcaster.java +++ b/qadevOOo/tests/java/ifc/util/_XModifyBroadcaster.java @@ -64,7 +64,7 @@ public class _XModifyBroadcaster extends MultiMethodTest { /** * Just calls the method.

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _addModifyListener() { log.println("'Modified' events are called only in case"+ @@ -75,7 +75,7 @@ public class _XModifyBroadcaster extends MultiMethodTest { /** * Just calls the method.

                              - * Has OK status if no runtime exceptions occured + * Has OK status if no runtime exceptions occurred */ public void _removeModifyListener() { requiredMethod("addModifyListener()"); diff --git a/qadevOOo/tests/java/ifc/util/_XSearchable.java b/qadevOOo/tests/java/ifc/util/_XSearchable.java index eefff1b56..e8c5ae82b 100644 --- a/qadevOOo/tests/java/ifc/util/_XSearchable.java +++ b/qadevOOo/tests/java/ifc/util/_XSearchable.java @@ -129,7 +129,7 @@ public class _XSearchable extends MultiMethodTest { /** * Performs search using descriptor created before. Storing the - * first occurence result.

                              + * first occurrence result.

                              * Has OK status if the method not null * value.

                              * The following method tests are to be completed successfully before : diff --git a/qadevOOo/tests/java/ifc/util/_XTextSearch.java b/qadevOOo/tests/java/ifc/util/_XTextSearch.java index 44be16079..20348fe64 100644 --- a/qadevOOo/tests/java/ifc/util/_XTextSearch.java +++ b/qadevOOo/tests/java/ifc/util/_XTextSearch.java @@ -60,7 +60,7 @@ public class _XTextSearch extends MultiMethodTest { /** * Sets options for searching regular expression in a string, * ignoring case.

                              - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _setOptions() { diff --git a/qadevOOo/tests/java/ifc/view/_XControlAccess.java b/qadevOOo/tests/java/ifc/view/_XControlAccess.java index 7d8d2b377..52397c41a 100644 --- a/qadevOOo/tests/java/ifc/view/_XControlAccess.java +++ b/qadevOOo/tests/java/ifc/view/_XControlAccess.java @@ -109,13 +109,13 @@ public class _XControlAccess extends MultiMethodTest { bResult &= oControl != null; } catch (com.sun.star.container.NoSuchElementException e) { - log.println("Exception occured calling the method: " + e); + log.println("Exception occurred calling the method: " + e); bResult = false; } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - log.println("Exception occured calling the method: " + e); + log.println("Exception occurred calling the method: " + e); bResult = false; } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured calling the method: " + e); + log.println("Exception occurred calling the method: " + e); bResult = false; } tRes.tested("getControl()", bResult); diff --git a/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java b/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java index d21c21709..c909a1577 100644 --- a/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java +++ b/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java @@ -105,7 +105,7 @@ public class _XSelectionSupplier extends MultiMethodTest { oObj.select(selections[1]); res = selectionChanged; } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("Exception occured during addSelectionChangeListener()"); + log.println("Exception occurred during addSelectionChangeListener()"); ex.printStackTrace(log); res = false; } @@ -151,7 +151,7 @@ public class _XSelectionSupplier extends MultiMethodTest { } } } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("Exception occured during select()"); + log.println("Exception occurred during select()"); ex.printStackTrace(log); res = false; } @@ -179,7 +179,7 @@ public class _XSelectionSupplier extends MultiMethodTest { oObj.select(selections[1]); res = !selectionChanged; } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("Exception occured during removeSelectionChangeListener()"); + log.println("Exception occurred during removeSelectionChangeListener()"); ex.printStackTrace(log); res = false; } diff --git a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java index a03d50bdb..240f20c5a 100644 --- a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java +++ b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java @@ -174,7 +174,7 @@ public class _XDocumentHandler extends MultiMethodTest { * Sets document locator to dummy locator implementation and * calls the startDocument method.

                              * - * Has OK status if no runtime exceptions occured. + * Has OK status if no runtime exceptions occurred. */ public void _startDocument() { if (ToBeSkipped) { @@ -205,9 +205,9 @@ public class _XDocumentHandler extends MultiMethodTest { * This test is finally executed. It finishes XML data * transfering with endDocument method call.

                              * - * Has OK status if no exceptions occured during + * Has OK status if no exceptions occurred during * the whole transfering and if the appropriate changes - * occured in the document where XML data was trnsfered to. + * occurred in the document where XML data was trnsfered to. * This check is performed by checker relation. */ public void _endDocument() { @@ -240,7 +240,7 @@ public class _XDocumentHandler extends MultiMethodTest { * Transfers XML data obtained from relation * 'XDocumentHandler.XMLData'.

                              * - * Has OK status if no exceptions occured during XML data + * Has OK status if no exceptions occurred during XML data * transfering in startDocument and * startElement method tests.

                              * @@ -305,7 +305,7 @@ public class _XDocumentHandler extends MultiMethodTest { /** * Does nothing.

                              * - * Has OK status if no exceptions occured during XML data + * Has OK status if no exceptions occurred during XML data * transfering in startDocument and * startElement method tests. */ @@ -324,7 +324,7 @@ public class _XDocumentHandler extends MultiMethodTest { /** * Does nothing.

                              * - * Has OK status if no exceptions occured during XML data + * Has OK status if no exceptions occurred during XML data * transfering in startDocument and * startElement method tests. */ @@ -343,7 +343,7 @@ public class _XDocumentHandler extends MultiMethodTest { /** * Does nothing.

                              * - * Has OK status if no exceptions occured during XML data + * Has OK status if no exceptions occurred during XML data * transfering in startDocument and * startElement method tests. */ @@ -362,7 +362,7 @@ public class _XDocumentHandler extends MultiMethodTest { /** * Does nothing.

                              * - * Has OK status if no exceptions occured during XML data + * Has OK status if no exceptions occurred during XML data * transfering in startDocument and * startElement method tests. */ @@ -381,7 +381,7 @@ public class _XDocumentHandler extends MultiMethodTest { /** * Does nothing.

                              * - * Has OK status if no exceptions occured during XML data + * Has OK status if no exceptions occurred during XML data * transfering in startDocument and * startElement method tests. */ @@ -394,7 +394,7 @@ public class _XDocumentHandler extends MultiMethodTest { boolean result = locatorResult ; if (locatorException != null) { - log.println("Exception occured during setDocumentLocator() call:") ; + log.println("Exception occurred during setDocumentLocator() call:") ; locatorException.printStackTrace(log) ; log.println("Wrapped exception :" + locatorException.WrappedException) ; diff --git a/qadevOOo/tests/java/mod/_defreg/NestedRegistry.java b/qadevOOo/tests/java/mod/_defreg/NestedRegistry.java index 6f2e850c5..46f835270 100644 --- a/qadevOOo/tests/java/mod/_defreg/NestedRegistry.java +++ b/qadevOOo/tests/java/mod/_defreg/NestedRegistry.java @@ -155,9 +155,9 @@ public class NestedRegistry extends TestCase { copyFile(source, openF, log) ; copyFile(source, mergeF, log) ; } catch (java.io.IOException e) { - log.println("Exception occured while copying files"); + log.println("Exception occurred while copying files"); e.printStackTrace(log); - throw new StatusException("Exception occured while copying files", e); + throw new StatusException("Exception occurred while copying files", e); } try { diff --git a/qadevOOo/tests/java/mod/_nestedreg.uno/NestedRegistry.java b/qadevOOo/tests/java/mod/_nestedreg.uno/NestedRegistry.java index b1c9c8642..8f54c7741 100644 --- a/qadevOOo/tests/java/mod/_nestedreg.uno/NestedRegistry.java +++ b/qadevOOo/tests/java/mod/_nestedreg.uno/NestedRegistry.java @@ -151,9 +151,9 @@ public class NestedRegistry extends TestCase { copyFile(source, openF, log) ; copyFile(source, mergeF, log) ; } catch (java.io.IOException e) { - log.println("Exception occured while copying files"); + log.println("Exception occurred while copying files"); e.printStackTrace(log); - throw new StatusException("Exception occured while copying files", e); + throw new StatusException("Exception occurred while copying files", e); } try { diff --git a/qadevOOo/tests/java/mod/_remotebridge.uno/various.java b/qadevOOo/tests/java/mod/_remotebridge.uno/various.java index 8cdd56280..35093e771 100644 --- a/qadevOOo/tests/java/mod/_remotebridge.uno/various.java +++ b/qadevOOo/tests/java/mod/_remotebridge.uno/various.java @@ -125,12 +125,12 @@ public class various extends TestCase { /** * Calls accept() method in a separate thread. - * Then stores exception thrown by call if it occured, or + * Then stores exception thrown by call if it occurred, or * return value. */ protected class AcceptorThread extends Thread { /** - * If exception occured during method call it is + * If exception occurred during method call it is * stored in this field. */ public Exception ex = null ; diff --git a/qadevOOo/tests/java/mod/_remotebridge/various.java b/qadevOOo/tests/java/mod/_remotebridge/various.java index c2cb26046..631babbd2 100644 --- a/qadevOOo/tests/java/mod/_remotebridge/various.java +++ b/qadevOOo/tests/java/mod/_remotebridge/various.java @@ -125,12 +125,12 @@ public class various extends TestCase { /** * Calls accept() method in a separate thread. - * Then stores exception thrown by call if it occured, or + * Then stores exception thrown by call if it occurred, or * return value. */ protected class AcceptorThread extends Thread { /** - * If exception occured during method call it is + * If exception occurred during method call it is * stored in this field. */ public Exception ex = null ; diff --git a/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java b/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java index 0054823cf..ef06da8f3 100644 --- a/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java @@ -128,19 +128,19 @@ public class ScAreaLinkObj extends TestCase { oObj = (XInterface) AnyConverter.toObject( new Type(XInterface.class), links.getByIndex(0)) ; } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println ("Exception occured while creating test Object.") ; + log.println ("Exception occurred while creating test Object.") ; e.printStackTrace(log) ; throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println ("Exception occured while creating test Object.") ; + log.println ("Exception occurred while creating test Object.") ; e.printStackTrace(log) ; throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - log.println ("Exception occured while creating test Object.") ; + log.println ("Exception occurred while creating test Object.") ; e.printStackTrace(log) ; throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println ("Exception occured while creating test Object.") ; + log.println ("Exception occurred while creating test Object.") ; e.printStackTrace(log) ; throw new StatusException("Couldn't create test object", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java b/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java index edb102225..b8d12f660 100644 --- a/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java @@ -130,15 +130,15 @@ public class ScAreaLinksObj extends TestCase { tEnv = new TestEnvironment(oObj); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println ("Exception occured while creating test Object.") ; + log.println ("Exception occurred while creating test Object.") ; e.printStackTrace(log) ; throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println ("Exception occured while creating test Object.") ; + log.println ("Exception occurred while creating test Object.") ; e.printStackTrace(log) ; throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println ("Exception occured while creating test Object.") ; + log.println ("Exception occurred while creating test Object.") ; e.printStackTrace(log) ; throw new StatusException("Couldn't create test object", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScAutoFormatFieldObj.java b/qadevOOo/tests/java/mod/_sc/ScAutoFormatFieldObj.java index 9fd4c7310..5c68f5fb2 100644 --- a/qadevOOo/tests/java/mod/_sc/ScAutoFormatFieldObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScAutoFormatFieldObj.java @@ -93,7 +93,7 @@ public class ScAutoFormatFieldObj extends TestCase { new Type(XInterface.class),formatIndex.getByIndex(0)); } catch (com.sun.star.uno.Exception e) { - log.println ("Exception occured while creating test Object.") ; + log.println ("Exception occurred while creating test Object.") ; e.printStackTrace(log) ; } diff --git a/qadevOOo/tests/java/mod/_sc/ScAutoFormatsObj.java b/qadevOOo/tests/java/mod/_sc/ScAutoFormatsObj.java index 70f051f8f..7409ddb8f 100644 --- a/qadevOOo/tests/java/mod/_sc/ScAutoFormatsObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScAutoFormatsObj.java @@ -148,7 +148,7 @@ public class ScAutoFormatsObj extends TestCase{ return tEnv; } catch (com.sun.star.uno.Exception e) { - log.println ("Exception occured while creating test Object."); + log.println ("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java b/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java index 1baa4c21d..9d55a42b2 100644 --- a/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java @@ -186,19 +186,19 @@ public class ScCellCursorObj extends TestCase { oSheet.getCellByPosition(3, 2).setFormula("xTextDoc"); oSheet.getCellByPosition(3, 3).setFormula("xTextDoc"); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while creating test object:"); + log.println("Exception occurred while creating test object:"); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.container.NoSuchElementException e) { - log.println("Exception occured while creating test object:"); + log.println("Exception occurred while creating test object:"); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - log.println("Exception occured while creating test object:"); + log.println("Exception occurred while creating test object:"); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while creating test object:"); + log.println("Exception occurred while creating test object:"); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java b/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java index 1b39d32a3..03bc2c447 100644 --- a/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java @@ -164,19 +164,19 @@ public class ScCellFieldObj extends TestCase { oCell = oSheet.getCellByPosition(1,4); oText = (XText)UnoRuntime.queryInterface(XText.class, oCell); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.uno.Exception e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java b/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java index b410257f7..25ff3fd87 100644 --- a/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java @@ -141,19 +141,19 @@ public class ScCellFieldsObj extends TestCase { oObj = xTextFieldsSupp.getTextFields(); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.uno.Exception e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java index f394e1dd9..eacbd22d2 100644 --- a/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java +++ b/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java @@ -141,15 +141,15 @@ public class ScCellsEnumeration extends TestCase { cellArr[1] = oCell_2; cellArr[2] = oCell_3; } catch(com.sun.star.lang.WrappedTargetException e) { - log.println ("Exception occured while creating test Object."); + log.println ("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch(com.sun.star.lang.IndexOutOfBoundsException e) { - log.println ("Exception occured while creating test Object."); + log.println ("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch(com.sun.star.lang.IllegalArgumentException e) { - log.println ("Exception occured while creating test Object."); + log.println ("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScCellsObj.java b/qadevOOo/tests/java/mod/_sc/ScCellsObj.java index dfaf72aa5..28fc57715 100644 --- a/qadevOOo/tests/java/mod/_sc/ScCellsObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScCellsObj.java @@ -138,15 +138,15 @@ public class ScCellsObj extends TestCase { cellArr[2] = oCell_2; cellArr[1] = oCell_3; } catch(com.sun.star.lang.WrappedTargetException e) { - log.println ("Exception occured while creating test Object."); + log.println ("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch(com.sun.star.lang.IndexOutOfBoundsException e) { - log.println ("Exception occured while creating test Object."); + log.println ("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch(com.sun.star.lang.IllegalArgumentException e) { - log.println ("Exception occured while creating test Object."); + log.println ("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAreaLinksEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAreaLinksEnumeration.java index 1f98b8e90..d8e078b0e 100644 --- a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAreaLinksEnumeration.java +++ b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAreaLinksEnumeration.java @@ -111,15 +111,15 @@ public class ScIndexEnumeration_CellAreaLinksEnumeration extends TestCase { tEnv.addObjRelation("ENUM",ea); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println ("Exception occured while creating test Object.") ; + log.println ("Exception occurred while creating test Object.") ; e.printStackTrace(log) ; throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println ("Exception occured while creating test Object.") ; + log.println ("Exception occurred while creating test Object.") ; e.printStackTrace(log) ; throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println ("Exception occured while creating test Object.") ; + log.println ("Exception occurred while creating test Object.") ; e.printStackTrace(log) ; throw new StatusException("Couldn't create test object", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableAutoFormatEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableAutoFormatEnumeration.java index 8212b7828..57f64a051 100644 --- a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableAutoFormatEnumeration.java +++ b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableAutoFormatEnumeration.java @@ -95,7 +95,7 @@ public class ScIndexEnumeration_TableAutoFormatEnumeration extends TestCase{ return tEnv; } catch (com.sun.star.uno.Exception e) { - log.println ("Exception occured while creating test Object."); + log.println ("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java index 95065d5d7..f825acf36 100644 --- a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java +++ b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java @@ -138,19 +138,19 @@ public class ScIndexEnumeration_TextFieldEnumeration extends TestCase { oObj = xTextFieldsSupp.getTextFields().createEnumeration(); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } catch (com.sun.star.uno.Exception e) { - log.println("Exception occured while creating test Object."); + log.println("Exception occurred while creating test Object."); e.printStackTrace(log); throw new StatusException("Couldn't create test object", e); } diff --git a/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java b/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java index 128acaa84..bea551aac 100644 --- a/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java @@ -145,15 +145,15 @@ public class ScStyleFamilyObj extends TestCase { } catch (com.sun.star.lang.WrappedTargetException e) { e.printStackTrace(log); throw new StatusException( - "Exception occured while getting StyleFamily", e); + "Exception occurred while getting StyleFamily", e); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { e.printStackTrace(log); throw new StatusException( - "Exception occured while getting StyleFamily", e); + "Exception occurred while getting StyleFamily", e); } catch (com.sun.star.lang.IllegalArgumentException e) { e.printStackTrace(log); throw new StatusException( - "Exception occured while getting StyleFamily", e); + "Exception occurred while getting StyleFamily", e); } SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF()); diff --git a/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java b/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java index 4defeb81b..796fbcbcf 100644 --- a/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java +++ b/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java @@ -186,7 +186,7 @@ public class XMLContentExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -206,7 +206,7 @@ public class XMLContentExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return checkTags(); diff --git a/qadevOOo/tests/java/mod/_sc/XMLExporter.java b/qadevOOo/tests/java/mod/_sc/XMLExporter.java index 1e2454c52..4b0fd2caa 100644 --- a/qadevOOo/tests/java/mod/_sc/XMLExporter.java +++ b/qadevOOo/tests/java/mod/_sc/XMLExporter.java @@ -195,7 +195,7 @@ public class XMLExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -214,7 +214,7 @@ public class XMLExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java index c6ae9c78b..c2f59a41e 100644 --- a/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java +++ b/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java @@ -176,7 +176,7 @@ public class XMLMetaExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -195,7 +195,7 @@ public class XMLMetaExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java b/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java index 9ddce92e1..5e273d8ea 100644 --- a/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java +++ b/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java @@ -184,7 +184,7 @@ public class XMLMetaImporter extends TestCase { logF.println("Title returned = '" + title + "'") ; return impTitle.equals(title) ; } catch (com.sun.star.uno.Exception e) { - logF.println("Exception occured while checking filter :") ; + logF.println("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_sc/XMLSettingsExporter.java b/qadevOOo/tests/java/mod/_sc/XMLSettingsExporter.java index 9126221ad..f1ddc0cbb 100644 --- a/qadevOOo/tests/java/mod/_sc/XMLSettingsExporter.java +++ b/qadevOOo/tests/java/mod/_sc/XMLSettingsExporter.java @@ -177,7 +177,7 @@ public class XMLSettingsExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -196,7 +196,7 @@ public class XMLSettingsExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_sc/XMLSettingsImporter.java b/qadevOOo/tests/java/mod/_sc/XMLSettingsImporter.java index 68b2df5b5..49d7fc88e 100644 --- a/qadevOOo/tests/java/mod/_sc/XMLSettingsImporter.java +++ b/qadevOOo/tests/java/mod/_sc/XMLSettingsImporter.java @@ -206,7 +206,7 @@ public class XMLSettingsImporter extends TestCase { logF.println("ShowGrid = " + gVal ) ; return "false".equals(gVal) ; } catch (com.sun.star.uno.Exception e) { - logF.println("Exception occured while checking filter :") ; + logF.println("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java index 51671d8d2..3ce240bc8 100644 --- a/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java +++ b/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java @@ -182,7 +182,7 @@ public class XMLStylesExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -201,7 +201,7 @@ public class XMLStylesExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_simplereg.uno/SimpleRegistry.java b/qadevOOo/tests/java/mod/_simplereg.uno/SimpleRegistry.java index 5c8730b7b..3fe055e9d 100644 --- a/qadevOOo/tests/java/mod/_simplereg.uno/SimpleRegistry.java +++ b/qadevOOo/tests/java/mod/_simplereg.uno/SimpleRegistry.java @@ -145,7 +145,7 @@ public class SimpleRegistry extends TestCase { copyFile(source, tmpDir + destroyF, log); copyFile(source, tmpDir + mergeF, log); } catch (java.io.IOException e) { - log.println("Exception occured while copying files"); + log.println("Exception occurred while copying files"); e.printStackTrace(log); } diff --git a/qadevOOo/tests/java/mod/_simreg/SimpleRegistry.java b/qadevOOo/tests/java/mod/_simreg/SimpleRegistry.java index a3c5786f4..657bac3b3 100644 --- a/qadevOOo/tests/java/mod/_simreg/SimpleRegistry.java +++ b/qadevOOo/tests/java/mod/_simreg/SimpleRegistry.java @@ -149,7 +149,7 @@ public class SimpleRegistry extends TestCase { copyFile(source, tmpDir + destroyF, log); copyFile(source, tmpDir + mergeF, log); } catch (java.io.IOException e) { - log.println("Exception occured while copying files"); + log.println("Exception occurred while copying files"); e.printStackTrace(log); } diff --git a/qadevOOo/tests/java/mod/_sm/XMLExporter.java b/qadevOOo/tests/java/mod/_sm/XMLExporter.java index b6f5bcab6..f2ef6f91e 100644 --- a/qadevOOo/tests/java/mod/_sm/XMLExporter.java +++ b/qadevOOo/tests/java/mod/_sm/XMLExporter.java @@ -167,7 +167,7 @@ public class XMLExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -186,7 +186,7 @@ public class XMLExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_sm/XMLImporter.java b/qadevOOo/tests/java/mod/_sm/XMLImporter.java index f598f28f0..01216ceff 100644 --- a/qadevOOo/tests/java/mod/_sm/XMLImporter.java +++ b/qadevOOo/tests/java/mod/_sm/XMLImporter.java @@ -157,7 +157,7 @@ public class XMLImporter extends TestCase { logF.println("Formula returned = '" + gFormula + "'") ; return impFormula.equals(gFormula) ; } catch (com.sun.star.uno.Exception e) { - logF.println("Exception occured while checking filter :") ; + logF.println("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java index 3c721eda6..e29896995 100644 --- a/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java +++ b/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java @@ -169,7 +169,7 @@ public class XMLMetaExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -188,7 +188,7 @@ public class XMLMetaExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_sm/XMLMetaImporter.java b/qadevOOo/tests/java/mod/_sm/XMLMetaImporter.java index 2b9b3e8dd..4c4f2e4f8 100644 --- a/qadevOOo/tests/java/mod/_sm/XMLMetaImporter.java +++ b/qadevOOo/tests/java/mod/_sm/XMLMetaImporter.java @@ -185,7 +185,7 @@ public class XMLMetaImporter extends TestCase { return result ; } catch (com.sun.star.uno.Exception e) { - logF.println("Exception occured while checking filter :") ; + logF.println("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java b/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java index 9995169a3..b8f1ae4dc 100644 --- a/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java +++ b/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java @@ -168,7 +168,7 @@ public class XMLSettingsExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -187,7 +187,7 @@ public class XMLSettingsExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_sm/XMLSettingsImporter.java b/qadevOOo/tests/java/mod/_sm/XMLSettingsImporter.java index 7b4731f13..6760e7958 100644 --- a/qadevOOo/tests/java/mod/_sm/XMLSettingsImporter.java +++ b/qadevOOo/tests/java/mod/_sm/XMLSettingsImporter.java @@ -167,7 +167,7 @@ public class XMLSettingsImporter extends TestCase { logF.println("Margin returned: " + gMargin); return impMargin == gMargin.shortValue() ; } catch (com.sun.star.uno.Exception e) { - logF.println("Exception occured while checking filter :") ; + logF.println("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_sw/CharacterStyle.java b/qadevOOo/tests/java/mod/_sw/CharacterStyle.java old mode 100755 new mode 100644 index 95c705093..581e3646f --- a/qadevOOo/tests/java/mod/_sw/CharacterStyle.java +++ b/qadevOOo/tests/java/mod/_sw/CharacterStyle.java @@ -122,11 +122,11 @@ public class CharacterStyle extends TestCase { oStyle = (XStyle) UnoRuntime.queryInterface( XStyle.class,oSFIA.getByIndex(0)); } catch ( com.sun.star.lang.WrappedTargetException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } catch ( com.sun.star.lang.IndexOutOfBoundsException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } @@ -139,7 +139,7 @@ public class CharacterStyle extends TestCase { oMSF.createInstance("com.sun.star.style.CharacterStyle"); oMyStyle = (XStyle) UnoRuntime.queryInterface(XStyle.class, oInt); } catch ( com.sun.star.uno.Exception e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } diff --git a/qadevOOo/tests/java/mod/_sw/ConditionalParagraphStyle.java b/qadevOOo/tests/java/mod/_sw/ConditionalParagraphStyle.java old mode 100755 new mode 100644 index f0903c99e..c4e5d1252 --- a/qadevOOo/tests/java/mod/_sw/ConditionalParagraphStyle.java +++ b/qadevOOo/tests/java/mod/_sw/ConditionalParagraphStyle.java @@ -109,15 +109,15 @@ public class ConditionalParagraphStyle extends TestCase { oStyle = (XStyle) UnoRuntime.queryInterface( XStyle.class,oSFIA.getByIndex(1)); } catch ( com.sun.star.lang.WrappedTargetException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } catch ( com.sun.star.lang.IndexOutOfBoundsException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } catch ( com.sun.star.container.NoSuchElementException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } @@ -130,7 +130,7 @@ public class ConditionalParagraphStyle extends TestCase { oMSF.createInstance("com.sun.star.style.ConditionalParagraphStyle"); oMyStyle = (XStyle) UnoRuntime.queryInterface(XStyle.class, oInt); } catch ( com.sun.star.uno.Exception e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } diff --git a/qadevOOo/tests/java/mod/_sw/PageStyle.java b/qadevOOo/tests/java/mod/_sw/PageStyle.java old mode 100755 new mode 100644 index 19a518cf9..10e68d732 --- a/qadevOOo/tests/java/mod/_sw/PageStyle.java +++ b/qadevOOo/tests/java/mod/_sw/PageStyle.java @@ -104,15 +104,15 @@ public class PageStyle extends TestCase { log.println("Chosen pool style: "+oStyle.getName()); } catch ( com.sun.star.lang.WrappedTargetException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } catch ( com.sun.star.lang.IndexOutOfBoundsException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } catch ( com.sun.star.container.NoSuchElementException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } @@ -126,7 +126,7 @@ public class PageStyle extends TestCase { // oMSF.createInstanceWithArguments("com.sun.star.style.PageStyle",new Object[]{oStyle}); oMyStyle = (XStyle) UnoRuntime.queryInterface(XStyle.class, oInt); } catch ( com.sun.star.uno.Exception e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } diff --git a/qadevOOo/tests/java/mod/_sw/ParagraphStyle.java b/qadevOOo/tests/java/mod/_sw/ParagraphStyle.java old mode 100755 new mode 100644 index be55107c9..0bed3a90d --- a/qadevOOo/tests/java/mod/_sw/ParagraphStyle.java +++ b/qadevOOo/tests/java/mod/_sw/ParagraphStyle.java @@ -103,15 +103,15 @@ public class ParagraphStyle extends TestCase { oStyle = (XStyle) UnoRuntime.queryInterface( XStyle.class,oSFIA.getByIndex(1)); } catch ( com.sun.star.lang.WrappedTargetException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } catch ( com.sun.star.lang.IndexOutOfBoundsException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } catch ( com.sun.star.container.NoSuchElementException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } @@ -124,7 +124,7 @@ public class ParagraphStyle extends TestCase { oMSF.createInstance("com.sun.star.style.ParagraphStyle"); oMyStyle = (XStyle) UnoRuntime.queryInterface(XStyle.class, oInt); } catch ( com.sun.star.uno.Exception e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java b/qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java index d99a6dcfa..14118a339 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java @@ -126,13 +126,13 @@ public class SwAccessiblePageView extends TestCase { new Type(XInterface.class),oEnum2.nextElement()); } catch ( com.sun.star.lang.WrappedTargetException e ) { e.printStackTrace(log); - log.println("Error: exception occured..."); + log.println("Error: exception occurred..."); } catch ( com.sun.star.container.NoSuchElementException e ) { e.printStackTrace(log); - log.println("Error: exception occured..."); + log.println("Error: exception occurred..."); } catch ( com.sun.star.lang.IllegalArgumentException e ) { e.printStackTrace(log); - log.println("Error: exception occured..."); + log.println("Error: exception occurred..."); } try { @@ -142,19 +142,19 @@ public class SwAccessiblePageView extends TestCase { UnoRuntime.queryInterface(XPropertySet.class, para); paraP.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_AFTER); } catch ( com.sun.star.lang.WrappedTargetException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); throw new StatusException( "Couldn't get Paragraph", e ); } catch ( com.sun.star.lang.IllegalArgumentException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); throw new StatusException( "Couldn't get Paragraph", e ); } catch ( com.sun.star.beans.UnknownPropertyException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); throw new StatusException( "Couldn't get Paragraph", e ); } catch ( com.sun.star.beans.PropertyVetoException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); throw new StatusException( "Couldn't get Paragraph", e ); } diff --git a/qadevOOo/tests/java/mod/_sw/SwXLineNumberingProperties.java b/qadevOOo/tests/java/mod/_sw/SwXLineNumberingProperties.java index 1fac0d274..700b58c6b 100644 --- a/qadevOOo/tests/java/mod/_sw/SwXLineNumberingProperties.java +++ b/qadevOOo/tests/java/mod/_sw/SwXLineNumberingProperties.java @@ -103,7 +103,7 @@ public class SwXLineNumberingProperties extends TestCase { } } catch ( com.sun.star.lang.IllegalArgumentException e ) { e.printStackTrace(log); - log.println("Exception occured: " + e); + log.println("Exception occurred: " + e); } XLineNumberingProperties oLNP = (XLineNumberingProperties) diff --git a/qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java b/qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java index 30dbe80c7..9b4e47594 100644 --- a/qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java +++ b/qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java @@ -119,7 +119,7 @@ public class SwXNumberingRules extends TestCase { ControlCharacter.PARAGRAPH_BREAK, false); } } catch ( com.sun.star.lang.IllegalArgumentException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); } @@ -134,13 +134,13 @@ public class SwXNumberingRules extends TestCase { NumStyleI = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,NumStyles); } catch ( com.sun.star.lang.WrappedTargetException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); } catch ( com.sun.star.container.NoSuchElementException e ) { log.println("Error, no such style family..."); e.printStackTrace(log); } catch ( com.sun.star.lang.IllegalArgumentException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); } @@ -156,16 +156,16 @@ public class SwXNumberingRules extends TestCase { XIndexAccess nRules = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, props.getPropertyValue("NumberingRules")); instance1 = nRules.getByIndex(0); } catch ( com.sun.star.lang.WrappedTargetException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); } catch ( com.sun.star.lang.IndexOutOfBoundsException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); } catch ( com.sun.star.beans.UnknownPropertyException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); } catch ( com.sun.star.lang.IllegalArgumentException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); } diff --git a/qadevOOo/tests/java/mod/_sw/SwXParagraph.java b/qadevOOo/tests/java/mod/_sw/SwXParagraph.java index 6bb88deb1..e9e135c8c 100644 --- a/qadevOOo/tests/java/mod/_sw/SwXParagraph.java +++ b/qadevOOo/tests/java/mod/_sw/SwXParagraph.java @@ -213,13 +213,13 @@ public class SwXParagraph extends TestCase { new Type(XInterface.class),oEnum2.nextElement()); } catch ( com.sun.star.lang.WrappedTargetException e ) { e.printStackTrace(log); - log.println("Error: exception occured..."); + log.println("Error: exception occurred..."); } catch ( com.sun.star.container.NoSuchElementException e ) { e.printStackTrace(log); - log.println("Error: exception occured..."); + log.println("Error: exception occurred..."); } catch ( com.sun.star.lang.IllegalArgumentException e ) { e.printStackTrace(log); - log.println("Error: exception occured..."); + log.println("Error: exception occurred..."); } try { @@ -230,19 +230,19 @@ public class SwXParagraph extends TestCase { paraP.setPropertyValue("NumberingStyleName","Numbering 4"); nRules = paraP.getPropertyValue("NumberingRules"); } catch ( com.sun.star.lang.WrappedTargetException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); throw new StatusException( "Couldn't get Paragraph", e ); } catch ( com.sun.star.lang.IllegalArgumentException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); throw new StatusException( "Couldn't get Paragraph", e ); } catch ( com.sun.star.beans.UnknownPropertyException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); throw new StatusException( "Couldn't get Paragraph", e ); } catch ( com.sun.star.beans.PropertyVetoException e ) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); throw new StatusException( "Couldn't get Paragraph", e ); } @@ -252,7 +252,7 @@ public class SwXParagraph extends TestCase { oObj = (XInterface) AnyConverter.toObject( new Type(XInterface.class),oEnum.nextElement()); } catch ( Exception e) { - log.println("Error, exception occured..."); + log.println("Error, exception occurred..."); e.printStackTrace(log); throw new StatusException( "Couldn't get Paragraph", e ); } diff --git a/qadevOOo/tests/java/mod/_sw/SwXStyle.java b/qadevOOo/tests/java/mod/_sw/SwXStyle.java index 417080e22..1f53900cf 100644 --- a/qadevOOo/tests/java/mod/_sw/SwXStyle.java +++ b/qadevOOo/tests/java/mod/_sw/SwXStyle.java @@ -140,15 +140,15 @@ public class SwXStyle extends TestCase { oStyle = (XStyle) AnyConverter.toObject( new Type(XStyle.class),oSFIA.getByIndex(10)); } catch ( com.sun.star.lang.WrappedTargetException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } catch ( com.sun.star.lang.IndexOutOfBoundsException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } catch ( com.sun.star.lang.IllegalArgumentException e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } @@ -161,7 +161,7 @@ public class SwXStyle extends TestCase { oMSF.createInstance("com.sun.star.style.CharacterStyle"); oMyStyle = (XStyle) UnoRuntime.queryInterface(XStyle.class, oInt); } catch ( com.sun.star.uno.Exception e ) { - log.println("Error: exception occured."); + log.println("Error: exception occurred."); e.printStackTrace(log); throw new StatusException( "Couldn't create environment ", e ); } diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextColumns.java b/qadevOOo/tests/java/mod/_sw/SwXTextColumns.java index f5ec37061..9247afa85 100644 --- a/qadevOOo/tests/java/mod/_sw/SwXTextColumns.java +++ b/qadevOOo/tests/java/mod/_sw/SwXTextColumns.java @@ -120,16 +120,16 @@ public class SwXTextColumns extends TestCase { oStyle = (XStyle) AnyConverter.toObject( new Type(XStyle.class),oSFNA.getByName("Standard")); } catch ( com.sun.star.lang.WrappedTargetException e ) { - log.println("Error, exception occured while getting style."); + log.println("Error, exception occurred while getting style."); e.printStackTrace(log); } catch ( com.sun.star.lang.IndexOutOfBoundsException e ) { - log.println("Error, exception occured while getting style."); + log.println("Error, exception occurred while getting style."); e.printStackTrace(log); } catch ( com.sun.star.container.NoSuchElementException e ) { - log.println("Error, exception occured while getting style."); + log.println("Error, exception occurred while getting style."); e.printStackTrace(log); } catch ( com.sun.star.lang.IllegalArgumentException e ) { - log.println("Error, exception occured while getting style."); + log.println("Error, exception occurred while getting style."); e.printStackTrace(log); } @@ -141,13 +141,13 @@ public class SwXTextColumns extends TestCase { oObj = (XTextColumns) AnyConverter.toObject( new Type(XTextColumns.class),xProps.getPropertyValue("TextColumns")); } catch ( com.sun.star.lang.WrappedTargetException e ) { - log.println("Exception occured while getting style property"); + log.println("Exception occurred while getting style property"); e.printStackTrace(log); } catch ( com.sun.star.beans.UnknownPropertyException e ) { - log.println("Exception occured while getting style property"); + log.println("Exception occurred while getting style property"); e.printStackTrace(log); } catch ( com.sun.star.lang.IllegalArgumentException e ) { - log.println("Exception occured while getting style property"); + log.println("Exception occurred while getting style property"); e.printStackTrace(log); } @@ -172,7 +172,7 @@ public class SwXTextColumns extends TestCase { ControlCharacter.LINE_BREAK, false ); } } catch ( com.sun.star.lang.IllegalArgumentException e ){ - log.println("Exception occured while inserting Text"); + log.println("Exception occurred while inserting Text"); e.printStackTrace(log); } diff --git a/qadevOOo/tests/java/mod/_sw/XMLContentExporter.java b/qadevOOo/tests/java/mod/_sw/XMLContentExporter.java index f59512b92..b5ad93854 100644 --- a/qadevOOo/tests/java/mod/_sw/XMLContentExporter.java +++ b/qadevOOo/tests/java/mod/_sw/XMLContentExporter.java @@ -166,7 +166,7 @@ public class XMLContentExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -186,7 +186,7 @@ public class XMLContentExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return checkTags(); diff --git a/qadevOOo/tests/java/mod/_sw/XMLExporter.java b/qadevOOo/tests/java/mod/_sw/XMLExporter.java index 66c55706f..849159ae5 100644 --- a/qadevOOo/tests/java/mod/_sw/XMLExporter.java +++ b/qadevOOo/tests/java/mod/_sw/XMLExporter.java @@ -170,7 +170,7 @@ public class XMLExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -189,7 +189,7 @@ public class XMLExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return checkTags() ; diff --git a/qadevOOo/tests/java/mod/_sw/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_sw/XMLMetaExporter.java index ed1661d27..17ef8afeb 100644 --- a/qadevOOo/tests/java/mod/_sw/XMLMetaExporter.java +++ b/qadevOOo/tests/java/mod/_sw/XMLMetaExporter.java @@ -170,7 +170,7 @@ public class XMLMetaExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -190,7 +190,7 @@ public class XMLMetaExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return checkTags(); diff --git a/qadevOOo/tests/java/mod/_sw/XMLMetaImporter.java b/qadevOOo/tests/java/mod/_sw/XMLMetaImporter.java index 6deab9672..ce97682aa 100644 --- a/qadevOOo/tests/java/mod/_sw/XMLMetaImporter.java +++ b/qadevOOo/tests/java/mod/_sw/XMLMetaImporter.java @@ -176,7 +176,7 @@ public class XMLMetaImporter extends TestCase { logF.println("Title returned = '" + title + "'") ; return impTitle.equals(title) ; } catch (com.sun.star.uno.Exception e) { - logF.println("Exception occured while checking filter :") ; + logF.println("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_sw/XMLSettingsExporter.java b/qadevOOo/tests/java/mod/_sw/XMLSettingsExporter.java index fbea9eb7b..20569eb97 100644 --- a/qadevOOo/tests/java/mod/_sw/XMLSettingsExporter.java +++ b/qadevOOo/tests/java/mod/_sw/XMLSettingsExporter.java @@ -179,7 +179,7 @@ public class XMLSettingsExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -199,7 +199,7 @@ public class XMLSettingsExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java index 0d7772a82..bb12e2b41 100644 --- a/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java +++ b/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java @@ -172,7 +172,7 @@ public class XMLStylesExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -192,7 +192,7 @@ public class XMLStylesExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_sw/XMLStylesImporter.java b/qadevOOo/tests/java/mod/_sw/XMLStylesImporter.java index c8bde32a1..a81432f13 100644 --- a/qadevOOo/tests/java/mod/_sw/XMLStylesImporter.java +++ b/qadevOOo/tests/java/mod/_sw/XMLStylesImporter.java @@ -175,7 +175,7 @@ public class XMLStylesImporter extends TestCase { logF.println("Prefix returned = '" + prefix + "'") ; return impPrefix.equals(prefix) ; } catch (com.sun.star.uno.Exception e) { - logF.println("Exception occured while checking filter :") ; + logF.println("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java index 93d9de99b..b8b3d2598 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java @@ -173,7 +173,7 @@ public class XMLContentExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -192,7 +192,7 @@ public class XMLContentExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check() ; diff --git a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java index 4801b2a4c..e29f5dc98 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java @@ -193,7 +193,7 @@ public class XMLContentImporter extends TestCase { return impValue.equals(title) ; } catch (com.sun.star.uno.Exception e) { logF.println - ("Exception occured while checking filter :") ; + ("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLExporter.java b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLExporter.java index ccea9da56..bb725ec8d 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLExporter.java @@ -176,7 +176,7 @@ public class XMLExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -195,7 +195,7 @@ public class XMLExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check() ; diff --git a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLImporter.java b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLImporter.java index 52b3b3ce0..5a6bd0258 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLImporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLImporter.java @@ -191,7 +191,7 @@ public class XMLImporter extends TestCase { return impValue.equals(title) ; } catch (com.sun.star.uno.Exception e) { logF.println - ("Exception occured while checking filter :") ; + ("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesExporter.java index ce399da29..a4b762161 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesExporter.java @@ -163,7 +163,7 @@ public class XMLStylesExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -182,7 +182,7 @@ public class XMLStylesExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check() ; diff --git a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesImporter.java b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesImporter.java index 01f89d61a..5a4707302 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesImporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesImporter.java @@ -172,7 +172,7 @@ public class XMLStylesImporter extends TestCase { logF.println(" TRUE returned."); return true ; /* } catch (com.sun.star.uno.Exception e) { - logF.println("Exception occured while checking filter :") ; + logF.println("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java index b0f38f3d7..6e6b06cdd 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java @@ -185,7 +185,7 @@ public class XMLContentExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -204,7 +204,7 @@ public class XMLContentExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLExporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLExporter.java index 996fc2c7c..ca9b64b0b 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLExporter.java @@ -186,7 +186,7 @@ public class XMLExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -205,7 +205,7 @@ public class XMLExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaExporter.java index b572027f3..536981d3c 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaExporter.java @@ -176,7 +176,7 @@ public class XMLMetaExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -196,7 +196,7 @@ public class XMLMetaExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaImporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaImporter.java index ff76e821a..aaf8557c9 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaImporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaImporter.java @@ -177,7 +177,7 @@ public class XMLMetaImporter extends TestCase { logF.println("Title returned = '" + title + "'") ; return impTitle.equals(title) ; } catch (com.sun.star.uno.Exception e) { - logF.println("Exception occured while checking filter :") ; + logF.println("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLSettingsExporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLSettingsExporter.java index a1f70a022..2d5866204 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLSettingsExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLSettingsExporter.java @@ -182,7 +182,7 @@ public class XMLSettingsExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -202,7 +202,7 @@ public class XMLSettingsExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java index bd4180571..8022b9d0b 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java @@ -184,7 +184,7 @@ public class XMLStylesExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -204,7 +204,7 @@ public class XMLStylesExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java index defe48794..7b117020e 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java @@ -179,7 +179,7 @@ public class XMLContentExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -198,7 +198,7 @@ public class XMLContentExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check() ; diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java index 8de42bcb3..dba067e5b 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java @@ -208,7 +208,7 @@ public class XMLContentImporter extends TestCase { logF.println("Page name returned = '" + gName + "'") ; return impPageName.equals(gName) ; } catch (com.sun.star.uno.Exception e) { - logF.println("Exception occured while checking filter :") ; + logF.println("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java index 18fab3f93..4b11248f4 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java @@ -182,7 +182,7 @@ public class XMLExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -201,7 +201,7 @@ public class XMLExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java index fd7a4f871..0e528ba36 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java @@ -178,7 +178,7 @@ public class XMLMetaExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -197,7 +197,7 @@ public class XMLMetaExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java index 7c69de6e1..3d3605596 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java @@ -176,7 +176,7 @@ public class XMLMetaImporter extends TestCase { logF.println("Title returned = '" + title + "'") ; return impTitle.equals(title) ; } catch (com.sun.star.uno.Exception e) { - logF.println("Exception occured while checking filter :") ; + logF.println("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java index 69a3a45ed..25ca9e170 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java @@ -191,7 +191,7 @@ public class XMLSettingsExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -210,7 +210,7 @@ public class XMLSettingsExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java index aeca441c2..288012758 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java @@ -181,7 +181,7 @@ public class XMLStylesExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -200,7 +200,7 @@ public class XMLStylesExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/testautomation/chart2/tools/ch_tools_axes.inc b/testautomation/chart2/tools/ch_tools_axes.inc index ef897fbc3..67d77ea8d 100644 --- a/testautomation/chart2/tools/ch_tools_axes.inc +++ b/testautomation/chart2/tools/ch_tools_axes.inc @@ -40,7 +40,7 @@ ' Return codes (for all functions): ' Error 0: Success. ' Error 1: The basic action beeing applied caused a serious problem, e.g. a crash. -' Error 2 to 9: A functional problem occured. +' Error 2 to 9: A functional problem occurred. ' Error 11 to 19: Wrong marginal conditions end up in Failure, e.g. control not visible. ' Note: Following errors can be used for negative testing. ' Error 42: Wrong input. Probably only of interest during test development. diff --git a/testautomation/chart2/tools/ch_tools_chart_type.inc b/testautomation/chart2/tools/ch_tools_chart_type.inc index 7cf0a1e7d..4d8a5aad5 100644 --- a/testautomation/chart2/tools/ch_tools_chart_type.inc +++ b/testautomation/chart2/tools/ch_tools_chart_type.inc @@ -51,7 +51,7 @@ ' Return codes: ' Error 0: Success. ' Error 1: The basic action beeing applied caused a serious problem, e.g. a crash. -' Error 2 TO 9: A functional problem occured. +' Error 2 TO 9: A functional problem occurred. ' Error 11 TO 19: Wrong marginal conditions end up in failure, e.g. control not visible. ' ' NOTE: Following errors can also be used for 'negative' testing. diff --git a/testautomation/chart2/tools/ch_tools_data_labels.inc b/testautomation/chart2/tools/ch_tools_data_labels.inc index 879ddae59..ee189de12 100644 --- a/testautomation/chart2/tools/ch_tools_data_labels.inc +++ b/testautomation/chart2/tools/ch_tools_data_labels.inc @@ -46,7 +46,7 @@ 'Return codes: 'Error 0: Success. 'Error 1: The basic action beeing applied caused a serious problem, e.g. a crash. -'Error 2 TO 9: A functional problem occured. +'Error 2 TO 9: A functional problem occurred. 'Error 11 TO 19: Wrong marginal conditions end up in Failure, e.g. control not visible. 'NOTE: This errors can also be used for 'negative' testing. 'Error 42: Wrong input. Probably only of interest during test development . diff --git a/testautomation/chart2/tools/ch_tools_grids.inc b/testautomation/chart2/tools/ch_tools_grids.inc index d909ef742..cf6430487 100644 --- a/testautomation/chart2/tools/ch_tools_grids.inc +++ b/testautomation/chart2/tools/ch_tools_grids.inc @@ -43,7 +43,7 @@ ' Return codes: ' Error 0: Success. ' Error 1: The basic action beeing applied caused a serious problem, e.g. a crash. -' Error 2 TO 9: A functional problem occured. +' Error 2 TO 9: A functional problem occurred. ' Error 11 TO 19: Wrong marginal conditions end up in Failure, e.g. control not visible. ' NOTE: This errors can also be used for 'negative' testing. ' Error 42: Wrong input. Probably only of interest during test development . diff --git a/testautomation/chart2/tools/ch_tools_legend.inc b/testautomation/chart2/tools/ch_tools_legend.inc index 9c16c71d1..ed056c411 100644 --- a/testautomation/chart2/tools/ch_tools_legend.inc +++ b/testautomation/chart2/tools/ch_tools_legend.inc @@ -44,7 +44,7 @@ ' Return codes: ' Error 0: Success. ' Error 1: The basic action beeing applied caused a serious problem, e.g. a crash. -' Error 2 TO 9: A functional problem occured. +' Error 2 TO 9: A functional problem occurred. ' Error 11 TO 19: Wrong marginal conditions end up in failture, e.g. control not visible. ' NOTE: This errors can also be used for 'negative' testing. ' Error 42: Wrong input. Probably only of interest during test development . diff --git a/testautomation/chart2/tools/ch_tools_statistics.inc b/testautomation/chart2/tools/ch_tools_statistics.inc index 59bd74496..75dbd8838 100644 --- a/testautomation/chart2/tools/ch_tools_statistics.inc +++ b/testautomation/chart2/tools/ch_tools_statistics.inc @@ -47,7 +47,7 @@ ' Return codes: ' Error 0: Success. ' Error 1: The basic action beeing applied caused a serious problem, e.g. a crash. -' Error 2 TO 9: A functional problem occured. +' Error 2 TO 9: A functional problem occurred. ' Error 11 TO 19: Wrong marginal conditions end up in failture, e.g. control not visible. ' NOTE: This errors can also be used for 'negative' testing. ' Error 42: Wrong input. Probably only of interest during test development. diff --git a/testautomation/chart2/tools/ch_tools_tab_borders_lines.inc b/testautomation/chart2/tools/ch_tools_tab_borders_lines.inc index 4d9847615..b7a33c2a7 100644 --- a/testautomation/chart2/tools/ch_tools_tab_borders_lines.inc +++ b/testautomation/chart2/tools/ch_tools_tab_borders_lines.inc @@ -43,7 +43,7 @@ ' Return codes: ' Error 0: Success. ' Error 1: The basic action beeing applied caused a serious problem, e.g. a crash. -' Error 2 TO 9: A functional problem occured. +' Error 2 TO 9: A functional problem occurred. ' Error 11 TO 19: Wrong marginal conditions end up in Failure, e.g. control not visible. ' NOTE: This errors can also be used for 'negative' testing. ' Error 42: Wrong input. Probably only of interest during test development . diff --git a/testautomation/chart2/tools/ch_tools_tab_pages.inc b/testautomation/chart2/tools/ch_tools_tab_pages.inc index 63d88d35c..eeda6c0c6 100644 --- a/testautomation/chart2/tools/ch_tools_tab_pages.inc +++ b/testautomation/chart2/tools/ch_tools_tab_pages.inc @@ -42,7 +42,7 @@ ' Return codes: ' Error 0: Success. ' Error 1: The basic action beeing applied caused a serious problem, e.g. a crash. -' Error 2 TO 9: A functional problem occured. +' Error 2 TO 9: A functional problem occurred. ' Error 11 TO 19: Wrong marginal conditions end up in Failure, e.g. control not visible. ' NOTE: This errors can also be used for 'negative' testing. ' Error 42: Wrong input. Probably only of interest during test development . diff --git a/testautomation/chart2/tools/ch_tools_titles.inc b/testautomation/chart2/tools/ch_tools_titles.inc index c3b64a6fa..61a82f886 100644 --- a/testautomation/chart2/tools/ch_tools_titles.inc +++ b/testautomation/chart2/tools/ch_tools_titles.inc @@ -43,7 +43,7 @@ ' Return codes: ' Error 0: Success. ' Error 1: The basic action beeing applied caused a serious problem, e.g. a crash. -' Error 2 TO 9: A functional problem occured. +' Error 2 TO 9: A functional problem occurred. ' Error 11 TO 19: Wrong marginal conditions end up in Failure, e.g. control not visible. ' NOTE: This errors can also be used for 'negative' testing. ' Error 42: Wrong input. Probably only of interest during test development . diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc old mode 100755 new mode 100644 index a716a5d98..fec317478 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -983,7 +983,7 @@ function getSofficeNative() as string end if getSofficeNative = gOfficePath ' set return value else - '/// If error occured, set returnvalue to "" - empty srting ///' + '/// If error occurred, set returnvalue to "" - empty srting ///' getSofficeNative = "" ' set return value end if end function diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc old mode 100755 new mode 100644 index 562e9a957..ace281886 --- a/testautomation/global/system/includes/master.inc +++ b/testautomation/global/system/includes/master.inc @@ -577,7 +577,7 @@ end sub '------------------------------------------------------------------------- sub TestExit - '/// Automatically called at the end of a testcase or directly called when an error occured + '/// Automatically called at the end of a testcase or directly called when an error occurred '///+

                            • Write the data for status page in a list in status.inc
                            Call PleaseRecover ("TestExit") if ((gTestName <> "") AND isStatusEnabled()) then @@ -616,7 +616,7 @@ sub PleaseRecover (sWhat as String) gStartTheOffice = FALSE 'This is the trigger for a restart after application crashed: sError = ResetApplication - 'If sError = empty then no error occured. + 'If sError = empty then no error occurred. if sError <> "" then printlog " ** Error in " + sWhat + " -Routine **" warnlog sError diff --git a/testautomation/global/tools/includes/optional/t_set_standard_controls.inc b/testautomation/global/tools/includes/optional/t_set_standard_controls.inc index 8384edcc2..fa31c0462 100644 --- a/testautomation/global/tools/includes/optional/t_set_standard_controls.inc +++ b/testautomation/global/tools/includes/optional/t_set_standard_controls.inc @@ -51,7 +51,7 @@ '///Return codes: '///+
                            • Error 0: Success
                            • '///+
                            • Error 1: The basic action beeing applied caused a serious problem, e.g. a crash
                            • -'///+
                            • Error 2 TO 9: A functional problem occured.
                            • +'///+
                            • Error 2 TO 9: A functional problem occurred.
                            • '///+
                            • Error 11 TO 19: Wrong marginal conditions end up in Failure, e.g. control not visible
                            '/// NOTE: This errors can also be used for 'negative' testing. '///+
                            • Error 42: Wrong input. Probably only of interest during test development
                            • diff --git a/testautomation/global/tools/includes/required/t_tools2.inc b/testautomation/global/tools/includes/required/t_tools2.inc old mode 100755 new mode 100644 index 76422a5e8..e4f3bd984 --- a/testautomation/global/tools/includes/required/t_tools2.inc +++ b/testautomation/global/tools/includes/required/t_tools2.inc @@ -617,7 +617,7 @@ function fRelativeToAbsolutePath (sRelativePath as string) as string sIntern = sRelativePath ' get count of 'relative path ups' aSplitOnDoublePoints = split(sIntern, gPathSigne+"..") - ' for every occurence cut part from path + ' for every occurrence cut part from path iHowOften = uBound(aSplitOnDoublePoints)-1 for i = 0 to iHowOften ' Split on every "/.." diff --git a/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc b/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc old mode 100755 new mode 100644 index 5e13f9353..adba422ad --- a/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc +++ b/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc @@ -387,7 +387,7 @@ testcase i76637 Kontext "DocumentWriter" FileReload printlog "reloading ..here the crash happened in i76637." - '///crash occured here + '///crash occurred here Call hCloseDocument Call hCloseDocument diff --git a/testautomation/writer/optional/includes/undo/w_undo_history_1.inc b/testautomation/writer/optional/includes/undo/w_undo_history_1.inc old mode 100755 new mode 100644 index 244643532..142f7ad1e --- a/testautomation/writer/optional/includes/undo/w_undo_history_1.inc +++ b/testautomation/writer/optional/includes/undo/w_undo_history_1.inc @@ -135,8 +135,8 @@ testcase tUndoReplaceAll FindAndReplace.Close Kontext "DocumentWriter" - '/// string in Undo list has to be: Replace: '14 occurences of and' - Call CheckUndoStringInUndoList ( 5, "14 occurences of 'and'" ) + '/// string in Undo list has to be: Replace: '14 occurrences of and' + Call CheckUndoStringInUndoList ( 5, "14 occurrences of 'and'" ) '/// CHECK: Delete '/// Backspace 4 times to delete characters diff --git a/testautomation/writer/tools/includes/w_tools_undo.inc b/testautomation/writer/tools/includes/w_tools_undo.inc index 8040b34dc..423e2cecb 100644 --- a/testautomation/writer/tools/includes/w_tools_undo.inc +++ b/testautomation/writer/tools/includes/w_tools_undo.inc @@ -92,7 +92,7 @@ sub CheckUndoStringInUndoList(vType as integer, optional vShould as string) ' Replace all case 5: Select Case vShould - case "14 occurences of 'and'" + case "14 occurrences of 'and'" Select Case iSprache Case 01: if UndoStringFromUndoList <> "Replace: 14 occurrences of 'and'" then Warnlog "Wrong text in Undo-List: " & UndoStringFromUndoList Case 34: if UndoStringFromUndoList <> "Reemplazar: 6 ocurrencias de 'and'" then Warnlog "Wrong text in Undo-List: " & UndoStringFromUndoList diff --git a/testautomation/xml/optional/includes/sxw7_03.inc b/testautomation/xml/optional/includes/sxw7_03.inc old mode 100755 new mode 100644 index 6dc71c8e6..adc163b9d --- a/testautomation/xml/optional/includes/sxw7_03.inc +++ b/testautomation/xml/optional/includes/sxw7_03.inc @@ -429,16 +429,16 @@ testcase tEventsToObjects end if else if l = 1 then - warnlog "Event on Graphic failed! No Message Box occured!" + warnlog "Event on Graphic failed! No Message Box occurred!" end if if l = 2 then - warnlog "Event on OLE object failed! No Message Box occured!" + warnlog "Event on OLE object failed! No Message Box occurred!" end if if l = 3 then - warnlog "Event on text frame object failed! No Message Box occured!" + warnlog "Event on text frame object failed! No Message Box occurred!" end if if l = 4 then - warnlog "Event on text frame object (frame style applied) failed! No Message Box occured!" + warnlog "Event on text frame object (frame style applied) failed! No Message Box occurred!" end if end if if l <> 4 then diff --git a/testgraphical/source/CallExternals.pm b/testgraphical/source/CallExternals.pm index 39db0c641..6fa58f92a 100644 --- a/testgraphical/source/CallExternals.pm +++ b/testgraphical/source/CallExternals.pm @@ -489,7 +489,7 @@ sub ExecSQL($) ($error, @aResult) = callphp(getPHPExecutable(), $sSQLDirect, singleQuote($sSQL)); if ($error) { - log_print ("ExecSQL: An Error occured.\n"); + log_print ("ExecSQL: An Error occurred.\n"); log_print ("PHP: " . getPHPExecutable() . "\n"); log_print ("SQL Statement: " . singleQuote($sSQL) . "\n"); # exit(1); diff --git a/testgraphical/source/fill_documents_loop.pl b/testgraphical/source/fill_documents_loop.pl index 494826224..5698f4b09 100644 --- a/testgraphical/source/fill_documents_loop.pl +++ b/testgraphical/source/fill_documents_loop.pl @@ -192,7 +192,7 @@ sub createDBEntriesForEveryDocument($) my $sStr = shift; if ($sStr =~ /^MySQL-Error/ ) { - # we don't do anything if an error occured + # we don't do anything if an error occurred return; } diff --git a/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java b/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java index 903e370fa..8366929d4 100644 --- a/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java +++ b/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java @@ -700,7 +700,7 @@ public class IniFile implements Enumeration } /** - * Helper to count the occurence of Sections + * Helper to count the occurrence of Sections * @return returns the count of '^['.*']$' Elements */ public int getElementCount() diff --git a/testtools/source/bridgetest/bridgetest.cxx b/testtools/source/bridgetest/bridgetest.cxx index 269621782..095da1b4c 100644 --- a/testtools/source/bridgetest/bridgetest.cxx +++ b/testtools/source/bridgetest/bridgetest.cxx @@ -1260,7 +1260,7 @@ sal_Int32 TestBridgeImpl::run( const Sequence< OUString > & rArgs ) catch (Exception & exc) { OString cstr( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); - fprintf( stderr, "exception occured: %s\n", cstr.getStr() ); + fprintf( stderr, "exception occurred: %s\n", cstr.getStr() ); throw; } diff --git a/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx b/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx index ab4912916..e0f9f75ae 100644 --- a/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx +++ b/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx @@ -970,7 +970,7 @@ static bool raiseException(XBridgeTest* xLBT ) catch (System::Exception* exc) { System::Text::StringBuilder* s = new System::Text::StringBuilder(); - s->Append(S"cli_cpp_bridgetest: unexpected exception occured in XMain::run. Original exception: "); + s->Append(S"cli_cpp_bridgetest: unexpected exception occurred in XMain::run. Original exception: "); s->Append(exc->GetType()->Name); s->Append(S"\n Message: "); s->Append(exc->Message); diff --git a/testtools/source/bridgetest/cli/cli_cs_bridgetest.cs b/testtools/source/bridgetest/cli/cli_cs_bridgetest.cs index 8872968e1..bcaeb359a 100644 --- a/testtools/source/bridgetest/cli/cli_cs_bridgetest.cs +++ b/testtools/source/bridgetest/cli/cli_cs_bridgetest.cs @@ -1024,7 +1024,7 @@ static bool raiseException(XBridgeTest xLBT ) catch (System.Exception exc) { throw new unoidl.com.sun.star.uno.RuntimeException( - "cli_cs_bridgetest.cs: unexpected exception occured in XMain::run. Original exception: " + + "cli_cs_bridgetest.cs: unexpected exception occurred in XMain::run. Original exception: " + exc.GetType().Name + "\n Message: " + exc.Message , null); } } diff --git a/testtools/source/bridgetest/cli/cli_vb_bridgetest.vb b/testtools/source/bridgetest/cli/cli_vb_bridgetest.vb index 58e4521ba..903c3cb15 100644 --- a/testtools/source/bridgetest/cli/cli_vb_bridgetest.vb +++ b/testtools/source/bridgetest/cli/cli_vb_bridgetest.vb @@ -850,7 +850,7 @@ Public Class BridgeTest Throw Catch e as System.Exception Throw New unoidl.com.sun.star.uno.RuntimeException( _ - "cli_vb_bridgetest.vb: unexpected exception occured in XMain::run. " _ + "cli_vb_bridgetest.vb: unexpected exception occurred in XMain::run. " _ & "Original exception: " + e.GetType().Name + "\n Message: " _ & e.Message , Nothing) -- cgit v1.2.3 From 203474a91fff2b72feb7043a66d26b719879b454 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 9 Dec 2010 10:40:52 +0000 Subject: rename AllFloats test to FourFloats --- testtools/com/sun/star/comp/bridge/TestComponent.java | 4 ++-- testtools/source/bridgetest/bridgetest.cxx | 6 +++--- testtools/source/bridgetest/cli/cli_cs_testobj.cs | 2 +- testtools/source/bridgetest/cppobj.cxx | 2 +- testtools/source/bridgetest/idl/bridgetest.idl | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/testtools/com/sun/star/comp/bridge/TestComponent.java b/testtools/com/sun/star/comp/bridge/TestComponent.java index e6a4dfa99..2ca871e10 100644 --- a/testtools/com/sun/star/comp/bridge/TestComponent.java +++ b/testtools/com/sun/star/comp/bridge/TestComponent.java @@ -47,7 +47,7 @@ import test.testtools.bridgetest.TestStruct; import test.testtools.bridgetest.SmallStruct; import test.testtools.bridgetest.MediumStruct; import test.testtools.bridgetest.BigStruct; -import test.testtools.bridgetest.AllFloats; +import test.testtools.bridgetest.FourFloats; import test.testtools.bridgetest.XBridgeTest; import test.testtools.bridgetest.XBridgeTest2; import test.testtools.bridgetest.XCurrentContextChecker; @@ -488,7 +488,7 @@ public class TestComponent { return i_Struct; } - public AllFloats echoAllFloats( AllFloats i_Struct) throws com.sun.star.uno.RuntimeException { + public FourFloats echoFourFloats( FourFloats i_Struct) throws com.sun.star.uno.RuntimeException { return i_Struct; } diff --git a/testtools/source/bridgetest/bridgetest.cxx b/testtools/source/bridgetest/bridgetest.cxx index 095da1b4c..81674ba40 100644 --- a/testtools/source/bridgetest/bridgetest.cxx +++ b/testtools/source/bridgetest/bridgetest.cxx @@ -548,9 +548,9 @@ static sal_Bool performTest( bRet = check( memcmp(&aIn, &aOut, sizeof(BigStruct)) == 0, "big struct test" ) && bRet; } { - AllFloats aIn(1.1f, 2.2f, 3.3f, 4.4f); - AllFloats aOut = xLBT->echoAllFloats(aIn); - bRet = check( memcmp(&aIn, &aOut, sizeof(AllFloats)) == 0, "all floats struct test" ) && bRet; + FourFloats aIn(3.3f, 4.4f, 5.5f, 6.6f); + FourFloats aOut = xLBT->echoFourFloats(aIn); + bRet = check( memcmp(&aIn, &aOut, sizeof(FourFloats)) == 0, "four floats struct test" ) && bRet; } { sal_Int32 i2 = xLBT->testPPCAlignment( 0, 0, 0, 0, 0xbeaf ); diff --git a/testtools/source/bridgetest/cli/cli_cs_testobj.cs b/testtools/source/bridgetest/cli/cli_cs_testobj.cs index 258445eea..a1064d81d 100644 --- a/testtools/source/bridgetest/cli/cli_cs_testobj.cs +++ b/testtools/source/bridgetest/cli/cli_cs_testobj.cs @@ -239,7 +239,7 @@ public class BridgeTestObject : WeakBase, XRecursiveCall, XBridgeTest2 return arg; } - public AllFloats echoAllFloats(/*[in]*/AllFloats arg) + public FourFloats echoFourFloats(/*[in]*/FourFloats arg) { return arg; } diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx index e41c5ad60..9f917bfcd 100644 --- a/testtools/source/bridgetest/cppobj.cxx +++ b/testtools/source/bridgetest/cppobj.cxx @@ -221,7 +221,7 @@ public: { return rStruct; } virtual BigStruct SAL_CALL echoBigStruct(const BigStruct& rStruct) throw(com::sun::star::uno::RuntimeException) { return rStruct; } - virtual AllFloats SAL_CALL echoAllFloats(const AllFloats& rStruct) throw(com::sun::star::uno::RuntimeException) + virtual FourFloats SAL_CALL echoFourFloats(const FourFloats& rStruct) throw(com::sun::star::uno::RuntimeException) { return rStruct; } virtual sal_Int32 SAL_CALL testPPCAlignment( sal_Int64, sal_Int64, sal_Int32, sal_Int64, sal_Int32 i2 ) throw(com::sun::star::uno::RuntimeException) { return i2; } diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl index 71e82c5b2..c5a62e1c3 100644 --- a/testtools/source/bridgetest/idl/bridgetest.idl +++ b/testtools/source/bridgetest/idl/bridgetest.idl @@ -103,7 +103,7 @@ struct BigStruct /** * all floats, ia64 handles them specially */ -struct AllFloats +struct FourFloats { float a; float b; @@ -264,7 +264,7 @@ interface XBridgeTestBase : com::sun::star::uno::XInterface /** * register return test 4 */ - AllFloats echoAllFloats( [in] AllFloats aStruct ); + FourFloats echoFourFloats( [in] FourFloats aStruct ); /** * register return test 4 (i107182) -- cgit v1.2.3 From 335baeec72eeb66b7c3c1cb46b44d2a1783a3727 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 9 Dec 2010 11:12:38 +0000 Subject: fix the dependencies so that the uno_types is regenerated if the .idl changes --- testtools/source/bridgetest/makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk index 9b75a1aed..e7a2b5fe7 100644 --- a/testtools/source/bridgetest/makefile.mk +++ b/testtools/source/bridgetest/makefile.mk @@ -140,9 +140,9 @@ runtest : $(DLLDEST)$/uno_types.rdb $(DLLDEST)$/uno_services.rdb makefile.mk com.sun.star.test.bridge.CppTestObject .ENDIF -$(DLLDEST)$/uno_types.rdb : $(SOLARBINDIR)$/udkapi.rdb +$(DLLDEST)$/uno_types.rdb : $(SOLARBINDIR)$/udkapi.rdb $(BIN)$/bridgetest.rdb echo $(DLLDEST) - $(GNUCOPY) $? $@ + $(GNUCOPY) $(SOLARBINDIR)$/udkapi.rdb $@ $(REGMERGE) $@ / $(BIN)$/bridgetest.rdb $(DLLDEST)$/bridgetest_client$(BATCH_SUFFIX) .ERRREMOVE: makefile.mk -- cgit v1.2.3 From 5dcb680a82c39fb296a42a4e4d2a423de6eec9cb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 9 Dec 2010 11:13:27 +0000 Subject: add a twoFloats return test --- testtools/com/sun/star/comp/bridge/TestComponent.java | 5 +++++ testtools/source/bridgetest/bridgetest.cxx | 5 +++++ testtools/source/bridgetest/cli/cli_cs_testobj.cs | 5 +++++ testtools/source/bridgetest/cppobj.cxx | 2 ++ testtools/source/bridgetest/idl/bridgetest.idl | 16 +++++++++++++++- 5 files changed, 32 insertions(+), 1 deletion(-) diff --git a/testtools/com/sun/star/comp/bridge/TestComponent.java b/testtools/com/sun/star/comp/bridge/TestComponent.java index 2ca871e10..2cf16f56b 100644 --- a/testtools/com/sun/star/comp/bridge/TestComponent.java +++ b/testtools/com/sun/star/comp/bridge/TestComponent.java @@ -47,6 +47,7 @@ import test.testtools.bridgetest.TestStruct; import test.testtools.bridgetest.SmallStruct; import test.testtools.bridgetest.MediumStruct; import test.testtools.bridgetest.BigStruct; +import test.testtools.bridgetest.TwoFloats; import test.testtools.bridgetest.FourFloats; import test.testtools.bridgetest.XBridgeTest; import test.testtools.bridgetest.XBridgeTest2; @@ -488,6 +489,10 @@ public class TestComponent { return i_Struct; } + public TwoFloats echoTwoFloats( TwoFloats i_Struct) throws com.sun.star.uno.RuntimeException { + return i_Struct; + } + public FourFloats echoFourFloats( FourFloats i_Struct) throws com.sun.star.uno.RuntimeException { return i_Struct; } diff --git a/testtools/source/bridgetest/bridgetest.cxx b/testtools/source/bridgetest/bridgetest.cxx index 81674ba40..9b47ce50c 100644 --- a/testtools/source/bridgetest/bridgetest.cxx +++ b/testtools/source/bridgetest/bridgetest.cxx @@ -547,6 +547,11 @@ static sal_Bool performTest( BigStruct aOut = xLBT->echoBigStruct(aIn); bRet = check( memcmp(&aIn, &aOut, sizeof(BigStruct)) == 0, "big struct test" ) && bRet; } + { + TwoFloats aIn(1.1f, 2.2f); + TwoFloats aOut = xLBT->echoTwoFloats(aIn); + bRet = check( memcmp(&aIn, &aOut, sizeof(TwoFloats)) == 0, "two floats struct test" ) && bRet; + } { FourFloats aIn(3.3f, 4.4f, 5.5f, 6.6f); FourFloats aOut = xLBT->echoFourFloats(aIn); diff --git a/testtools/source/bridgetest/cli/cli_cs_testobj.cs b/testtools/source/bridgetest/cli/cli_cs_testobj.cs index a1064d81d..5cd6de15c 100644 --- a/testtools/source/bridgetest/cli/cli_cs_testobj.cs +++ b/testtools/source/bridgetest/cli/cli_cs_testobj.cs @@ -239,6 +239,11 @@ public class BridgeTestObject : WeakBase, XRecursiveCall, XBridgeTest2 return arg; } + public TwoFloats echoTwoFloats(/*[in]*/TwoFloats arg) + { + return arg; + } + public FourFloats echoFourFloats(/*[in]*/FourFloats arg) { return arg; diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx index 9f917bfcd..89f44fc7e 100644 --- a/testtools/source/bridgetest/cppobj.cxx +++ b/testtools/source/bridgetest/cppobj.cxx @@ -221,6 +221,8 @@ public: { return rStruct; } virtual BigStruct SAL_CALL echoBigStruct(const BigStruct& rStruct) throw(com::sun::star::uno::RuntimeException) { return rStruct; } + virtual TwoFloats SAL_CALL echoTwoFloats(const TwoFloats& rStruct) throw(com::sun::star::uno::RuntimeException) + { return rStruct; } virtual FourFloats SAL_CALL echoFourFloats(const FourFloats& rStruct) throw(com::sun::star::uno::RuntimeException) { return rStruct; } virtual sal_Int32 SAL_CALL testPPCAlignment( sal_Int64, sal_Int64, sal_Int32, sal_Int64, sal_Int32 i2 ) throw(com::sun::star::uno::RuntimeException) diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl index c5a62e1c3..c9bce0b3b 100644 --- a/testtools/source/bridgetest/idl/bridgetest.idl +++ b/testtools/source/bridgetest/idl/bridgetest.idl @@ -100,6 +100,15 @@ struct BigStruct hyper g; hyper h; }; +/** + * two floats, BSDs/MacOSX on intel handle returning small + * structs differently than Linux + */ +struct TwoFloats +{ + float a; + float b; +}; /** * all floats, ia64 handles them specially */ @@ -264,10 +273,15 @@ interface XBridgeTestBase : com::sun::star::uno::XInterface /** * register return test 4 */ + TwoFloats echoTwoFloats( [in] TwoFloats aStruct ); + + /** + * register return test 5 + */ FourFloats echoFourFloats( [in] FourFloats aStruct ); /** - * register return test 4 (i107182) + * PPC Alignment test (#i107182#) */ long testPPCAlignment( [in] hyper l1, [in] hyper l2, [in] long i1, [in] hyper l3, [in] long i2 ); -- cgit v1.2.3 From b810edd5ff126cc13cf290ed6ab3143fd59aeff4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 9 Dec 2010 11:19:10 +0000 Subject: add a Mixed Float And Integer struct return test --- testtools/com/sun/star/comp/bridge/TestComponent.java | 5 +++++ testtools/source/bridgetest/bridgetest.cxx | 5 +++++ testtools/source/bridgetest/cli/cli_cs_testobj.cs | 5 +++++ testtools/source/bridgetest/cppobj.cxx | 2 ++ testtools/source/bridgetest/idl/bridgetest.idl | 14 ++++++++++++++ 5 files changed, 31 insertions(+) diff --git a/testtools/com/sun/star/comp/bridge/TestComponent.java b/testtools/com/sun/star/comp/bridge/TestComponent.java index 2cf16f56b..0be741e2a 100644 --- a/testtools/com/sun/star/comp/bridge/TestComponent.java +++ b/testtools/com/sun/star/comp/bridge/TestComponent.java @@ -49,6 +49,7 @@ import test.testtools.bridgetest.MediumStruct; import test.testtools.bridgetest.BigStruct; import test.testtools.bridgetest.TwoFloats; import test.testtools.bridgetest.FourFloats; +import test.testtools.bridgetest.MixedFloatAndInteger; import test.testtools.bridgetest.XBridgeTest; import test.testtools.bridgetest.XBridgeTest2; import test.testtools.bridgetest.XCurrentContextChecker; @@ -497,6 +498,10 @@ public class TestComponent { return i_Struct; } + public MixedFloatAndInteger echoMixedFloatAndInteger( MixedFloatAndInteger i_Struct) throws com.sun.star.uno.RuntimeException { + return i_Struct; + } + public int testPPCAlignment( long l1, long l2, int i1, long l3, int i2 ) throws com.sun.star.uno.RuntimeException { return i2; } diff --git a/testtools/source/bridgetest/bridgetest.cxx b/testtools/source/bridgetest/bridgetest.cxx index 9b47ce50c..c141d4aa5 100644 --- a/testtools/source/bridgetest/bridgetest.cxx +++ b/testtools/source/bridgetest/bridgetest.cxx @@ -557,6 +557,11 @@ static sal_Bool performTest( FourFloats aOut = xLBT->echoFourFloats(aIn); bRet = check( memcmp(&aIn, &aOut, sizeof(FourFloats)) == 0, "four floats struct test" ) && bRet; } + { + MixedFloatAndInteger aIn(7.7f, 8); + MixedFloatAndInteger aOut = xLBT->echoMixedFloatAndInteger(aIn); + bRet = check( memcmp(&aIn, &aOut, sizeof(MixedFloatAndInteger)) == 0, "mixed float and integer struct test" ) && bRet; + } { sal_Int32 i2 = xLBT->testPPCAlignment( 0, 0, 0, 0, 0xbeaf ); bRet = check( i2 == 0xbeaf, "ppc-style alignment test" ) && bRet; diff --git a/testtools/source/bridgetest/cli/cli_cs_testobj.cs b/testtools/source/bridgetest/cli/cli_cs_testobj.cs index 5cd6de15c..c88e4d3c4 100644 --- a/testtools/source/bridgetest/cli/cli_cs_testobj.cs +++ b/testtools/source/bridgetest/cli/cli_cs_testobj.cs @@ -249,6 +249,11 @@ public class BridgeTestObject : WeakBase, XRecursiveCall, XBridgeTest2 return arg; } + public MixedFloatAndInteger echoMixedFloatAndInteger(/*[in]*/MixedFloatAndInteger arg) + { + return arg; + } + public int testPPCAlignment( long l1, long l2, int i1, long l3, int i2 ) { return i2; diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx index 89f44fc7e..e69aa2353 100644 --- a/testtools/source/bridgetest/cppobj.cxx +++ b/testtools/source/bridgetest/cppobj.cxx @@ -225,6 +225,8 @@ public: { return rStruct; } virtual FourFloats SAL_CALL echoFourFloats(const FourFloats& rStruct) throw(com::sun::star::uno::RuntimeException) { return rStruct; } + virtual MixedFloatAndInteger SAL_CALL echoMixedFloatAndInteger(const MixedFloatAndInteger& rStruct) throw(com::sun::star::uno::RuntimeException) + { return rStruct; } virtual sal_Int32 SAL_CALL testPPCAlignment( sal_Int64, sal_Int64, sal_Int32, sal_Int64, sal_Int32 i2 ) throw(com::sun::star::uno::RuntimeException) { return i2; } diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl index c9bce0b3b..d16e5cbf2 100644 --- a/testtools/source/bridgetest/idl/bridgetest.idl +++ b/testtools/source/bridgetest/idl/bridgetest.idl @@ -119,6 +119,15 @@ struct FourFloats float c; float d; }; +/** + * Small struct with mixed float and integers. + * Should return in registers on BSDs/MACOSx + */ +struct MixedFloatAndInteger +{ + float a; + long b; +}; /** * complex types adding string, inteface, any */ @@ -280,6 +289,11 @@ interface XBridgeTestBase : com::sun::star::uno::XInterface */ FourFloats echoFourFloats( [in] FourFloats aStruct ); + /** + * register return test 6 + */ + MixedFloatAndInteger echoMixedFloatAndInteger( [in] MixedFloatAndInteger aStruct ); + /** * PPC Alignment test (#i107182#) */ -- cgit v1.2.3 From 2b7146f6c265cf3debf5c88cecfb428d4dbbdd59 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 9 Dec 2010 11:22:47 +0000 Subject: add three byte structure return test for the MacOSX/BSD quirk --- testtools/com/sun/star/comp/bridge/TestComponent.java | 5 +++++ testtools/source/bridgetest/bridgetest.cxx | 5 +++++ testtools/source/bridgetest/cli/cli_cs_testobj.cs | 5 +++++ testtools/source/bridgetest/cppobj.cxx | 2 ++ testtools/source/bridgetest/idl/bridgetest.idl | 15 +++++++++++++++ 5 files changed, 32 insertions(+) diff --git a/testtools/com/sun/star/comp/bridge/TestComponent.java b/testtools/com/sun/star/comp/bridge/TestComponent.java index 0be741e2a..b3ef14c08 100644 --- a/testtools/com/sun/star/comp/bridge/TestComponent.java +++ b/testtools/com/sun/star/comp/bridge/TestComponent.java @@ -50,6 +50,7 @@ import test.testtools.bridgetest.BigStruct; import test.testtools.bridgetest.TwoFloats; import test.testtools.bridgetest.FourFloats; import test.testtools.bridgetest.MixedFloatAndInteger; +import test.testtools.bridgetest.ThreeByteStruct; import test.testtools.bridgetest.XBridgeTest; import test.testtools.bridgetest.XBridgeTest2; import test.testtools.bridgetest.XCurrentContextChecker; @@ -502,6 +503,10 @@ public class TestComponent { return i_Struct; } + public ThreeByteStruct echoThreeByteStruct( ThreeByteStruct i_Struct) throws com.sun.star.uno.RuntimeException { + return i_Struct; + } + public int testPPCAlignment( long l1, long l2, int i1, long l3, int i2 ) throws com.sun.star.uno.RuntimeException { return i2; } diff --git a/testtools/source/bridgetest/bridgetest.cxx b/testtools/source/bridgetest/bridgetest.cxx index c141d4aa5..b84e6c45e 100644 --- a/testtools/source/bridgetest/bridgetest.cxx +++ b/testtools/source/bridgetest/bridgetest.cxx @@ -562,6 +562,11 @@ static sal_Bool performTest( MixedFloatAndInteger aOut = xLBT->echoMixedFloatAndInteger(aIn); bRet = check( memcmp(&aIn, &aOut, sizeof(MixedFloatAndInteger)) == 0, "mixed float and integer struct test" ) && bRet; } + { + ThreeByteStruct aIn(9, 10, 11); + ThreeByteStruct aOut = xLBT->echoThreeByteStruct(aIn); + bRet = check( memcmp(&aIn, &aOut, sizeof(ThreeByteStruct)) == 0, "three byte struct test" ) && bRet; + } { sal_Int32 i2 = xLBT->testPPCAlignment( 0, 0, 0, 0, 0xbeaf ); bRet = check( i2 == 0xbeaf, "ppc-style alignment test" ) && bRet; diff --git a/testtools/source/bridgetest/cli/cli_cs_testobj.cs b/testtools/source/bridgetest/cli/cli_cs_testobj.cs index c88e4d3c4..246d3e189 100644 --- a/testtools/source/bridgetest/cli/cli_cs_testobj.cs +++ b/testtools/source/bridgetest/cli/cli_cs_testobj.cs @@ -254,6 +254,11 @@ public class BridgeTestObject : WeakBase, XRecursiveCall, XBridgeTest2 return arg; } + public ThreeByteStruct echoThreeByteStruct(/*[in]*/ThreeByteStruct arg) + { + return arg; + } + public int testPPCAlignment( long l1, long l2, int i1, long l3, int i2 ) { return i2; diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx index e69aa2353..516d0248b 100644 --- a/testtools/source/bridgetest/cppobj.cxx +++ b/testtools/source/bridgetest/cppobj.cxx @@ -227,6 +227,8 @@ public: { return rStruct; } virtual MixedFloatAndInteger SAL_CALL echoMixedFloatAndInteger(const MixedFloatAndInteger& rStruct) throw(com::sun::star::uno::RuntimeException) { return rStruct; } + virtual ThreeByteStruct SAL_CALL echoThreeByteStruct(const ThreeByteStruct& rStruct) throw(com::sun::star::uno::RuntimeException) + { return rStruct; } virtual sal_Int32 SAL_CALL testPPCAlignment( sal_Int64, sal_Int64, sal_Int32, sal_Int64, sal_Int32 i2 ) throw(com::sun::star::uno::RuntimeException) { return i2; } diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl index d16e5cbf2..1e0f06926 100644 --- a/testtools/source/bridgetest/idl/bridgetest.idl +++ b/testtools/source/bridgetest/idl/bridgetest.idl @@ -128,6 +128,16 @@ struct MixedFloatAndInteger float a; long b; }; +/** + * Small struct with three bytes. Should *not* return in registers on + * BSDs/MACOSx + */ +struct ThreeByteStruct +{ + byte a; + byte b; + byte c; +}; /** * complex types adding string, inteface, any */ @@ -294,6 +304,11 @@ interface XBridgeTestBase : com::sun::star::uno::XInterface */ MixedFloatAndInteger echoMixedFloatAndInteger( [in] MixedFloatAndInteger aStruct ); + /** + * register return test 7 + */ + ThreeByteStruct echoThreeByteStruct( [in] ThreeByteStruct aStruct ); + /** * PPC Alignment test (#i107182#) */ -- cgit v1.2.3 From c46a82f1c0f72f5e73f05b50fa1f35ceb722fc6f Mon Sep 17 00:00:00 2001 From: serval Date: Mon, 13 Dec 2010 21:15:42 +0000 Subject: RTL_CONSTASCII_USTRINGPARAM for testtools --- testtools/source/bridgetest/multi.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testtools/source/bridgetest/multi.hxx b/testtools/source/bridgetest/multi.hxx index f2ac06560..5b67a4ecc 100644 --- a/testtools/source/bridgetest/multi.hxx +++ b/testtools/source/bridgetest/multi.hxx @@ -59,7 +59,7 @@ public: virtual rtl::OUString SAL_CALL fn12(rtl::OUString const & arg) throw (com::sun::star::uno::RuntimeException) - { return rtl::OUString::createFromAscii("12") + arg; } + { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("12")) + arg; } virtual sal_Int32 SAL_CALL fn21(sal_Int32 arg) throw (com::sun::star::uno::RuntimeException) @@ -67,7 +67,7 @@ public: virtual rtl::OUString SAL_CALL fn22(rtl::OUString const & arg) throw (com::sun::star::uno::RuntimeException) - { return rtl::OUString::createFromAscii("22") + arg; } + { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("22")) + arg; } virtual double SAL_CALL getatt3() throw (com::sun::star::uno::RuntimeException) @@ -83,7 +83,7 @@ public: virtual rtl::OUString SAL_CALL fn32(rtl::OUString const & arg) throw (com::sun::star::uno::RuntimeException) - { return rtl::OUString::createFromAscii("32") + arg; } + { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("32")) + arg; } virtual sal_Int32 SAL_CALL fn33() throw (com::sun::star::uno::RuntimeException) @@ -99,7 +99,7 @@ public: virtual rtl::OUString SAL_CALL fn62(rtl::OUString const & arg) throw (com::sun::star::uno::RuntimeException) - { return rtl::OUString::createFromAscii("62") + arg; } + { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("62")) + arg; } virtual sal_Int32 SAL_CALL fn71(sal_Int32 arg) throw (com::sun::star::uno::RuntimeException) @@ -107,7 +107,7 @@ public: virtual rtl::OUString SAL_CALL fn72(rtl::OUString const & arg) throw (com::sun::star::uno::RuntimeException) - { return rtl::OUString::createFromAscii("72") + arg; } + { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("72")) + arg; } virtual sal_Int32 SAL_CALL fn73() throw (com::sun::star::uno::RuntimeException) -- cgit v1.2.3 From 30ab7288b44ede6284beb85fda69021ba674d868 Mon Sep 17 00:00:00 2001 From: Yifan J Date: Thu, 16 Dec 2010 16:31:08 +0800 Subject: set small icon theme at beginning of testing also replaced tabs characters in source --- testautomation/global/system/includes/master.inc | 99 +++++++++++++++--------- 1 file changed, 64 insertions(+), 35 deletions(-) diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc index ace281886..ef9cda2a2 100644 --- a/testautomation/global/system/includes/master.inc +++ b/testautomation/global/system/includes/master.inc @@ -61,7 +61,8 @@ sub GetUseFiles '///GetUseFiles: The first routine which will be called automatically by starting a testscript. '/// Include all important libraries (.inc) for the startup. - Dim bQuickstarterStatus as boolean + Dim bQuickstarterStatus as Boolean + Dim bSmallIconTheme As Boolean Dim sTemp as string Dim sPrivateEnvironmentLocation as string Dim sEnvironmentVersion as string @@ -96,7 +97,12 @@ sub GetUseFiles '///+
                            • Disabling the Quickstarter. 'This can't be done via API right now. bQuickstarterStatus = hDisableQuickstarter - printlog "** Quickstarter disabled : " & bQuickstarterStatus + printlog "** Quickstarter disabled : " & bQuickstarterStatus + + 'Small icon theme set + bSmallIconTheme = hSetSmallIconTheme + printlog "** Small icon theme set : " & bSmallIconTheme + printlog "----------------------------------------------------------------------------------------------------" printlog "" @@ -113,22 +119,22 @@ sub GetUseFiles '/// The checking can be disabled, by using Current=HEAD, or removing the file version.txt sPrivateEnvironmentLocation = ConvertPath (gTestToolPath + "global\version.txt") if fileExists(sPrivateEnvironmentLocation) then - sEnvironmentVersion = getIniValue(sPrivateEnvironmentLocation, "EnvironmentVersion", "Current") - sEnvironmentDisplayVersion = getIniValue(sPrivateEnvironmentLocation, "EnvironmentVersion", "DisplayName") - sEnvironmentVersionMinor = getIniValue(sPrivateEnvironmentLocation, "EnvironmentVersion", "Minor") + sEnvironmentVersion = getIniValue(sPrivateEnvironmentLocation, "EnvironmentVersion", "Current") + sEnvironmentDisplayVersion = getIniValue(sPrivateEnvironmentLocation, "EnvironmentVersion", "DisplayName") + sEnvironmentVersionMinor = getIniValue(sPrivateEnvironmentLocation, "EnvironmentVersion", "Minor") else sEnvironmentVersion = "HEAD" sEnvironmentDisplayVersion = "Developer" end if if sEnvironmentVersion <> "HEAD" then if (len(gMajor) > 5) then - if lCase(left(gMajor,6)) <> lCase(left(sEnvironmentVersion,6)) OR (lCase(gMinor) <> lCase(sEnvironmentVersionMinor)) then + if lCase(left(gMajor,6)) <> lCase(left(sEnvironmentVersion,6)) OR (lCase(gMinor) <> lCase(sEnvironmentVersionMinor)) then warnlog "This environment '" + sEnvironmentVersion + sEnvironmentVersionMinor + "' is not suitable for this OOo version '" + left(gMajor,6) + gMinor + "'!"+chr(13)+"Please get the environment suitable for this OOo version!"+chr(13)+"This Environment only works with OOo " + sEnvironmentDisplayVersion + "!" if MsgBox ("This environment '" + sEnvironmentVersion + sEnvironmentVersionMinor +"' is not suitable for this OOo version '" + left(gMajor,6) + gMinor + "'! Please get the environment suitable for this OOo version! This Environment only works with OOo " + sEnvironmentDisplayVersion + "!", 16, "Error at startup") = 1 then - end - end if - end if - end if + end + end if + end if + end if end if end sub @@ -477,10 +483,10 @@ sub hStartTheOffice (optional sProfPath as String, optional sProfParameter as St end if Kontext "TabFirstStartOnlineUpdate" if TabFirstStartOnlineUpdate.Exists(1) then - try - checkForUpdates.uncheck - catch - endcatch + try + checkForUpdates.uncheck + catch + endcatch Kontext "WelcomeDialog" '///+
                            • If the next tabpage will be visible clicking on 'Next'-button.
                            • NextBtn.Click @@ -719,7 +725,7 @@ sub hFirstOutput printlog "** Build type : CWS" end if if isStatusEnabled() then - 'http://wiki.services.openoffice.org/wiki/QUASTe + 'http://wiki.services.openoffice.org/wiki/QUASTe printlog "** Status feature (QUASTe) : Enabled " + gLocalStatusDatabase end if printlog "** HID.LST based on milestone : " + sHidVersion @@ -895,7 +901,7 @@ sub mMakeGeneralOptionsAPI else gOOoImprovementIsEnabled = FALSE endif - + '///+
                            • Setting the work directory in Tools / Options, sTempPath = ConvertPath (gOfficePath + "user\work") '///+
                            • If the temp-path does not exist it will be created. @@ -1012,19 +1018,19 @@ sub hDetectStatusDatabase as Boolean if fileExists(sPrivateEnvironmentLocation) then gStatusFeatureLevel = getIniValue(sPrivateEnvironmentLocation, "StatusFeatureLevel", "Current") else - ' manual submitting status from errorlog directory + ' manual submitting status from errorlog directory gStatusFeatureLevel = 2 end if else gStatusFeatureLevel = sTemp end if if gStatusFeatureLevel = 0 then - ' automatical submitting status; filespace location defined in privateenvironment.inc + ' automatical submitting status; filespace location defined in privateenvironment.inc hDetectStatusDatabase = TRUE gLocalStatusDatabase = "" else if gStatusFeatureLevel = 1 then - ' automatical submitting status; filespace location defined in testtoolrc + ' automatical submitting status; filespace location defined in testtoolrc hDetectStatusDatabase = TRUE sOOoLocalStatusDatabase = GetIniValue ( gTesttoolIni, "OOoLocalStatusDatabase" , "Current" ) if sOOoLocalStatusDatabase <> "" then @@ -1084,28 +1090,28 @@ function hDisableQuickstarter as boolean ' if quickstart.exe exists, it might run, else no need to open options UI bVeto = fileExists(gNetzOfficePath + "program\quickstart.exe") else - if (lcase(gPlatform) = "osx") then - bVeto = FALSE + if (lcase(gPlatform) = "osx") then + bVeto = FALSE else ' Not needed if StarOffice/Suite - bVeto = gOOo + bVeto = gOOo end if end if bVeto = FALSE ' For now LibreOffice struggles with some hid/whatever mismatch here if bVeto then - 'First, disabling the Quickstarter via UI - ToolsOptions - call hToolsOptions ("STAROFFICE", "MEMORY") - try - bTemp = LoadQuickstarter.isChecked - if bTemp then - LoadQuickstarter.uncheck - end if - catch - bResult = FALSE - endcatch - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK + 'First, disabling the Quickstarter via UI + ToolsOptions + call hToolsOptions ("STAROFFICE", "MEMORY") + try + bTemp = LoadQuickstarter.isChecked + if bTemp then + LoadQuickstarter.uncheck + end if + catch + bResult = FALSE + endcatch + Kontext "ExtrasOptionenDlg" + ExtrasOptionenDlg.OK else bResult = FALSE end if @@ -1215,3 +1221,26 @@ sub StartTheOffice gStartTheOffice = TRUE end sub +function hSetSmallIconTheme as Boolean + ' Set default icon theme to small + + Dim bResult as Boolean + + bResult = FALSE + + ToolsOptions + + call hToolsOptions ("STAROFFICE", "View") + IconScale.Select(2) + ' Verify the icon scale has been set + If (IconScale.GetSelIndex = 2) Then + bResult = TRUE + End If + + Kontext "ExtrasOptionenDlg" + ExtrasOptionenDlg.OK + Sleep (2) + + hSetSmallIconTheme = bResult + +end function -- cgit v1.2.3 -- cgit v1.2.3 From e28cc4c4a2d8d7f8cdae8b9731597c397b2480ea Mon Sep 17 00:00:00 2001 From: Yifan J Date: Thu, 16 Dec 2010 16:31:08 +0800 Subject: set small icon theme at beginning of testing also replaced tabs characters in source Signed-off-by: Petr Mladek --- testautomation/global/system/includes/master.inc | 99 +++++++++++++++--------- 1 file changed, 64 insertions(+), 35 deletions(-) diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc index 562e9a957..3496d11f1 100755 --- a/testautomation/global/system/includes/master.inc +++ b/testautomation/global/system/includes/master.inc @@ -61,7 +61,8 @@ sub GetUseFiles '///GetUseFiles: The first routine which will be called automatically by starting a testscript. '/// Include all important libraries (.inc) for the startup. - Dim bQuickstarterStatus as boolean + Dim bQuickstarterStatus as Boolean + Dim bSmallIconTheme As Boolean Dim sTemp as string Dim sPrivateEnvironmentLocation as string Dim sEnvironmentVersion as string @@ -96,7 +97,12 @@ sub GetUseFiles '///+
                            • Disabling the Quickstarter. 'This can't be done via API right now. bQuickstarterStatus = hDisableQuickstarter - printlog "** Quickstarter disabled : " & bQuickstarterStatus + printlog "** Quickstarter disabled : " & bQuickstarterStatus + + 'Small icon theme set + bSmallIconTheme = hSetSmallIconTheme + printlog "** Small icon theme set : " & bSmallIconTheme + printlog "----------------------------------------------------------------------------------------------------" printlog "" @@ -113,22 +119,22 @@ sub GetUseFiles '/// The checking can be disabled, by using Current=HEAD, or removing the file version.txt sPrivateEnvironmentLocation = ConvertPath (gTestToolPath + "global\version.txt") if fileExists(sPrivateEnvironmentLocation) then - sEnvironmentVersion = getIniValue(sPrivateEnvironmentLocation, "EnvironmentVersion", "Current") - sEnvironmentDisplayVersion = getIniValue(sPrivateEnvironmentLocation, "EnvironmentVersion", "DisplayName") - sEnvironmentVersionMinor = getIniValue(sPrivateEnvironmentLocation, "EnvironmentVersion", "Minor") + sEnvironmentVersion = getIniValue(sPrivateEnvironmentLocation, "EnvironmentVersion", "Current") + sEnvironmentDisplayVersion = getIniValue(sPrivateEnvironmentLocation, "EnvironmentVersion", "DisplayName") + sEnvironmentVersionMinor = getIniValue(sPrivateEnvironmentLocation, "EnvironmentVersion", "Minor") else sEnvironmentVersion = "HEAD" sEnvironmentDisplayVersion = "Developer" end if if sEnvironmentVersion <> "HEAD" then if (len(gMajor) > 5) then - if lCase(left(gMajor,6)) <> lCase(left(sEnvironmentVersion,6)) OR (lCase(gMinor) <> lCase(sEnvironmentVersionMinor)) then + if lCase(left(gMajor,6)) <> lCase(left(sEnvironmentVersion,6)) OR (lCase(gMinor) <> lCase(sEnvironmentVersionMinor)) then warnlog "This environment '" + sEnvironmentVersion + sEnvironmentVersionMinor + "' is not suitable for this OOo version '" + left(gMajor,6) + gMinor + "'!"+chr(13)+"Please get the environment suitable for this OOo version!"+chr(13)+"This Environment only works with OOo " + sEnvironmentDisplayVersion + "!" if MsgBox ("This environment '" + sEnvironmentVersion + sEnvironmentVersionMinor +"' is not suitable for this OOo version '" + left(gMajor,6) + gMinor + "'! Please get the environment suitable for this OOo version! This Environment only works with OOo " + sEnvironmentDisplayVersion + "!", 16, "Error at startup") = 1 then - end - end if - end if - end if + end + end if + end if + end if end if end sub @@ -477,10 +483,10 @@ sub hStartTheOffice (optional sProfPath as String, optional sProfParameter as St end if Kontext "TabFirstStartOnlineUpdate" if TabFirstStartOnlineUpdate.Exists(1) then - try - checkForUpdates.uncheck - catch - endcatch + try + checkForUpdates.uncheck + catch + endcatch Kontext "WelcomeDialog" '///+
                            • If the next tabpage will be visible clicking on 'Next'-button.
                            • NextBtn.Click @@ -719,7 +725,7 @@ sub hFirstOutput printlog "** Build type : CWS" end if if isStatusEnabled() then - 'http://wiki.services.openoffice.org/wiki/QUASTe + 'http://wiki.services.openoffice.org/wiki/QUASTe printlog "** Status feature (QUASTe) : Enabled " + gLocalStatusDatabase end if printlog "** HID.LST based on milestone : " + sHidVersion @@ -895,7 +901,7 @@ sub mMakeGeneralOptionsAPI else gOOoImprovementIsEnabled = FALSE endif - + '///+
                            • Setting the work directory in Tools / Options, sTempPath = ConvertPath (gOfficePath + "user\work") '///+
                            • If the temp-path does not exist it will be created. @@ -1012,19 +1018,19 @@ sub hDetectStatusDatabase as Boolean if fileExists(sPrivateEnvironmentLocation) then gStatusFeatureLevel = getIniValue(sPrivateEnvironmentLocation, "StatusFeatureLevel", "Current") else - ' manual submitting status from errorlog directory + ' manual submitting status from errorlog directory gStatusFeatureLevel = 2 end if else gStatusFeatureLevel = sTemp end if if gStatusFeatureLevel = 0 then - ' automatical submitting status; filespace location defined in privateenvironment.inc + ' automatical submitting status; filespace location defined in privateenvironment.inc hDetectStatusDatabase = TRUE gLocalStatusDatabase = "" else if gStatusFeatureLevel = 1 then - ' automatical submitting status; filespace location defined in testtoolrc + ' automatical submitting status; filespace location defined in testtoolrc hDetectStatusDatabase = TRUE sOOoLocalStatusDatabase = GetIniValue ( gTesttoolIni, "OOoLocalStatusDatabase" , "Current" ) if sOOoLocalStatusDatabase <> "" then @@ -1084,28 +1090,28 @@ function hDisableQuickstarter as boolean ' if quickstart.exe exists, it might run, else no need to open options UI bVeto = fileExists(gNetzOfficePath + "program\quickstart.exe") else - if (lcase(gPlatform) = "osx") then - bVeto = FALSE + if (lcase(gPlatform) = "osx") then + bVeto = FALSE else ' Not needed if StarOffice/Suite - bVeto = gOOo + bVeto = gOOo end if end if bVeto = FALSE ' For now LibreOffice struggles with some hid/whatever mismatch here if bVeto then - 'First, disabling the Quickstarter via UI - ToolsOptions - call hToolsOptions ("STAROFFICE", "MEMORY") - try - bTemp = LoadQuickstarter.isChecked - if bTemp then - LoadQuickstarter.uncheck - end if - catch - bResult = FALSE - endcatch - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK + 'First, disabling the Quickstarter via UI + ToolsOptions + call hToolsOptions ("STAROFFICE", "MEMORY") + try + bTemp = LoadQuickstarter.isChecked + if bTemp then + LoadQuickstarter.uncheck + end if + catch + bResult = FALSE + endcatch + Kontext "ExtrasOptionenDlg" + ExtrasOptionenDlg.OK else bResult = FALSE end if @@ -1215,3 +1221,26 @@ sub StartTheOffice gStartTheOffice = TRUE end sub +function hSetSmallIconTheme as Boolean + ' Set default icon theme to small + + Dim bResult as Boolean + + bResult = FALSE + + ToolsOptions + + call hToolsOptions ("STAROFFICE", "View") + IconScale.Select(2) + ' Verify the icon scale has been set + If (IconScale.GetSelIndex = 2) Then + bResult = TRUE + End If + + Kontext "ExtrasOptionenDlg" + ExtrasOptionenDlg.OK + Sleep (2) + + hSetSmallIconTheme = bResult + +end function -- cgit v1.2.3 From 821b2e4b9a24e404a6f40714481765c58850bb0d Mon Sep 17 00:00:00 2001 From: Yifan J Date: Mon, 20 Dec 2010 13:37:10 +0800 Subject: use uno to invoke File->Digital Signature dialog. influenced case: f_security_dialogs.bas f_security_certified_docs.bas Signed-off-by: Jan Holesovsky --- testautomation/global/sid/e_all.sid | 1 + .../global/tools/includes/optional/t_security_tools.inc | 13 ++----------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/testautomation/global/sid/e_all.sid b/testautomation/global/sid/e_all.sid index 4c7800ba8..1a8a0b755 100644 --- a/testautomation/global/sid/e_all.sid +++ b/testautomation/global/sid/e_all.sid @@ -35,6 +35,7 @@ FileSendDocumentAsPDF SID_MAIL_SENDDOCASPDF FileVersions SID_VERSION FileReload SID_RELOAD SID_LASTVERSIONDOC FileProperties SID_DOCINFO +FileDigitalSignatures .uno:Signature FileTemplatesOrganize SID_ORGANIZER FileTemplatesSave SID_DOCTEMPLATE FileTemplatesEdit SID_OPENTEMPLATE diff --git a/testautomation/global/tools/includes/optional/t_security_tools.inc b/testautomation/global/tools/includes/optional/t_security_tools.inc index 28625be35..6952f7ea1 100755 --- a/testautomation/global/tools/includes/optional/t_security_tools.inc +++ b/testautomation/global/tools/includes/optional/t_security_tools.inc @@ -144,17 +144,8 @@ function hOpenDigitalSignaturesDialog() as boolean '///+
                            • Open the file-menu
                            • call hUseMenu() call hMenuSelectNr( FILE_MENU_POSITION ) - - '///+
                            • Select "Digital signatures..."
                            • - try - if ( gApplication = "MATH" ) then - call hMenuSelectNr( SIGNATURES_MENU_POSITION_MATH ) - else - call hMenuSelectNr( SIGNATURES_MENU_POSITION_OTHER ) - endif - catch - warnlog( CFN & "Failed to execute menuitem " ) - endcatch + + FileDigitalSignatures ' At this stage either the digital signatures dialog or the messagebox ' is open. In the latter case the function -- cgit v1.2.3 From f33f12d1df45316d2289ccdf0b1fd3109666bd67 Mon Sep 17 00:00:00 2001 From: Yifan J Date: Fri, 24 Dec 2010 15:33:22 +0800 Subject: more stable export graphic test. influenced cases: /testautomation/graphics/optional/d_export_graphic_a.bas /testautomation/graphics/optional/d_export_graphic_b.bas 1. do not verify exported SVG xml content, just verify the exported file is existed. Because SVG will be rendered by Draw directly instead of ASCII import mode (which was used by the old script to verify the content). 2. replace an inexisted testing picture to an existed one Signed-off-by: Jan Holesovsky --- .../optional/includes/global/export_graphic_2.inc | 32 ---------------------- .../optional/includes/impress/i_slideshow2.inc | 4 +-- 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/testautomation/graphics/optional/includes/global/export_graphic_2.inc b/testautomation/graphics/optional/includes/global/export_graphic_2.inc index 5e0a2f3ec..be5ed49ca 100644 --- a/testautomation/graphics/optional/includes/global/export_graphic_2.inc +++ b/testautomation/graphics/optional/includes/global/export_graphic_2.inc @@ -613,38 +613,6 @@ testcase tSVG '------------------------\ if ( dir(OutputGrafikTBO+sExt) <> "") then Printlog "Ok :-) Saved as: '" & OutputGrafikTBO+sExt & "'" - '------------------------\ - if (iSprache <> 82) then - hCloseDocument () - sleep 5 - sTextFilter = "Text" - - hFileOpenWithFilter (OutputGrafikTBO+sExt, sTextFiltername, FALSE) - printlog "if dialog 'AsciiFilterOptionen' comes up, say OK" - Kontext "AsciiFilterOptionen" - '-------------------------------\ - If AsciiFilterOptionen.Exists(3) then - AsciiFilterOptionen.OK - else - warnlog "No ASCII filter Options Dialog?" - endif - '-------------------------------/ - sTemp = gApplication - gApplication = "WRITER" - sleep 5 ' wait for document to be loaded - bTemp = hFindeImDokument ("",true) - '-------------------------------\ - if (bTemp = TRUE) then - Printlog "OK" - else - warnlog "DOCTYPE not found in svg file :-(" - endif - '-------------------------------/ - gApplication = sTemp - else - qaerrorlog "disabled for 82: #111017#" - endif - '--------------------------/ else warnlog "File didn't get saved :-(" endif diff --git a/testautomation/graphics/optional/includes/impress/i_slideshow2.inc b/testautomation/graphics/optional/includes/impress/i_slideshow2.inc index b15beb289..4de68a260 100644 --- a/testautomation/graphics/optional/includes/impress/i_slideshow2.inc +++ b/testautomation/graphics/optional/includes/impress/i_slideshow2.inc @@ -909,7 +909,7 @@ testcase tSlideshowBackgroundAllSlides Dim Background$ as string Dim i as integer Dim Zaehler as integer - Background$ = ConvertPath(gOfficeBasisPath + "share\gallery\emoticons\grin.gif") + Background$ = ConvertPath(gOfficeBasisPath + "share\gallery\www-back\chocolate.jpg") Datei$ = ConvertPath (gOfficePath + "user\work\background.odp") '/// Create a new document ///' @@ -962,7 +962,7 @@ testcase tSlideshowBackgroundSelectedSlide Dim Background$ as string Dim i as integer Dim Zaehler as integer - Background$ = ConvertPath(gOfficeBasisPath + "share\gallery\emoticons\grin.gif") + Background$ = ConvertPath(gOfficeBasisPath + "share\gallery\www-back\chocolate.jpg") Datei$ = ConvertPath (gOfficePath + "user\work\background.odp") '/// Create a new document ///' -- cgit v1.2.3 From f76964c45155a0ad352bda87d208d732eed27851 Mon Sep 17 00:00:00 2001 From: Yifan J Date: Fri, 24 Dec 2010 15:38:42 +0800 Subject: use uno slot to click File->Save(as) in Base. influenced case: testautomation/dbaccess/optional/dba_db_hsqldb.bas Signed-off-by: Jan Holesovsky --- testautomation/dbaccess/tools/querytools.inc | 11 +++-------- testautomation/dbaccess/tools/tabletools.inc | 9 ++++----- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/testautomation/dbaccess/tools/querytools.inc b/testautomation/dbaccess/tools/querytools.inc index 29416dac7..7dc3d7278 100755 --- a/testautomation/dbaccess/tools/querytools.inc +++ b/testautomation/dbaccess/tools/querytools.inc @@ -258,10 +258,7 @@ function fSaveQueryDesign(sName as String) sleep(1) Kontext "QueryDesignTable" - QueryDesignTable.UseMenu - - hMenuSelectNr(1) ' the file menu - hMenuSelectNr(6) ' the save + DatabaseSave Kontext "DatabaseTableSaveAs" TableName.setText(sName) @@ -278,11 +275,9 @@ function fSaveSQLQueryDesign(sName as String) '/// parameter: the name of query sleep(1) + Kontext "QueryEditWindow" - QueryEditWindow.UseMenu - - hMenuSelectNr(1) ' the file menu - hMenuSelectNr(6) ' the save + DatabaseSaveAs Kontext "DatabaseTableSaveAs" TableName.setText(sName) diff --git a/testautomation/dbaccess/tools/tabletools.inc b/testautomation/dbaccess/tools/tabletools.inc index 99c4abf72..1f6dd23de 100755 --- a/testautomation/dbaccess/tools/tabletools.inc +++ b/testautomation/dbaccess/tools/tabletools.inc @@ -342,13 +342,12 @@ function fCreateTable(aFieldTypeContent(),sTableName,optional sCatalog,optional Description.TypeKeys "" , TRUE printlog "-------------------------------" next + sleep(1) + Kontext "TableDesignTable" - TableDesignTable.usemenu - MenuSelect MenuGetItemId (1) - sleep(1) - menuselect MenuGetItemId (7) - sleep(1) + DatabaseSaveas + Kontext "DatabaseTableSaveAs" printlog "save table as "+ sTableName TableName.setText sTableName -- cgit v1.2.3 From 38750afca83fabcb8ed54a9a4ddffc43b00bb8aa Mon Sep 17 00:00:00 2001 From: Yifan J Date: Fri, 24 Dec 2010 16:31:00 +0800 Subject: slideshow test case update. influenced case: i_sildeshow.bas 1. give more safe coordination for drawing rectangle otherwise the testtool may 'click insert chart icon in the slide page' by accident when trying to 'drawing a rectangle' 2. use uno slot to Call Slide Show -> Custom Slide Show... Signed-off-by: Jan Holesovsky --- testautomation/global/sid/e_all.sid | 2 +- testautomation/graphics/optional/includes/impress/i_slideshow3.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testautomation/global/sid/e_all.sid b/testautomation/global/sid/e_all.sid index 1a8a0b755..d7215aac2 100644 --- a/testautomation/global/sid/e_all.sid +++ b/testautomation/global/sid/e_all.sid @@ -790,7 +790,7 @@ SlideShowAnimation .uno:CustomAnimation SlideShowSlideTransition .uno:SlideChangeWindow SlideShowHideSlide SID_HIDE_SLIDE SlideShowShowSlide SID_SHOW_SLIDE -SlideShowCustomSlideshow SID_CUSTOMSHOW_DLG +SlideShowCustomSlideshow .uno:CustomShowDialog SlideShowCustomAnimation .uno:CustomAnimation ' *********************************** diff --git a/testautomation/graphics/optional/includes/impress/i_slideshow3.inc b/testautomation/graphics/optional/includes/impress/i_slideshow3.inc index 63a04aa6f..e2fe41063 100644 --- a/testautomation/graphics/optional/includes/impress/i_slideshow3.inc +++ b/testautomation/graphics/optional/includes/impress/i_slideshow3.inc @@ -582,7 +582,7 @@ testcase tExtrasIndividuellePraesentation Kontext "NavigatorDraw" Naechste.Click '/// switch to next slide ///' Kontext "DocumentImpress" - hRechteckErstellen (50,50,60,60) '/// create rectangle ///' + hRechteckErstellen (30,30,40,40) '/// create rectangle ///' Printlog " - Created rectangles on all slides" else Warnlog " No Navigator" -- cgit v1.2.3 -- cgit v1.2.3 From 3b1218207f62389a239acaa7ff1439dcc6827cc7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 11 Jan 2011 20:54:45 +0000 Subject: these short options now deprecated, so use long ones --- test/source/cpp/officeconnection.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx index fd71df69f..93de7f79e 100644 --- a/test/source/cpp/officeconnection.cxx +++ b/test/source/cpp/officeconnection.cxx @@ -73,14 +73,14 @@ void OfficeConnection::setUp() { desc = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("pipe,name=oootest")) + rtl::OUString::valueOf(static_cast< sal_Int64 >(info.Ident)); rtl::OUString noquickArg( - RTL_CONSTASCII_USTRINGPARAM("-quickstart=no")); + RTL_CONSTASCII_USTRINGPARAM("--quickstart=no")); rtl::OUString nofirstArg( - RTL_CONSTASCII_USTRINGPARAM("-nofirststartwizard")); - rtl::OUString norestoreArg(RTL_CONSTASCII_USTRINGPARAM("-norestore")); + RTL_CONSTASCII_USTRINGPARAM("--nofirststartwizard")); + rtl::OUString norestoreArg(RTL_CONSTASCII_USTRINGPARAM("--norestore")); //Disable use of the unix standalone splash screen app for the tests - rtl::OUString noSplashArg(RTL_CONSTASCII_USTRINGPARAM("-no-oosplash")); + rtl::OUString noSplashArg(RTL_CONSTASCII_USTRINGPARAM("--no-oosplash")); rtl::OUString acceptArg( - rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("-accept=")) + desc + + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("--accept=")) + desc + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(";urp"))); rtl::OUString argUser; CPPUNIT_ASSERT( -- cgit v1.2.3 -- cgit v1.2.3 -- cgit v1.2.3 From 603b9dba1ee4cc61edfe67ea03aa3ac58560ec51 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Jan 2011 14:42:02 +0000 Subject: get smoketest working after save as old bin format removed --- smoketestoo_native/data/Global.xml | 20 ++++++++++---------- smoketestoo_native/data/OptionsDlg.xml | 2 +- smoketestoo_native/data/Test_10er.xml | 29 ++++++++++++----------------- smoketestoo_native/data/content.xml | 2 +- 4 files changed, 24 insertions(+), 29 deletions(-) diff --git a/smoketestoo_native/data/Global.xml b/smoketestoo_native/data/Global.xml index 43d0a14e6..42f4287be 100644 --- a/smoketestoo_native/data/Global.xml +++ b/smoketestoo_native/data/Global.xml @@ -35,7 +35,7 @@ const cParagraphBreak = 0 global const cExtensionFileName = "TestExtension.oxt" -global const cDocNew = 0, cDocCut = 1, cDocPaste = 2, cDocSaveOpen8 = 3, cDocSaveOpenXML = 4, cDocSaveOpen50 = 5, cDocClose = 6, cDocWrite = 7 +global const cDocNew = 0, cDocCut = 1, cDocPaste = 2, cDocSaveOpen8 = 3, cDocSaveOpenXML = 4, cDocOpen50 = 5, cDocClose = 6, cDocWrite = 7 global const cDBService = 0, cDBOpen = 1, cDBInsert = 2, cDBDelete = 3, cDBSeek = 4, cDBClose = 5 global const cEXTService = 0, cEXTInstall = 1, cEXTUninstall = 2 global const cLogfileFailed = 255 @@ -83,7 +83,7 @@ Global const cUserFieldTestWriter = "Writer", cUserFieldTestCalc = &qu Global const cUserFieldTestDraw = "Draw", cUserFieldTestMath = "Math", cUserFieldTestChart = "Chart" Global const cUserFieldTestHTML = "HTML", cUserFieldTestJava = "Java", cUserFieldTestDatabase = "Database" Global const cUserFieldTestExtension = "Extension" -Global const cUserFieldTestOpenSaveXML = "SaveOpenXML", cUserFieldTestOpenSave50 = "SaveOpen50", cUserFieldTestCut = "Cut" +Global const cUserFieldTestOpenSaveXML = "SaveOpenXML", cUserFieldTestOpen50 = "Open50", cUserFieldTestCut = "Cut" Global const cUserFieldTestPaste = "Paste", cUserFieldTestTerminateAfterTest = "Terminate", cUserFieldTestOpenSave8 = "SaveOpen8" Global const cOptionsDialogName = "OptionsDlg", cTest10Modul = "Standard" @@ -100,7 +100,7 @@ Global bMakeWriterTest as boolean, bMakeCalcTest as boolean, bMakeImpressTest a Global bMakeDrawTest as Boolean, bMakeMathTest as boolean, bMakeChartTest as boolean Global bMakeHTMLTest as boolean, bMakeJavaTest as boolean, bMakeDBTest as boolean Global bMakeExtensionTest as boolean -Global bMakeSaveOpenXMLTest as boolean, bMakeSaveOpen50Test as boolean, bMakeCutTest as boolean +Global bMakeSaveOpenXMLTest as boolean, bMakeOpen50Test as boolean, bMakeCutTest as boolean Global bMakePasteTest as boolean, bMakeTerminateAfterTest as boolean, bShowTable as boolean Global bMakeSaveOpen8Test as boolean @@ -162,7 +162,7 @@ Sub CreateStatusTable tableColums(cDocPaste) = "paste" tableColums(cDocSaveOpen8) = "V8.0" tableColums(cDocSaveOpenXML) = "XML" - tableColums(cDocSaveOpen50) = "V5.0" + tableColums(cDocOpen50) = "V5.0" ' tableColums(cDocClose) = "close" aDoc = gOutPutDoc @@ -507,7 +507,7 @@ Sub SetOptions SetUserFieldState (cUserFieldTestDatabase, -(gOptionsDialog.getControl("cbDatabaseTest").getState), gOutPutDoc) SetUserFieldState (cUserFieldTestExtension, -(gOptionsDialog.getControl("cbExtensionTest").getState), gOutPutDoc) SetUserFieldState (cUserFieldTestOpenSaveXML, -(gOptionsDialog.getControl("cbSaveOpenXMLTest").getState), gOutPutDoc) - SetUserFieldState (cUserFieldTestOpenSave50, -(gOptionsDialog.getControl("cbSaveOpen50Test").getState), gOutPutDoc) + SetUserFieldState (cUserFieldTestOpen50, -(gOptionsDialog.getControl("cbOpen50Test").getState), gOutPutDoc) SetUserFieldState (cUserFieldTestOpenSave8, -(gOptionsDialog.getControl("cbSaveOpen8Test").getState), gOutPutDoc) SetUserFieldState (cUserFieldTestCut, -(gOptionsDialog.getControl("cbCutTest").getState), gOutPutDoc) SetUserFieldState (cUserFieldTestPaste, -(gOptionsDialog.getControl("cbPasteTest").getState), gOutPutDoc) @@ -527,7 +527,7 @@ Sub GetOptions gOptionsDialog.getControl("cbDatabaseTest").setState( -( GetUserFieldState (cUserFieldTestDatabase, gOutPutDoc))) gOptionsDialog.getControl("cbExtensionTest").setState( -( GetUserFieldState (cUserFieldTestExtension, gOutPutDoc))) gOptionsDialog.getControl("cbSaveOpenXMLTest").setState( -( GetUserFieldState (cUserFieldTestOpenSaveXML, gOutPutDoc))) - gOptionsDialog.getControl("cbSaveOpen50Test").setState( -( GetUserFieldState (cUserFieldTestOpenSave50, gOutPutDoc))) + gOptionsDialog.getControl("cbOpen50Test").setState( -( GetUserFieldState (cUserFieldTestOpen50, gOutPutDoc))) gOptionsDialog.getControl("cbSaveOpen8Test").setState( -( GetUserFieldState (cUserFieldTestOpenSave8, gOutPutDoc))) gOptionsDialog.getControl("cbCutTest").setState( -( GetUserFieldState (cUserFieldTestCut, gOutPutDoc))) gOptionsDialog.getControl("cbPasteTest").setState( -( GetUserFieldState (cUserFieldTestPaste, gOutPutDoc))) @@ -547,7 +547,7 @@ Sub ReadOptions bMakeDBTest = GetUserFieldState (cUserFieldTestDatabase, gOutPutDoc) bMakeExtensionTest = GetUserFieldState (cUserFieldTestExtension, gOutPutDoc) bMakeSaveOpenXMLTest = GetUserFieldState (cUserFieldTestOpenSaveXML, gOutPutDoc) - bMakeSaveOpen50Test = GetUserFieldState (cUserFieldTestOpenSave50, gOutPutDoc) + bMakeOpen50Test = GetUserFieldState (cUserFieldTestOpen50, gOutPutDoc) bMakeSaveOpen8Test = GetUserFieldState (cUserFieldTestOpenSave8, gOutPutDoc) bMakeCutTest = GetUserFieldState (cUserFieldTestCut, gOutPutDoc) bMakePasteTest = GetUserFieldState (cUserFieldTestPaste, gOutPutDoc) @@ -574,9 +574,9 @@ Sub SetDefaultOptions bMakeSaveOpenXMLTest = true REM Disable StarOffice 5.0 tests in case binfilter has not been included if Environ("WITH_BINFILTER") = "NO" then - bMakeSaveOpen50Test = false + bMakeOpen50Test = false else - bMakeSaveOpen50Test = true + bMakeOpen50Test = true End If bMakeSaveOpen8Test = true bMakeCutTest = true @@ -620,7 +620,7 @@ Function StartTestWithDefaultOptions action(cDocPaste) = "paste" action(cDocSaveOpen8) = "V8.0" action(cDocSaveOpenXML) = "XML" - action(cDocSaveOpen50) = "V5.0" + action(cDocOpen50) = "V5.0" dim baseAction(5) as string baseAction(cDBService) = "services" baseAction(cDBOpen) = "open" diff --git a/smoketestoo_native/data/OptionsDlg.xml b/smoketestoo_native/data/OptionsDlg.xml index b993a31c9..716133e6f 100644 --- a/smoketestoo_native/data/OptionsDlg.xml +++ b/smoketestoo_native/data/OptionsDlg.xml @@ -42,7 +42,7 @@ - + diff --git a/smoketestoo_native/data/Test_10er.xml b/smoketestoo_native/data/Test_10er.xml index 5563ce1b4..f92d51dac 100644 --- a/smoketestoo_native/data/Test_10er.xml +++ b/smoketestoo_native/data/Test_10er.xml @@ -39,7 +39,7 @@ const cTempFileName = "ttt" const cMessageSaveOpen8Doc = "Save/Open open Documents (8.0)" const cMessageSaveOpenXMLDoc = "Save/Open Document XML (6/7)" -const cMessageSaveOpen50Doc = "Save/Open Document 5.0" +const cMessageOpen50Doc = "Open Document 5.0" const cMessageNewDoc = "New Document" const cMessageCloseDoc = "Close Document" const cMessageCutObj = "Cut Object" @@ -306,16 +306,13 @@ Sub WriteTests (sText as string, bTestAll as boolean, nFileChannel as integer) if bMakeSaveOpenXMLTest then sWriteStr = sWriteStr + ", save XML" end if - if bMakeSaveOpen50Test then - sWriteStr = sWriteStr + ", save 5.0" - end if if bMakeSaveOpen8Test then sWriteStr = sWriteStr + ", open 8.0" end if if bMakeSaveOpenXMLTest then sWriteStr = sWriteStr + ", open XML" end if - if bMakeSaveOpen50Test then + if bMakeOpen50Test then sWriteStr = sWriteStr + ", open 5.0" end if end if @@ -377,11 +374,7 @@ Sub MakeDocTest (FilterType as Integer) sFileNameXML = sWorkPathURL+cTempFileName+"."+GetDocEndings(FilterType or cFltXML) SaveDoc (sFileNameXML, oDoc, GetDocFilter(FilterType or cFltXML)) end if - nCurrentAction = cDocSaveOpen50 - if bMakeSaveOpen50Test and IsFilterAvailable (FilterType or cFlt50) then - sFileName50 = sWorkPathURL+cTempFileName+"."+GetDocEndings(FilterType or cFlt50) - SaveDoc (sFileName50, oDoc, GetDocFilter(FilterType or cFlt50)) - end if + nCurrentAction = cDocOpen50 ' oDoc.dispose nCurrentAction = cDocClose oDoc.close (true) @@ -421,14 +414,16 @@ Sub MakeDocTest (FilterType as Integer) end If end if - nCurrentAction = cDocSaveOpen50 - if bMakeSaveOpen50Test and IsFilterAvailable (FilterType or cFlt50) then + nCurrentAction = cDocOpen50 + if bMakeOpen50Test and IsFilterAvailable (FilterType or cFlt50) then + SOLARSRC = ConvertToURL(Environ("SOLARSRC")) + sFileName50 = SOLARSRC+"/qadevOOo/testdocs/"+cTempFileName+"."+GetDocEndings(FilterType or cFlt50) oDoc = LoadDoc (sFileName50) ' oDoc = Documents.open(sFileName) - LogState (not IsNull (oDoc),GetDocFilter(FilterType or cFltNewDoc)+" "+ cMessageSaveOpen50Doc, FileChannel) - LogState (not IsNull (oDoc),GetDocFilter(FilterType or cFltNewDoc)+" "+ cMessageSaveOpen50Doc, MainFileChannel) - SetStatus (FilterType, cDocSaveOpen50, not IsNull (oDoc)) + LogState (not IsNull (oDoc),GetDocFilter(FilterType or cFltNewDoc)+" "+ cMessageSave50Doc, FileChannel) + LogState (not IsNull (oDoc),GetDocFilter(FilterType or cFltNewDoc)+" "+ cMessageOpen50Doc, MainFileChannel) + SetStatus (FilterType, cDocOpen50, not IsNull (oDoc)) if not IsNull (oDoc) then ' oDoc.dispose @@ -682,8 +677,8 @@ Function GetErrorMessageOnAction (nAction as Integer) as String GetErrorMessageOnAction = cMessageSaveOpen8Doc case cDocSaveOpenXML GetErrorMessageOnAction = cMessageSaveOpenXMLDoc - case cDocSaveOpen50 - GetErrorMessageOnAction = cMessageSaveOpen50Doc + case cDocOpen50 + GetErrorMessageOnAction = cMessageOpen50Doc case cDocClose GetErrorMessageOnAction = cMessageCloseDoc case else diff --git a/smoketestoo_native/data/content.xml b/smoketestoo_native/data/content.xml index bc63d1d2c..f137efb3d 100644 --- a/smoketestoo_native/data/content.xml +++ b/smoketestoo_native/data/content.xml @@ -25,4 +25,4 @@ * for a copy of the LGPLv3 License. * **********************************************************************--> -stardiv.one.form.control.CommandButtonstardiv.one.form.control.CommandButtonstardiv.one.form.control.CommandButton +stardiv.one.form.control.CommandButtonstardiv.one.form.control.CommandButtonstardiv.one.form.control.CommandButton -- cgit v1.2.3 From 9a2beb5f90d024d1167c3acca9de5306818d0752 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Jan 2011 14:53:31 +0000 Subject: add new files --- qadevOOo/testdocs/ttt.sda | Bin 0 -> 27648 bytes qadevOOo/testdocs/ttt.sdc | Bin 0 -> 27648 bytes qadevOOo/testdocs/ttt.sdd | Bin 0 -> 27136 bytes qadevOOo/testdocs/ttt.sdw | Bin 0 -> 8704 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 qadevOOo/testdocs/ttt.sda create mode 100644 qadevOOo/testdocs/ttt.sdc create mode 100644 qadevOOo/testdocs/ttt.sdd create mode 100644 qadevOOo/testdocs/ttt.sdw diff --git a/qadevOOo/testdocs/ttt.sda b/qadevOOo/testdocs/ttt.sda new file mode 100644 index 000000000..06776f025 Binary files /dev/null and b/qadevOOo/testdocs/ttt.sda differ diff --git a/qadevOOo/testdocs/ttt.sdc b/qadevOOo/testdocs/ttt.sdc new file mode 100644 index 000000000..c8183d019 Binary files /dev/null and b/qadevOOo/testdocs/ttt.sdc differ diff --git a/qadevOOo/testdocs/ttt.sdd b/qadevOOo/testdocs/ttt.sdd new file mode 100644 index 000000000..819aa5dba Binary files /dev/null and b/qadevOOo/testdocs/ttt.sdd differ diff --git a/qadevOOo/testdocs/ttt.sdw b/qadevOOo/testdocs/ttt.sdw new file mode 100644 index 000000000..235a852fc Binary files /dev/null and b/qadevOOo/testdocs/ttt.sdw differ -- cgit v1.2.3 From c4eb03a36f5b3519deb7f12ede55efb623408f59 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 24 Jan 2011 13:56:37 +0200 Subject: Include the wntmscx build directories --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 50784a43d..4890e114a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,5 @@ # the build directories /*/unxlng?? /*/unxlng??.pro -/*/wntmsci?? -/*/wntmsci??.pro +/*/wntmsc??? +/*/wntmsc???.pro -- cgit v1.2.3 From 31562da266c3b71127950f4b9d689dc00db596ce Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 24 Jan 2011 22:31:10 +0100 Subject: Add .gitattributes for proper handling of .doc and .sdw files. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..416fa8c63 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.doc binary +*.sdw binary -- cgit v1.2.3 From a43431f730ebb7a547899b18d8daca8cc78ec757 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 26 Jan 2011 21:38:22 +0200 Subject: Bypass this directory unless SOLAR_JAVA --- testtools/com/sun/star/comp/bridge/makefile.mk | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/testtools/com/sun/star/comp/bridge/makefile.mk b/testtools/com/sun/star/comp/bridge/makefile.mk index 6f0129ac7..7083f2381 100644 --- a/testtools/com/sun/star/comp/bridge/makefile.mk +++ b/testtools/com/sun/star/comp/bridge/makefile.mk @@ -30,17 +30,16 @@ PRJNAME=testtools PACKAGE=com$/sun$/star$/comp$/bridge TARGET=com_sun_star_comp_bridge - # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk # ------------------------------------------------------------------ +.IF "$(SOLAR_JAVA)" != "" JARFILES = ridl.jar jurt.jar juh.jar - JAVACLASSFILES= \ $(CLASSDIR)$/$(PACKAGE)$/CurrentContextChecker.class \ $(CLASSDIR)$/$(PACKAGE)$/TestComponent.class \ @@ -48,14 +47,13 @@ JAVACLASSFILES= \ JAVAFILES = $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES))) - JARCLASSDIRS = $(PACKAGE) test$/testtools$/bridgetest JARTARGET = testComponent.jar JARCOMPRESS = TRUE CUSTOMMANIFESTFILE = manifest +.ENDIF + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk - - -- cgit v1.2.3 From 7f8c9a318e16705842f684ef865c4b60a8a0938f Mon Sep 17 00:00:00 2001 From: Octavio Alvarez Date: Mon, 17 Jan 2011 14:38:44 -0800 Subject: "Default Formatting" -> "Clear Direct Formatting" --- testautomation/framework/optional/input/menu/en-us_calc.txt | 2 +- testautomation/framework/optional/input/menu/en-us_draw.txt | 2 +- testautomation/framework/optional/input/menu/en-us_htmldokument.txt | 2 +- testautomation/framework/optional/input/menu/en-us_impress.txt | 2 +- testautomation/framework/optional/input/menu/en-us_masterdoc.txt | 2 +- testautomation/framework/optional/input/menu/en-us_writer.txt | 2 +- testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc | 6 +++--- testautomation/writer/optional/includes/stylist/w_stylist.inc | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/testautomation/framework/optional/input/menu/en-us_calc.txt b/testautomation/framework/optional/input/menu/en-us_calc.txt index e922d4210..3f0b945c5 100755 --- a/testautomation/framework/optional/input/menu/en-us_calc.txt +++ b/testautomation/framework/optional/input/menu/en-us_calc.txt @@ -93,7 +93,7 @@ Mo~vie and Sound Ch~art... Float~ing Frame ********** F~ormat -~Default Formatting +~Clear Direct Formatting ~Cells... ~Row diff --git a/testautomation/framework/optional/input/menu/en-us_draw.txt b/testautomation/framework/optional/input/menu/en-us_draw.txt index 94af87101..7334e2e10 100755 --- a/testautomation/framework/optional/input/menu/en-us_draw.txt +++ b/testautomation/framework/optional/input/menu/en-us_draw.txt @@ -86,7 +86,7 @@ Float~ing Frame ~File... ********** F~ormat -~Default Formatting +~Clear Direct Formatting C~haracter... P~aragraph... diff --git a/testautomation/framework/optional/input/menu/en-us_htmldokument.txt b/testautomation/framework/optional/input/menu/en-us_htmldokument.txt index be4dff80f..985d18470 100755 --- a/testautomation/framework/optional/input/menu/en-us_htmldokument.txt +++ b/testautomation/framework/optional/input/menu/en-us_htmldokument.txt @@ -89,7 +89,7 @@ Float~ing Frame ~File... ********** F~ormat -~Default Formatting +~Clear Direct Formatting C~haracter... P~aragraph... diff --git a/testautomation/framework/optional/input/menu/en-us_impress.txt b/testautomation/framework/optional/input/menu/en-us_impress.txt index 8f619fbd2..fdd773ab4 100755 --- a/testautomation/framework/optional/input/menu/en-us_impress.txt +++ b/testautomation/framework/optional/input/menu/en-us_impress.txt @@ -95,7 +95,7 @@ Float~ing Frame ~File... ********** F~ormat -~Default Formatting +~Clear Direct Formatting C~haracter... P~aragraph... diff --git a/testautomation/framework/optional/input/menu/en-us_masterdoc.txt b/testautomation/framework/optional/input/menu/en-us_masterdoc.txt index dac12d462..12c6e9a50 100755 --- a/testautomation/framework/optional/input/menu/en-us_masterdoc.txt +++ b/testautomation/framework/optional/input/menu/en-us_masterdoc.txt @@ -104,7 +104,7 @@ Float~ing Frame ~File... ********** F~ormat -~Default Formatting +~Clear Direct Formatting C~haracter... P~aragraph... diff --git a/testautomation/framework/optional/input/menu/en-us_writer.txt b/testautomation/framework/optional/input/menu/en-us_writer.txt index 5b2704581..016481b49 100755 --- a/testautomation/framework/optional/input/menu/en-us_writer.txt +++ b/testautomation/framework/optional/input/menu/en-us_writer.txt @@ -105,7 +105,7 @@ Float~ing Frame ~File... ********** F~ormat -~Default Formatting +~Clear Direct Formatting C~haracter... P~aragraph... diff --git a/testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc index f61db3626..8fcc31b2e 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc @@ -58,7 +58,7 @@ end sub '----------------------------------------------------------- testcase tFormatDefaultFormatting -'///Format - Default Formatting +'///Format - Clear Direct Formatting '/// Opening new spreadsheet document for getting defined starting environment printlog " Opening new spreadsheet document for getting defined starting environment" @@ -66,8 +66,8 @@ testcase tFormatDefaultFormatting '/// Select cell A1:D4 printlog " Select cell A1:D4" call fCalcSelectRange ("A1:D4") - '/// Use 'Format – Default Formatting - printlog " Use 'Format – Default Formatting" + '/// Use 'Format – Clear Direct Formatting + printlog " Use 'Format – Clear Direct Formatting" FormatDefaultCalc '/// Close starting document printlog " Close starting document" diff --git a/testautomation/writer/optional/includes/stylist/w_stylist.inc b/testautomation/writer/optional/includes/stylist/w_stylist.inc index 65f156412..f5d3e7061 100755 --- a/testautomation/writer/optional/includes/stylist/w_stylist.inc +++ b/testautomation/writer/optional/includes/stylist/w_stylist.inc @@ -918,7 +918,7 @@ testcase tAssigningStyles6 Call wTypeKeys "" Call wTypeKeys "" - printlog "Select 'Format / Default Formatting' in Style-Listbox" + printlog "Select 'Format / Clear Direct Formatting' in Style-Listbox" FormatDefaultWriter wait 500 -- cgit v1.2.3 From 9b8cbcef6b80572926dc2b4ccd4b18f720de05d5 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 1 Feb 2011 18:02:11 +0100 Subject: Remove RCS lines --- testautomation/writer/optional/w_autocorrection.bas | 6 ------ 1 file changed, 6 deletions(-) diff --git a/testautomation/writer/optional/w_autocorrection.bas b/testautomation/writer/optional/w_autocorrection.bas index 8bb2ae109..789b16358 100644 --- a/testautomation/writer/optional/w_autocorrection.bas +++ b/testautomation/writer/optional/w_autocorrection.bas @@ -6,12 +6,6 @@ '* '* OpenOffice.org - a multi-platform office productivity suite '* -'* $RCSfile: w_drawing_tools.bas,v $ -'* -'* $Revision: 1.1 $ -'* -'* last change: $Author: fredrikh $ $Date: 2008-06-18 09:11:25 $ -'* '* This file is part of OpenOffice.org. '* '* OpenOffice.org is free software: you can redistribute it and/or modify -- cgit v1.2.3 From 27f5e0b87edd202e6b1372f7b7b4bec5b9d10687 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 1 Feb 2011 18:02:20 +0100 Subject: Clean up makefiles --- qadevOOo/runner/basicrunner/makefile.mk | 2 +- smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/qadevOOo/runner/basicrunner/makefile.mk b/qadevOOo/runner/basicrunner/makefile.mk index 54874a77e..6259845bb 100644 --- a/qadevOOo/runner/basicrunner/makefile.mk +++ b/qadevOOo/runner/basicrunner/makefile.mk @@ -40,7 +40,7 @@ TARGET = runner_basicrunner JARFILES = ridl.jar jurt.jar unoil.jar JAVAFILES = BasicException.java BasicIfcTest.java BasicHandler.java BasicTestCase.java BasicHandlerProvider.java JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) -#SUBDIRS = basichelper + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk diff --git a/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk b/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk index da9b30279..355d44ecd 100755 --- a/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk +++ b/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk @@ -53,7 +53,6 @@ ZIP1EXT=.oxt # --- Files -------------------------------------------------------- -#COPY_OXT_MANIFEST:= $(MISC)$/$(TARGET)$/META-INF$/manifest.xml JAVAFILES = TestExtension.java # --- Targets ------------------------------------------------------ -- cgit v1.2.3 From 22d8518aa45eed161c2f889d6b2bbbc6d3242bcc Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 2 Feb 2011 11:52:29 +0100 Subject: Clean up makefiles --- testtools/source/cliversioning/makefile.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/testtools/source/cliversioning/makefile.mk b/testtools/source/cliversioning/makefile.mk index 57971b479..bb9cd3de2 100644 --- a/testtools/source/cliversioning/makefile.mk +++ b/testtools/source/cliversioning/makefile.mk @@ -25,7 +25,6 @@ # # ************************************************************************/ - # Builds the SpreadSheet examples of the Developers Guide. PRJ = ..$/.. @@ -36,8 +35,6 @@ PACKAGE = cliversion .INCLUDE: settings.mk .INCLUDE : $(PRJ)$/util$/makefile.pmk -#.IF "$(BUILD_FOR_CLI)" == "" - .IF "$(debug)" != "" CSCFLAGS += -checked+ -define:DEBUG -define:TRACE -debug+ .ELSE @@ -136,7 +133,3 @@ RUNINSTRUCTIONS : @echo ########################### N O T E ###################################### @echo . @echo . - - - -#.ENDIF -- cgit v1.2.3 From 145c147d48d15e12080e25ad5fec03b9fa85ebfc Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Sat, 5 Feb 2011 21:58:42 +0100 Subject: std::hash_map -> boost:unordered_map --- testtools/source/performance/ubtest.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testtools/source/performance/ubtest.cxx b/testtools/source/performance/ubtest.cxx index 4eaadf24b..5ed8f229f 100644 --- a/testtools/source/performance/ubtest.cxx +++ b/testtools/source/performance/ubtest.cxx @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include @@ -568,7 +568,7 @@ void TimingSheet::insert( const sal_Char * pText, sal_Int64 nLoop, sal_uInt32 nT } //================================================================================================== -typedef std::hash_map< std::string, TimingSheet > t_TimingSheetMap; +typedef boost::unordered_map< std::string, TimingSheet > t_TimingSheetMap; //-------------------------------------------------------------------------------------------------- static void benchmark( -- cgit v1.2.3 From 605769ed6b4d3c1467a4ec199e36adad38e13db1 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 7 Feb 2011 23:03:56 +0100 Subject: Remove dead code --- .../source/bridgetest/cli/cli_cpp_bridgetest.cxx | 117 --------------------- 1 file changed, 117 deletions(-) diff --git a/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx b/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx index e0f9f75ae..3302f20c1 100644 --- a/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx +++ b/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx @@ -44,7 +44,6 @@ using namespace uno; using namespace uno::util; using namespace unoidl::com::sun::star::uno; using namespace unoidl::com::sun::star::lang; -//using namespace unoidl::com::sun::star::test::bridge; using namespace unoidl::test::testtools::bridgetest; namespace foo { @@ -580,9 +579,6 @@ static bool performSequenceTest(XBridgeTest* xBT) arObject[0] = new WeakBase(); arObject[1] = new WeakBase(); arObject[1] = new WeakBase(); - //TestEnum arEnum[] = new TestEnum[3]; - //arEnum[0] = TestEnum::ONE; arEnum[1] = TestEnum::TWO; - //arEnum[2] = TestEnum::CHECK; Console::WriteLine(new String("cli_cpp_bridgetest: Workaround for C++ compiler bug:" " using Array of Int32 instead of Array of enums w")); Int32 arEnum[] = new Int32[3]; @@ -605,21 +601,7 @@ static bool performSequenceTest(XBridgeTest* xBT) 0x123456789abcdef0, 0xfedcba9876543210, 17.0815f, 3.1415926359, TestEnum::CHECK, Constants::STRING_TEST_CONSTANT, arObject[2], Any( __typeof(Object), arObject[2] ) ); - - -// int[][][] arLong3 = new int[][][]{ -// new int[][]{new int[]{1,2,3},new int[]{4,5,6}, new int[]{7,8,9} }, -// new int [][]{new int[]{1,2,3},new int[]{4,5,6}, new int[]{7,8,9}}, -// new int[][]{new int[]{1,2,3},new int[]{4,5,6}, new int[]{7,8,9}}}; - { - -// Console::WriteLine(new String("cli_cpp_bridgetest: -// int[][] seqSeqRet = xBT2->setDim2(arLong3[0]); -// bRet = check( compareData(seqSeqRet, arLong3[0]), "sequence test") && bRet; -// int[][][] seqSeqRet2 = xBT2->setDim3(arLong3); -// bRet = check( compareData(seqSeqRet2, arLong3), "sequence test") && bRet; - Any seqAnyRet[] = xBT2->setSequenceAny(arAny); bRet = check( compareData(seqAnyRet, arAny), "sequence test") && bRet; Boolean seqBoolRet[] = xBT2->setSequenceBool(arBool); @@ -643,7 +625,6 @@ static bool performSequenceTest(XBridgeTest* xBT) //types because of workaround. arEnum is Int32[]. Console::WriteLine(new String("cli_cpp_bridgetest: Test omitted because " "of C++ compiler bug. XBridgeTest2::setSequenceEnum(sequence)")); -// bRet = check( compareData(seqEnumRet, arEnum), "sequence test") && bRet; UInt16 seqUShortRet[] = xBT2->setSequenceUShort(arUShort); bRet = check( compareData(seqUShortRet, arUShort), "sequence test") && bRet; UInt32 seqULongRet[] = xBT2->setSequenceULong(arULong); @@ -658,107 +639,11 @@ static bool performSequenceTest(XBridgeTest* xBT) bRet = check( compareData(seqStructRet, arStruct), "sequence test") && bRet; } { -// Boolean arBoolTemp[] = static_cast( arBool->Clone()); -// Char arCharTemp[] = static_cast(arChar->Clone()); -// Byte arByteTemp[] = static_cast(arByte->Clone()); -// Int16 arShortTemp[] = static_cast(arShort->Clone()); -// UInt16 arUShortTemp[] = static_cast(arUShort->Clone()); -// Int32 arLongTemp[] = static_cast(arLong->Clone()); -// UInt32 arULongTemp[] = static_cast(arULong->Clone()); -// Int64 arHyperTemp[] = static_cast(arHyper->Clone()); -// UInt64 arUHyperTemp[] = static_cast(arUHyper->Clone()); -// Single arFloatTemp[] = static_cast(arFloat->Clone()); -// Double arDoubleTemp[] = static_cast(arDouble->Clone()); -// TestEnum arEnumTemp[] = static_cast(arEnum->Clone()); -// String* arStringTemp[] = static_cast(arString->Clone()); -// Object* arObjectTemp = static_cast(arObject->Clone()); -// Any arAnyTemp[] = static_cast(arAny->Clone()); -// // make sure this are has the same contents as arLong3[0] -// int[][] arLong2Temp = new int[][]{new int[]{1,2,3},new int[]{4,5,6}, new int[]{7,8,9} }; -// // make sure this are has the same contents as arLong3 -// int[][][] arLong3Temp = new int[][][]{ -// new int[][]{new int[]{1,2,3},new int[]{4,5,6}, new int[]{7,8,9} }, -// new int [][]{new int[]{1,2,3},new int[]{4,5,6}, new int[]{7,8,9}}, -// new int[][]{new int[]{1,2,3},new int[]{4,5,6}, new int[]{7,8,9}}}; Console::WriteLine(new String("cli_cpp_bridgetest: no test of " "XBridgeTest2::setSequencesInOut and XBridgeTest2.setSequencesOut " "because jagged arrays are not supported by C++ compiler")); -// xBT2->setSequencesInOut(& arBoolTemp, & arCharTemp, & arByteTemp, -// & arShortTemp, & arUShortTemp, & arLongTemp, -// & arULongTemp,& arHyperTemp, & arUHyperTemp, -// & arFloatTemp,& arDoubleTemp, & arEnumTemp, -// & arStringTemp, & arObjectTemp, -// & arAnyTemp, & arLong2Temp, & arLong3Temp); -// bRet = check( -// compareData(arBoolTemp, arBool) && -// compareData(arCharTemp , arChar) && -// compareData(arByteTemp , arByte) && -// compareData(arShortTemp , arShort) && -// compareData(arUShortTemp , arUShort) && -// compareData(arLongTemp , arLong) && -// compareData(arULongTemp , arULong) && -// compareData(arHyperTemp , arHyper) && -// compareData(arUHyperTemp , arUHyper) && -// compareData(arFloatTemp , arFloat) && -// compareData(arDoubleTemp , arDouble) && -// compareData(arEnumTemp , arEnum) && -// compareData(arStringTemp , arString) && -// compareData(arObjectTemp , arObject) && -// compareData(arAnyTemp , arAny) && -// compareData(arLong2Temp , arLong3[0]) && -// compareData(arLong3Temp , arLong3), "sequence test") && bRet; - - //Boolean arBoolOut[]; - //Char arCharOut[]; - //Byte arByteOut[]; - //Int16 arShortOut[]; - //UInt16 arUShortOut[]; - //Int32 arLongOut[]; - //UInt32 arULongOut[]; - //Int64 arHyperOut[]; - //UInt64 arUHyperOut[]; - //Single arFloatOut[]; - //Double arDoubleOut[]; - //TestEnum arEnumOut[]; - //String* arStringOut[]; - //Object* arObjectOut[]; - //Any arAnyOut[]; -// int[][] arLong2Out; -// int[][][] arLong3Out; - -// xBT2->setSequencesOut(out arBoolOut, out arCharOut, out arByteOut, -// out arShortOut, out arUShortOut, out arLongOut, -// out arULongOut, out arHyperOut, out arUHyperOut, -// out arFloatOut, out arDoubleOut, out arEnumOut, -// out arStringOut, out arObjectOut, out arAnyOut, -// out arLong2Out, out arLong3Out); -// bRet = check( -// compareData(arBoolOut, arBool) && -// compareData(arCharOut, arChar) && -// compareData(arByteOut, arByte) && -// compareData(arShortOut, arShort) && -// compareData(arUShortOut, arUShort) && -// compareData(arLongOut, arLong) && -// compareData(arULongOut, arULong) && -// compareData(arHyperOut, arHyper) && -// compareData(arUHyperOut, arUHyper) && -// compareData(arFloatOut, arFloat) && -// compareData(arDoubleOut, arDouble) && -// compareData(arEnumOut, arEnum) && -// compareData(arStringOut, arString) && -// compareData(arObjectOut, arObject) && -// compareData(arAnyOut, arAny) && -// compareData(arLong2Out, arLong3[0]) && -// compareData(arLong3Out, arLong3), "sequence test") && bRet; } { - //test with empty sequences - // int[][] _arLong2 = new int[0][]; -// int[][] seqSeqRet = xBT2->setDim2(_arLong2); -// bRet = check( compareData(seqSeqRet, _arLong2), "sequence test") && bRet; -// int[][][] _arLong3 = new int[0][][]; -// int[][][] seqSeqRet2 = xBT2->setDim3(_arLong3); -// bRet = check( compareData(seqSeqRet2, _arLong3), "sequence test") && bRet; Any _arAny[] = new Any[0]; Any seqAnyRet[] = xBT2->setSequenceAny(_arAny); bRet = check( compareData(seqAnyRet, _arAny), "sequence test") && bRet; @@ -788,8 +673,6 @@ static bool performSequenceTest(XBridgeTest* xBT) bRet = check( compareData(seqDoubleRet, _arDouble), "sequence test") && bRet; TestEnum _arEnum[] = new TestEnum[0]; xBT2->setSequenceEnum(_arEnum); -// compiler bug: _arEnum has type System.Enum and not TestEnum -// bRet = check( compareData(seqEnumRet, _arEnum), "sequence test") && bRet; UInt16 _arUShort[] = new UInt16[0]; UInt16 seqUShortRet[] = xBT2->setSequenceUShort(_arUShort); bRet = check( compareData(seqUShortRet, _arUShort), "sequence test") && bRet; -- cgit v1.2.3 From bdb1e23e6c3d55acc63056c17983f6cd99f1254f Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Wed, 9 Feb 2011 10:51:07 +0100 Subject: Removing the ext_std masterpiece --- smoketestoo_native/smoketest.cxx | 4 ++-- test/source/cpp/officeconnection.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/smoketestoo_native/smoketest.cxx b/smoketestoo_native/smoketest.cxx index 1f429b59b..f218957f8 100644 --- a/smoketestoo_native/smoketest.cxx +++ b/smoketestoo_native/smoketest.cxx @@ -48,13 +48,13 @@ #include "com/sun/star/uno/RuntimeException.hpp" #include "com/sun/star/uno/Sequence.hxx" #include "com/sun/star/util/URL.hpp" -#include + #include "cppuhelper/implbase1.hxx" #include "cppunit/TestAssert.h" #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include + #include "osl/conditn.hxx" #include "osl/diagnose.h" #include "rtl/ustring.h" diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx index 93de7f79e..e8403d399 100644 --- a/test/source/cpp/officeconnection.cxx +++ b/test/source/cpp/officeconnection.cxx @@ -34,9 +34,9 @@ #include "com/sun/star/lang/XMultiServiceFactory.hpp" #include "com/sun/star/uno/Reference.hxx" #include "cppuhelper/bootstrap.hxx" -#include + #include "cppunit/TestAssert.h" -#include + #include "osl/process.h" #include "osl/time.h" #include "sal/types.h" -- cgit v1.2.3 From c0de9978e5a5e0a4003f25467610dcff17bd6627 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Wed, 9 Feb 2011 16:20:26 +0100 Subject: Trying to remove the stlport mention from the code --- smoketestoo_native/makefile.mk | 7 ------- test/source/cpp/makefile.mk | 7 ------- 2 files changed, 14 deletions(-) diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 75ebd95cc..fa0173047 100644 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -33,13 +33,6 @@ ENABLE_EXCEPTIONS = TRUE CFLAGSCXX += $(CPPUNIT_CFLAGS) -#building with stlport, but cppunit was not built with stlport -.IF "$(USE_SYSTEM_STL)"!="YES" -.IF "$(SYSTEM_CPPUNIT)"=="YES" -CFLAGSCXX+=-DADAPT_EXT_STL -.ENDIF -.ENDIF - SLOFILES = $(SHL1OBJS) SHL1TARGET = smoketest diff --git a/test/source/cpp/makefile.mk b/test/source/cpp/makefile.mk index 04eedea3c..8494bd4aa 100644 --- a/test/source/cpp/makefile.mk +++ b/test/source/cpp/makefile.mk @@ -35,13 +35,6 @@ VISIBILITY_HIDDEN = TRUE CDEFS += -DOOO_DLLIMPLEMENTATION_TEST CFLAGSCXX += $(CPPUNIT_CFLAGS) -#building with stlport, but cppunit was not built with stlport -.IF "$(USE_SYSTEM_STL)"!="YES" -.IF "$(SYSTEM_CPPUNIT)"=="YES" -CFLAGSCXX+=-DADAPT_EXT_STL -.ENDIF -.ENDIF - SLOFILES = \ $(SLO)/getargument.obj \ $(SLO)/officeconnection.obj \ -- cgit v1.2.3 From 949d8859cf2b110df2d46036cbe76dc226d345bf Mon Sep 17 00:00:00 2001 From: Alfonso Eusebio Date: Thu, 10 Feb 2011 08:26:26 +0000 Subject: Remove obsolete Hyperlink Bar from testing Removed code related to hyperlink bar from sdk repo. --- testautomation/global/sid/all.sid | 1 - testautomation/global/sid/bars.sid | 2 -- testautomation/global/sid/e_all.sid | 2 -- testautomation/global/win/bars.win | 2 -- 4 files changed, 7 deletions(-) diff --git a/testautomation/global/sid/all.sid b/testautomation/global/sid/all.sid index 5ee1c1572..d4e7bfa5e 100644 --- a/testautomation/global/sid/all.sid +++ b/testautomation/global/sid/all.sid @@ -154,7 +154,6 @@ BearbeitenDiagrammdaten SID_DIAGRAM_DATA ' **** Alle AnsichtMassstab SID_ATTR_ZOOM AnsichtBrowser SID_BROWSER -AnsichtHyperlinkleiste SID_HYPERLINK_INSERT AnsichtStatusleiste SID_TOGGLESTATUSBAR SID_TOGGLESTATUSBAR AnsichtGanzerBildschirm SID_WIN_FULLSCREEN SID_FULLSCREEN diff --git a/testautomation/global/sid/bars.sid b/testautomation/global/sid/bars.sid index 2c26b9cb0..1afbd5515 100755 --- a/testautomation/global/sid/bars.sid +++ b/testautomation/global/sid/bars.sid @@ -354,7 +354,6 @@ WL_WRITER_AutomatischePruefung SID_AUTOSPELL_CHECK WL_WRITER_SuchenUndErsetzen SID_SEARCH_DLG WL_WRITER_SteuerzeichenEinAus FN_VIEW_META_CHARS WL_WRITER_GrafikenAusschalten FN_VIEW_GRAPHIC -WL_WRITER_Hyperlink SID_HYPERLINK_INSERT WL_WRITER_OnlineLayout SID_BROWSER_MODE WL_WRITER_SchattencursorEinschalten FN_SHADOWCURSOR @@ -431,7 +430,6 @@ WL_WEB_Kontrollfelder SID_CHOOSE_CONTROLS WL_WEB_SuchenUndErsetzen SID_SEARCH_DLG WL_WEB_SteuerzeichenEinAus FN_VIEW_META_CHARS WL_WEB_GrafikenAusschalten FN_VIEW_GRAPHIC -WL_WEB_Hyperlink SID_HYPERLINK_INSERT WL_WEB_OnlineLayout SID_BROWSER_MODE WL_WEB_SchattencursorEinschalten FN_SHADOWCURSOR WL_WEB_DruckLayout FN_PRINT_LAYOUT diff --git a/testautomation/global/sid/e_all.sid b/testautomation/global/sid/e_all.sid index d7215aac2..c270d0d5d 100644 --- a/testautomation/global/sid/e_all.sid +++ b/testautomation/global/sid/e_all.sid @@ -153,7 +153,6 @@ EditDataRanges .uno:DataRanges ViewZoom SID_ATTR_ZOOM ViewBeamer SID_BROWSER ViewDataSources .uno:ViewDataSourceBrowser -ViewToolbarsHyperlinkbar .uno:InsertHyperlink ViewToolbarsConfigure .uno:ConfigureDialog ViewToolbarsStatusbar SID_TOGGLESTATUSBAR ViewFullScreen SID_WIN_FULLSCREEN @@ -200,7 +199,6 @@ ViewToolbarsTable .uno:AvailableToolbars?Toolbar:string=tableobjectbar ViewToolbarsTextFormatting .uno:AvailableToolbars?Toolbar:string=textobjectbar ViewToolbarsTextObject .uno:AvailableToolbars?Toolbar:string=drawtextobjectbar ViewToolbarsTools .uno:AvailableToolbars?Toolbar:string=toolbar -ViewToolbarsInsertHyperlink .uno:InsertHyperlink ViewToolbarsInsertFormula .uno:InsertFormula ViewToolbarsCustomize .uno:ConfigureDialog ViewToolbarsPreviewbar .uno:AvailableToolbars?Toolbar:string=previewbar diff --git a/testautomation/global/win/bars.win b/testautomation/global/win/bars.win index 964027cbc..1c60984df 100755 --- a/testautomation/global/win/bars.win +++ b/testautomation/global/win/bars.win @@ -1044,7 +1044,6 @@ GalleryButton .uno:Gallery Gesamtbild SID_WIN_FULLSCREEN GestalterButton SID_STYLE_DESIGNER HyperlinkDialog .uno:HyperlinkDialog -HyperlinkLeisteButton SID_HYPERLINK_INSERT Kopieren .uno:Copy NavigatorButton .uno:Navigator Neu .uno:AddDirect @@ -1252,7 +1251,6 @@ Hinunterschieben SID_OUTLINE_DOWN Hinunterstufen SID_OUTLINE_RIGHT Hochschieben SID_OUTLINE_UP Hochstufen SID_OUTLINE_LEFT -Hyperlink .uno:InsertHyperlink Insert .uno:InsertToolbox InsertGraphic .uno:InsertGraphic Interaktion .uno:AnimationObjects -- cgit v1.2.3 From 78df4042e049ed96f12d6ac361ab0cfdbbb239ce Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 15 Feb 2011 23:42:29 +0100 Subject: Remove unused inc files --- .../includes/basic_vba-compat_security_check.inc | 105 --- .../optional/includes/filedlg_cjk_folders.inc | 86 -- .../framework/optional/includes/options_asia.inc | 641 --------------- .../framework/optional/includes/options_data.inc | 192 ----- .../framework/optional/includes/options_int1.inc | 286 ------- .../framework/optional/includes/options_lan1.inc | 894 --------------------- 6 files changed, 2204 deletions(-) delete mode 100644 testautomation/framework/optional/includes/basic_vba-compat_security_check.inc delete mode 100755 testautomation/framework/optional/includes/filedlg_cjk_folders.inc delete mode 100755 testautomation/framework/optional/includes/options_asia.inc delete mode 100755 testautomation/framework/optional/includes/options_data.inc delete mode 100755 testautomation/framework/optional/includes/options_int1.inc delete mode 100755 testautomation/framework/optional/includes/options_lan1.inc diff --git a/testautomation/framework/optional/includes/basic_vba-compat_security_check.inc b/testautomation/framework/optional/includes/basic_vba-compat_security_check.inc deleted file mode 100644 index 2dd9f6228..000000000 --- a/testautomation/framework/optional/includes/basic_vba-compat_security_check.inc +++ /dev/null @@ -1,105 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'******************************************************************************* -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.skottke@oracle.com -'* -'* short description : Test VBA compatibility switches -'* -'\****************************************************************************** - -testcase tBasicVBACompatSecurityCheck() - - printlog( "Test VBA Security feature" ) - printlog( "VBA macros may not ignore global macro security setting" ) - - ' This test case is based on the use cases provided in issue #i109699 - - const IMPORT_EXCEL_MACROS = TRUE - const EXEC_EXCEL_MACROS = TRUE - - const MACRO_IDENTIFICATION_MESSAGE = "Clicked" - const MACRO_NAME = "CommandButton1_Click" - - const WORK_FILE = "framework/optional/input/vba-compat/Book1.xls" - - dim cTestFile as string : cTestFile = gTesttoolPath & WORK_FILE - dim iSecurityLevel as integer - - - printlog( "Set VBA macro handling to import and execute" ) - hSetExcelBasicImportMode( IMPORT_EXCEL_MACROS, EXEC_EXCEL_MACROS ) - - for iSecurityLevel = GC_MACRO_SECURITY_LEVEL_MEDIUM to GC_MACRO_SECURITY_LEVEL_VERYHIGH - - printlog( "Adjust security level" ) - hSetMacroSecurityAPI( iSecurityLevel ) - - printlog( "Load the test file" ) - hFileOpen( cTestFile ) - - printlog( "Deny macro execution or close macros blocked message" ) - if ( iSecurityLevel = GC_MACRO_SECURITY_LEVEL_MEDIUM ) then - hDenyMacroExecution() - else - kontext "Active" - Active.ok() - endif - - printlog( "Try to execute macro via macro organizer" ) - hMacroOrganizerRunMacro( MACRO_NAME ) - - printlog( "Probe for warning message (or macro)" ) - kontext "Active" - if ( Active.exists( 2 ) ) then - if ( Active.getText() = MACRO_IDENTIFICATION_MESSAGE ) then - warnlog( "Macro was executed though macro execution has been denied" ) - Active.ok() - else - printlog( "Macro execution blocked - warning is displayed." ) - Active.ok() - endif - else - warnlog( "No warning message for blocked macro execution" ) - endif - - ' recover silently, the warnings above should say it all. - kontext "Makro" - if ( Makro.exists() ) then Makro.cancel() - - printlog( "Close file" ) - hDestroyDocument() - - next iSecurityLevel - - printlog( "Reset VBA import options to default" ) - hSetExcelImportModeDefault() - - printlog( "Reset macro security level to default" ) - hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_DEFAULT ) - -endcase - diff --git a/testautomation/framework/optional/includes/filedlg_cjk_folders.inc b/testautomation/framework/optional/includes/filedlg_cjk_folders.inc deleted file mode 100755 index cdeb2f922..000000000 --- a/testautomation/framework/optional/includes/filedlg_cjk_folders.inc +++ /dev/null @@ -1,86 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* owner : joerg.skottke@oracle.com -'* -'* short description : check the internal file dialog ( extended tests ) -'* -'\****************************************************************************** - -testcase tCJKFolders() - - - if ( not hTestLocale() ) then - warnlog( "Test requires UTF-8 locale" ) - goto endsub - endif - - - - dim cStrangeFolder as string - dim cStrangeFile as string - dim iCounter as integer ' iterator - dim iRandom as long ' random number.(needs long for cjk chars) - dim brc as boolean - - printlog( CHR$(13) ) - printlog( "Check if CJK-files/folders are handled ok" ) - printlog( CHR$(13) ) - - printlog( "Open a new document" ) - brc = hCreateDocument() - - printlog( CHR$(13) + "Names with CJK-chars" ) - printlog( "" ) - - call randomize() - - for iCounter = 1 to 3 - - iRandom = int( 19968 + ( 20911 * rnd ) ) - printlog( " * Using decimal char: " & iRandom ) - - cStrangeFolder = hNameGen_append( iRandom ) - brc = hCreateDirctoryExpectSuccess( cStrangeFolder ) - - cStrangeFile = hNameGen_append( iRandom ) - cStrangeFile = convertpath( cStrangeFolder & "\" & cStrangeFile ) - brc = hSaveLoadDelSuccess( cStrangeFile , TRUE ) - - cStrangeFile = hNameGen_lead( iRandom , true ) - cStrangeFile = convertpath( cStrangeFolder & "\" & cStrangeFile ) - brc = hSaveLoadDelSuccess( cStrangeName , true ) - - brc = hDeleteFileExpectSuccess( cStrangeFolder ) - - next iCounter - - printlog( "Close the document" ) - brc = hDestroyDocument() - -endcase - diff --git a/testautomation/framework/optional/includes/options_asia.inc b/testautomation/framework/optional/includes/options_asia.inc deleted file mode 100755 index 76e990ca6..000000000 --- a/testautomation/framework/optional/includes/options_asia.inc +++ /dev/null @@ -1,641 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* owner : thorsten.bosbach@oracle.com -'* -'* short description : functionality test for language/settings -'* -'\***************************************************************** - -testcase func_LanguageSettings_Language - Dim bSave as Boolean - - ToolsOptions - hToolsOptions ( "LanguageSettings", "Languages" ) - bSave = Aktivieren.IsChecked - Printlog "asian support = TRUE" - if Aktivieren.isEnabled then - Aktivieren.unCheck - else - qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'") - printlog Aktivieren.isEnabled - endif - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - hTestAsianForWriter ( TRUE ) - hTestAsianForCalc ( TRUE ) - hTestAsianForImpress ( TRUE ) - hTestAsianForDraw ( TRUE ) - - ToolsOptions - hToolsOptions ( "LanguageSettings", "Languages" ) - Printlog Chr(13) + "asian support = FALSE" - Aktivieren.Uncheck - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - hTestAsianForWriter ( FALSE ) - hTestAsianForCalc ( FALSE ) - hTestAsianForImpress ( FALSE ) - hTestAsianForDraw ( FALSE ) - - ToolsOptions - hToolsOptions ( "LanguageSettings", "Languages" ) - Printlog Chr(13) + "asian support = TRUE" - if Aktivieren.isEnabled then - Aktivieren.unCheck - else - qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'") - printlog Aktivieren.isEnabled - endif - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - hTestAsianForWriter ( TRUE ) - hTestAsianForCalc ( TRUE ) - hTestAsianForImpress ( TRUE ) - hTestAsianForDraw ( TRUE ) - - ToolsOptions - hToolsOptions ( "LanguageSettings", "Languages" ) - if bSave = TRUE then Aktivieren.Check else Aktivieren.UnCheck - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) -endcase - -' ********************************************* -' ** -' ** -sub hTestAsianForWriter ( bAsianTrue as Boolean ) - Dim iTabCounter as Integer - - gApplication = "WRITER" - hNewDocument - Printlog "- test in writer" - - FormatCharacter - - if bAsianTrue = TRUE then - Kontext - iTabCounter = active.GetPageCount - if iTabCounter <> 6 then Warnlog "There are not 6 pages on the dialog, there are " + iTabCounter + "!" - else - Kontext - iTabCounter = active.GetPageCount - if iTabCounter <> 5 then Warnlog "There are not 5 pages on the dialog, there are " + iTabCounter + "!" - end if - - printlog " - check tab-dialog for FormatCharacter" - Kontext - active.SetPage TabFont - Kontext "TabFont" - if bAsianTrue = TRUE then - if FontWest.Exists then - if FontWest.IsVisible = FALSE then Warnlog "'Western Font' is not visible!" - else - Warnlog "'Western Font' does not exists!" - end if - if StyleWest.Exists then - if StyleWest.IsVisible = FALSE then Warnlog "'Western Style' is not visible!" - else - Warnlog "'Western Style' does not exists!" - end if - if SizeWest.Exists then - if SizeWest.IsVisible = FALSE then Warnlog "'Western Size' is not visible!" - else - Warnlog "'Western Size' does not exists!" - end if - if LanguageWest.Exists then - if LanguageWest.IsVisible = FALSE then Warnlog "'Western Language' is not visible!" - else - Warnlog "'Western Language' does not exists=> Bug!" - end if - if FontEast.Exists then - if FontEast.IsVisible = FALSE then Warnlog "'Eastern Font' is not visible!" - else - Warnlog "'Eastern Font' does not exists!" - end if - if StyleEast.Exists then - if StyleEast.IsVisible = FALSE then Warnlog "'Eastern Style' is not visible!" - else - Warnlog "'Eastern Style' does not exists!" - end if - if SizeEast.Exists then - if SizeEast.IsVisible = FALSE then Warnlog "'Eastern Size' is not visible!" - else - Warnlog "'Eastern Size' does not exists!" - end if - if LanguageEast.Exists then - if LanguageEast.IsVisible = FALSE then Warnlog "'Eastern Language' is not visible!" - else - Warnlog "'Eastern Language' does not exists!" - end if - else - if FontEast.Exists then - if FontEast.IsVisible then Warnlog "'Eastern Font' is visible!" - end if - if StyleEast.Exists then - if StyleEast.IsVisible then Warnlog "'Eastern Style' is visible!" - end if - if SizeEast.Exists then - if SizeEast.IsVisible then Warnlog "'Eastern Size' is visible!" - end if - if LanguageEast.Exists then - if LanguageEast.IsVisible then Warnlog "'Eastern Language' is visible!" - end if - if FontWest.Exists then - if FontWest.IsVisible then Warnlog "'Eastern Font' is visible!" - end if - if StyleWest.Exists then - if StyleWest.IsVisible then Warnlog "'Eastern Style' is visible!" - end if - if SizeWest.Exists then - if SizeWest.IsVisible then Warnlog "'Eastern Size' is visible!" - end if - if LanguageWest.Exists then - if LanguageWest.IsVisible then Warnlog "'Eastern Language' is visible!" - end if - end if - - Kontext - active.SetPage TabFontEffects - Kontext "TabFontEffects" - if bAsianTrue = TRUE then - if Emphasis.Exists then - if Emphasis.IsVisible = FALSE then - Warnlog "'Emphasis mark' is not visible!" - else - Emphasis.Select 2 - end if - else - Warnlog "'Emphasis mark' does not exists!" - end if - if Position.Exists then - if Position.IsVisible = FALSE then Warnlog "'Position' is not visible!" - else - Warnlog "'Position' does not exists!" - end if - else - if Emphasis.Exists then - if Emphasis.IsVisible then Warnlog "'Emphasis mark' is visible!" - end if - if Position.Exists then - if Position.IsVisible then Warnlog "'Position' is visible!" - end if - end if - - Kontext - Active.SetPage TabFontPosition - - if bAsianTrue = TRUE then - try - Kontext - Active.SetPage TabAsianLayout - catch - Warnlog "The tabpage 'Asian Layout' does not exists!" - endcatch - else - try - Kontext - Active.SetPage TabAsianLayout - Warnlog "The tabpage 'Asian Layout' exists!" - catch - endcatch - end if - - Kontext - active.SetPage TabHyperlinkZeichen - - Kontext - active.SetPage TabHintergrund - kontext "TabHintergrund" - TabHintergrund.Close - - printlog " - check ruby-dialog" - if bAsianTrue = TRUE then - try - FormatRuby - Kontext "RubyDialog" - RubyDialog.Close - catch - Warnlog "Ruby-Dialog can't be opened!" - endcatch - else - try - FormatRuby - Kontext "RubyDialog" - RubyDialog.Close - Warnlog "Ruby-Dialog can be opened!" - catch - endcatch - end if - - printlog " - check menu items for format/change case" - if bAsianTrue = TRUE then - try - FormatChangeCaseHalfWidth - Wait 500 - catch - Warnlog "Format/Case/Half width is not active!" - endcatch - - try - FormatChangeCaseFullWidth - Wait 500 - catch - Warnlog "Format/Case/Full width is not active!" - endcatch - - try - FormatChangeCaseHiragana - Wait 500 - catch - Warnlog "Format/Case/Hiragana is not active!" - endcatch - - try - FormatChangeCaseKatagana - Wait 500 - catch - Warnlog "Format/Case/Katagana is not active!" - endcatch - else - try - FormatChangeCaseHalfWidth - Wait 500 - Warnlog "Format/Case/Half width is active!" - catch - endcatch - - try - FormatChangeCaseFullWidth - Wait 500 - Warnlog "Format/Case/Full width is active!" - catch - endcatch - - try - FormatChangeCaseHiragana - Wait 500 - Warnlog "Format/Case/Hiragana is active!" - catch - endcatch - - try - FormatChangeCaseKatagana - Wait 500 - Warnlog "Format/Case/Katagana is active!" - catch - endcatch - end if - - printlog " - check find&replace-dialog" - EditSearchAndReplace - Kontext "SuchenUndErsetzenWriter" - if bAsianTrue = TRUE then - if HalbNormalbreiteFormen.Exists then - if HalbNormalbreiteFormen.IsVisible = FALSE then Warnlog "'Match half-/full-width forms' is not visible!" - else - Warnlog "'Match half-/full-width forms' does not exists!" - end if - if AehnlicheSchreibweise.Exists then - if AehnlicheSchreibweise.IsVisible = FALSE then - Warnlog "'Sounds like (Japanese)' is not visible!" - else - AehnlicheSchreibweise.Check - end if - else - Warnlog "'Sounds like (Japanese)' does not exists!" - end if - if AehnlicheSchreibweiseOptionen.Exists then - if AehnlicheSchreibweiseOptionen.IsVisible = FALSE then Warnlog "'Options for 'Sounds like' is not visible!" - else - Warnlog "'Options for 'Sounds like' does not exists!" - end if - else - if HalbNormalbreiteFormen.Exists then - if HalbNormalbreiteFormen.IsVisible then Warnlog "'Match half-/full-width forms' is visible!" - end if - if AehnlicheSchreibweise.Exists then - if AehnlicheSchreibweise.IsVisible then Warnlog "'Sounds like (Japanese)' is visible!" - end if - if AehnlicheSchreibweiseOptionen.Exists then - if AehnlicheSchreibweiseOptionen.IsVisible then Warnlog "'Options for 'Sounds like' is visible!" - end if - end if - SuchenUndErsetzenWriter.Close - - Call hCloseDocument - -end sub - -' ********************************************* -' ** -' ** -sub hTestAsianForCalc ( bAsianTrue as Boolean ) - Dim iTabCounter as Integer - - Printlog "- test in calc" - gApplication = "CALC" - hNewDocument - - FormatCells - - if bAsianTrue = TRUE then - Kontext - iTabCounter = active.GetPageCount - if iTabCounter <> 8 then Warnlog "There are not 8 pages on the dialog, there are " + iTabCounter + "!" - else - Kontext - iTabCounter = active.GetPageCount - if iTabCounter <> 7 then Warnlog "There are not 7 pages on the dialog, there are " + iTabCounter + "!" - end if - - printlog " - check tab-dialog for Format/Cell" - Kontext - active.SetPage TabZahlen - - Kontext - active.SetPage TabFont - Kontext "TabFont" - if bAsianTrue = TRUE then - if FontWest.Exists then - if FontWest.IsVisible = FALSE then Warnlog "'Western Font' is not visible!" - else - Warnlog "'Western Font' does not exists!" - end if - if StyleWest.Exists then - if StyleWest.IsVisible = FALSE then Warnlog "'Western Style' is not visible!" - else - Warnlog "'Western Style' does not exists!" - end if - if SizeWest.Exists then - if SizeWest.IsVisible = FALSE then Warnlog "'Western Size' is not visible!" - else - Warnlog "'Western Size' does not exists!" - end if - if LanguageWest.Exists then - if LanguageWest.IsVisible = FALSE then Warnlog "'Western Language' is not visible!" - else - Warnlog "'Western Language' does not exists=> Bug!" - end if - if FontEast.Exists then - if FontEast.IsVisible = FALSE then Warnlog "'Eastern Font' is not visible!" - else - Warnlog "'Eastern Font' does not exists!" - end if - if StyleEast.Exists then - if StyleEast.IsVisible = FALSE then Warnlog "'Eastern Style' is not visible!" - else - Warnlog "'Eastern Style' does not exists!" - end if - if SizeEast.Exists then - if SizeEast.IsVisible = FALSE then Warnlog "'Eastern Size' is not visible!" - else - Warnlog "'Eastern Size' does not exists!" - end if - if LanguageEast.Exists then - if LanguageEast.IsVisible = FALSE then Warnlog "'Eastern Language' is not visible!" - else - Warnlog "'Eastern Language' does not exists!" - end if - else - if FontEast.Exists then - if FontEast.IsVisible then Warnlog "'Eastern Font' is visible!" - end if - if StyleEast.Exists then - if StyleEast.IsVisible then Warnlog "'Eastern Style' is visible!" - end if - if SizeEast.Exists then - if SizeEast.IsVisible then Warnlog "'Eastern Size' is visible!" - end if - if LanguageEast.Exists then - if LanguageEast.IsVisible then Warnlog "'Eastern Language' is visible!" - end if - if FontWest.Exists then - if FontWest.IsVisible then Warnlog "'Eastern Font' is visible!" - end if - if StyleWest.Exists then - if StyleWest.IsVisible then Warnlog "'Eastern Style' is visible!" - end if - if SizeWest.Exists then - if SizeWest.IsVisible then Warnlog "'Eastern Size' is visible!" - end if - if LanguageWest.Exists then - if LanguageWest.IsVisible then Warnlog "'Eastern Language' is visible!" - end if - end if - - Kontext - active.SetPage TabFontEffects - Kontext "TabFontEffects" - if bAsianTrue = TRUE then - if Emphasis.Exists then - if Emphasis.IsVisible = FALSE then - Warnlog "'Emphasis mark' is not visible!" - else - Emphasis.Select 2 - end if - else - Warnlog "'Emphasis mark' does not exists!" - end if - if Position.Exists then - if Position.IsVisible = FALSE then Warnlog "'Position' is not visible!" - else - Warnlog "'Position' does not exists!" - end if - else - if Emphasis.Exists then - if Emphasis.IsVisible then Warnlog "'Emphasis mark' is visible!" - end if - if Position.Exists then - if Position.IsVisible then Warnlog "'Position' is visible!" - end if - end if - - if bAsianTrue = TRUE then - try - Kontext - Active.SetPage TabAsianTypography - catch - Warnlog "The tabpage 'Asian Typography' does not exists!" - endcatch - else - try - Kontext - Active.SetPage TabAsianTypography - Warnlog "The tabpage 'Asian Typography' exists!" - catch - endcatch - end if - - Kontext - active.SetPage TabAusrichtung - - Kontext - active.SetPage TabUmrandung - - Kontext - active.SetPage TabHintergrund - - Kontext - active.SetPage TabZellschutz - Kontext "TabZellschutz" - TabZellschutz.Cancel - - printlog " - check find&replace-dialog" - EditSearchAndReplace - Kontext "SuchenUndErsetzenCalc" - if bAsianTrue = TRUE then - if HalbNormalbreiteFormen.Exists then - if HalbNormalbreiteFormen.IsVisible = FALSE then Warnlog "'Match half-/full-width forms' is not visible!" - else - Warnlog "'Match half-/full-width forms' does not exists!" - end if - if AehnlicheSchreibweise.Exists then - if AehnlicheSchreibweise.IsVisible = FALSE then - Warnlog "'Sounds like (Japanese)' is not visible!" - else - AehnlicheSchreibweise.Check - end if - else - Warnlog "'Sounds like (Japanese)' does not exists!" - end if - if AehnlicheSchreibweiseOptionen.Exists then - if AehnlicheSchreibweiseOptionen.IsVisible = FALSE then Warnlog "'Options for 'Sounds like' is not visible!" - else - Warnlog "'Options for 'Sounds like' does not exists!" - end if - else - if HalbNormalbreiteFormen.Exists then - if HalbNormalbreiteFormen.IsVisible then Warnlog "'Match half-/full-width forms' is visible!" - end if - if AehnlicheSchreibweise.Exists then - if AehnlicheSchreibweise.IsVisible then Warnlog "'Sounds like (Japanese)' is visible!" - end if - if AehnlicheSchreibweiseOptionen.Exists then - if AehnlicheSchreibweiseOptionen.IsVisible then Warnlog "'Options for 'Sounds like' is visible!" - end if - end if - SuchenUndErsetzenCalc.Close - - Call hCloseDocument - -end sub - -' ********************************************* -' ** -' ** -sub hTestAsianForImpress ( bAsianTrue as Boolean ) - Dim iTabCounter as Integer - - Printlog "- test in impress" - gApplication = "IMPRESS" - hNewDocument - - printlog " - check 'asian typography' at Format/Paragraph" - FormatParagraph - Kontext - active.SetPage TabEinzuegeUndAbstaende - - if bAsianTrue = TRUE then - try - Kontext - Active.SetPage TabAsianTypography - catch - Warnlog "The tabpage 'Asian Typography' does not exists!" - endcatch - else - try - Kontext - Active.SetPage TabAsianTypography - Warnlog "The tabpage 'Asian Typography' exists!" - catch - endcatch - end if - - Kontext - active.SetPage TabAusrichtungAbsatz - - Kontext - active.SetPage TabTabulator - kontext "TabTabulator" - TabTabulator.Cancel - - hCloseDocument -end sub - -' ********************************************* -' ** -' ** -sub hTestAsianForDraw ( bAsianTrue as Boolean ) - Dim iTabCounter as Integer - - Printlog "- test in draw" - gApplication = "DRAW" - hNewDocument - - printlog " - check 'asian typography' at Format/Paragraph" - FormatParagraph - Kontext - active.SetPage TabEinzuegeUndAbstaende - - if bAsianTrue = TRUE then - try - Kontext - Active.SetPage TabAsianTypography - catch - Warnlog "The tabpage 'Asian Typography' does not exists!" - endcatch - else - try - Kontext - Active.SetPage TabAsianTypography - Warnlog "The tabpage 'Asian Typography' exists!" - catch - endcatch - end if - - Kontext - active.SetPage TabAusrichtungAbsatz - - Kontext - active.SetPage TabTabulator - kontext "TabTabulator" - TabTabulator.Cancel - - hCloseDocument -end sub - diff --git a/testautomation/framework/optional/includes/options_data.inc b/testautomation/framework/optional/includes/options_data.inc deleted file mode 100755 index 4b60f9c99..000000000 --- a/testautomation/framework/optional/includes/options_data.inc +++ /dev/null @@ -1,192 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* owner : thorsten.bosbach@oracle.com -'* -'* short description : general option test ( datasource - group ) -'* -'\****************************************************************************** - -testcase tDatasourceConnections - Dim lsTimeout ( 20 ) as String - Dim lbPool ( 20 ) as Boolean - Dim i as Integer, iCounter as Integer - Dim bSave as Boolean - Dim sDiv as String - Dim iDummy as Single - - iCounter = 9 ' sorry only hard coded the number of entries, it gives no way to get the real count ( GetText crashes ) -qaerrorLog "GetTextCrasjhes??? TBO" - - - hNewDocument - ToolsOptions - hToolsOptions ( "Datasources", "Connections" ) - - printlog " - save raw data" - bSave = ConnectionPoolingEnabled.IsChecked - ConnectionPoolingEnabled.Check - DriverList.TypeKeys "", 20 - for i=1 to iCounter - if i <> 1 then DriverList.TypeKeys "" - lbPool (i) = EnablePoolingForThisDriver.IsChecked - if lbPool (i) = TRUE then - lsTimeout (i) = Timeout.GetText - else - EnablePoolingForThisDriver.Check - lsTimeout (i) = Timeout.GetText - end if - next i - - printlog " - change all settings" - DriverList.TypeKeys "", 20 - for i=1 to iCounter - if i <> 1 then DriverList.TypeKeys "" - sDiv = str ( i/2 ) - if Instr ( sDiv, "." ) <> 0 or Instr ( sDiv, "," ) <> 0 then - EnablePoolingForThisDriver.Check - Timeout.SetText "4" + i - else - EnablePoolingForThisDriver.Uncheck - end if - Sleep (1) - next i - if bSave = TRUE then ConnectionPoolingEnabled.UnCheck - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - hCloseDocument - - printlog " - exit/restart StarOffice" - ExitRestartTheOffice - - printlog " - check all changes" - ToolsOptions - hToolsOptions ( "Datasources", "Connections" ) - - if ConnectionPoolingEnabled.IsChecked = bSave then Warnlog "Connection pooling enabled => changes not saved!" - ConnectionPoolingEnabled.Check - - DriverList.TypeKeys "", 20 - for i=1 to iCounter - if i <> 1 then DriverList.TypeKeys "" - sDiv = str ( i/2 ) - if Instr ( sDiv, "." ) <> 0 or Instr ( sDiv, "," ) <> 0 then - if EnablePoolingForThisDriver.IsChecked <> TRUE then Warnlog "Entry " + i + " : enable pooling for this driver => changes not saved!" - EnablePoolingForThisDriver.Check - if Timeout.GetText <> "4" + i then Warnlog "Entry " + i + " : timeout => changes not saved!" - else - if EnablePoolingForThisDriver.Ischecked = TRUE then Warnlog "Entry " + i + " : enable pooling for this driver => changes not saved!" - end if - Sleep (1) - next i - - printlog " - make second changes" - DriverList.TypeKeys "", 20 - for i=1 to iCounter - if i <> 1 then DriverList.TypeKeys "" - sDiv = str ( i/2 ) - if Instr ( sDiv, "." ) <> 0 or Instr ( sDiv, "," ) <> 0 then - EnablePoolingForThisDriver.Uncheck - else - EnablePoolingForThisDriver.Check - if i<>10 then - Timeout.SetText "6" + i - else - Timeout.SetText "540" - end if - end if - Sleep (1) - next i - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - printlog " - check all changes" - ToolsOptions - hToolsOptions ( "Datasources", "Connections" ) - - DriverList.TypeKeys "", 20 - for i=1 to iCounter - if i <> 1 then DriverList.TypeKeys "" - sDiv = str ( i/2 ) - if Instr ( sDiv, "." ) <> 0 or Instr ( sDiv, "," ) <> 0 then - if EnablePoolingForThisDriver.Ischecked = TRUE then Warnlog "Entry " + i + " : enable pooling for this driver => changes not saved!" - else - if EnablePoolingForThisDriver.IsChecked <> TRUE then Warnlog "Entry " + i + " : enable pooling for this driver => changes not saved!" - EnablePoolingForThisDriver.Check - if i<>10 then - if Timeout.GetText <> "6" + i then Warnlog "Entry " + i + " : timeout => changes not saved!" - else - if Timeout.GetText <> "540" then Warnlog "Entry " + i + " : timeout => changes not saved!" - end if - - end if - Sleep (1) - next i - - printlog " - reset all settings" - DriverList.TypeKeys "", 20 - for i=1 to iCounter - if i <> 1 then DriverList.TypeKeys "" - EnablePoolingForThisDriver.Check - Timeout.SetText lsTimeout (i) - if lbPool (i) = TRUE then EnablePoolingForThisDriver.Check else EnablePoolingForThisDriver.UnCheck - next i - if bSave = TRUE then ConnectionPoolingEnabled.Check else ConnectionPoolingEnabled.UnCheck - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - printlog " - check the raw data" - ToolsOptions - hToolsOptions ( "Datasources", "Connections" ) - - ConnectionPoolingEnabled.check - DriverList.TypeKeys "", 20 - for i=1 to iCounter - if i <> 1 then DriverList.TypeKeys "" - if EnablePoolingForThisDriver.IsChecked <> lbPool (i) then Warnlog "Entry " + i + " : enable pooling for this driver => changes not saved!" - EnablePoolingForThisDriver.Check - if Timeout.GetText <> lsTimeout (i) then Warnlog "Entry " + i + " : timeout => changes not saved!" - if lbPool (i) = TRUE then EnablePoolingForThisDriver.Check else EnablePoolingForThisDriver.UnCheck - Sleep (1) - next i - ConnectionPoolingEnabled.unCheck - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - -endcase - - - - diff --git a/testautomation/framework/optional/includes/options_int1.inc b/testautomation/framework/optional/includes/options_int1.inc deleted file mode 100755 index 9c79a79a7..000000000 --- a/testautomation/framework/optional/includes/options_int1.inc +++ /dev/null @@ -1,286 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* owner : thorsten.bosbach@oracle.com -'* -'* short description : general options test (test for internet-group) -'* -'\****************************************************************************** - -testcase tInternetProxy - Dim iSave as Integer - Dim lsSave ( 9 ) as String - - - hNewDocument - ToolsOptions - hToolsOptions ( "Internet", "Proxy" ) - - printlog " - save settings" - iSave = ProxyServer.GetSelIndex - ProxyServer.Select ( ProxyServer.GetItemCount ) - if ProxyServer.GetItemCount > 2 then Warnlog "More than 2 entries are available for ProxyServer-Setting => Bug 88387" - - lsSave (1) = HTTPProxy.GetText - lsSave (2) = HTTPPort.GetText - lsSave (3) = FTPProxy.GetText - lsSave (4) = FTPPort.GetText - lsSave (7) = NoProxy.GetText - - printlog " - change settings" - HTTPProxy.SetText "staroffice-news.germany.sun.com.test" - HTTPPort.SetText "1508" - FTPProxy.SetText "staroffice-news.germany.sun.com.test" - FTPPort.SetText "1509" - NoProxy.SetText "staroffice;stardivision;starstarstar" - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - hCloseDocument - - printlog " - exit/restart StarOffice" - ExitRestartTheOffice - - printlog " - check changes" - ToolsOptions - hToolsOptions ( "Internet", "Proxy" ) - - if ProxyServer.GetSelIndex <> ProxyServer.GetItemCount then - Warnlog "Proxy Server => changes not saved ( should be the last entry )!" - ProxyServer.Select ( ProxyServer.GetItemCount ) - end if - - if HTTPProxy.GetText <> "staroffice-news.germany.sun.com.test" then warnlog "HTTP Proxy => changes not saved!" - if FTPProxy.GetText <> "staroffice-news.germany.sun.com.test" then warnlog "FTP Proxy => changes not saved!" - if NoProxy.GetText <> "staroffice;stardivision;starstarstar" then warnlog "No Proxy => changes not saved!" - if HTTPPort.GetText <> "1508" then warnlog "HTTP Port => changes not saved!" - if FTPPort.GetText <> "1509" then warnlog "FTP Port => changes not saved!" - - if gPlatgroup = "w95" then - printlog " - change settings ( only windows )" - ProxyServer.Select 2 - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - printlog " - check changes" - ToolsOptions - hToolsOptions ( "Internet", "Proxy" ) - - if ProxyServer.GetSelIndex <> 2 then Warnlog "Proxy Server => changes not saved ( should be the 2nd entry )!" - end if - - printlog " - reset settings" - ProxyServer.Select(3) ' manual - HTTPProxy.SetText lsSave (1) - HTTPPort.SetText lsSave (2) - FTPProxy.SetText lsSave (3) - FTPPort.SetText lsSave (4) - NoProxy.SetText lsSave (7) - ProxyServer.Select iSave - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - printlog " - check default" - ToolsOptions - hToolsOptions ( "Internet", "Proxy" ) - if ProxyServer.GetSelIndex <> iSave then Warnlog "Proxy Server => changes not saved!" - if HTTPProxy.GetText <> lsSave (1) then warnlog "HTTP Proxy => changes not saved!" - if FTPProxy.GetText <> lsSave (3) then warnlog "FTP Proxy => changes not saved!" - if NoProxy.GetText <> lsSave (7) then warnlog "No Proxy => changes not saved!" - if FTPPort.GetText <> lsSave (4) AND FTPPort.GetText <> "0" then warnlog "FTP Port => changes not saved!" - if HTTPPort.GetText <> lsSave (2) AND HTTPPort.GetText <> "0" then warnlog "HTTP Port => changes not saved!" - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - -endcase - -testcase tInternetSearch - Dim iSave, iInterim, i as Integer - Dim lbSave ( 3, 10 ) as boolean - Dim lsSave ( 6, 10 ) as String - - - hNewDocument - ToolsOptions - hToolsOptions ( "Internet", "Search" ) - - printlog " - save settings" - iSave = SuchenIn.GetItemCount - if iSave > 8 then - Warnlog "Please change the index for this test, there are too many entries in the Search-List!" - iSave = 8 - end if - - for i=1 to iSave - SuchenIn.Select i - lsSave (1, i) = DienstName.GetText - lsSave (2, i) = Praefix.GetText - lsSave (3, i) = Suffix.GetText - lsSave (4, i) = Trenner.GetText - lsSave (5, i) = Schreibstil.GetSelText - - lbSave (1, i) = Und.IsChecked - lbSave (2, i) = Oder.IsChecked - lbSave (3, i) = Exakt.IsChecked - next i - - printlog " - change/insert settings" - if iSave > 0 then - SuchenIn.Select 1 - DienstName.SetText "AAAA_TT_Changes_Name" - Und.Check - Praefix.SetText "TT_Changes_Prefix" - Suffix.SetText "TT_Changes_Suffix" - Trenner.SetText ";;;;" - Schreibstil.Select 3 - Sleep (1) - Aendern.Click - end if - - Neu.Click - Sleep (1) - DienstName.SetText "ZZZZ_TT_New_Name" - Oder.Check - Praefix.SetText "TT_New_Prefix" - Suffix.SetText "TT_New_Suffix" - Trenner.SetText ":::::" - Schreibstil.Select 2 - Hinzufuegen.Click - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - hCloseDocument - - printlog " - exit/restart StarOffice" - ExitRestartTheOffice - - printlog " - check changes" - ToolsOptions - hToolsOptions ( "Internet", "Search" ) - - iInterim = SuchenIn.GetItemCount - if iInterim = 0 then - Warnlog "No entrie in Search-List, entries are not saved! The test ends here! => BugID: 82922" - else - if iInterim <> ( iSave + 1 ) then - Warnlog "Not all entries in the Search-List are saved! => BugID: 82922" - else - for i=1 to iInterim - if i=1 then - SuchenIn.Select "AAAA_TT_Changes_Name" - if DienstName.GetText <> "AAAA_TT_Changes_Name" then Warnlog "AAAA_TT_Changes_Name : Name => changes not saved" - Und.Check - if Praefix.GetText <> "TT_Changes_Prefix" then Warnlog "AAAA_TT_Changes_Name : Prefix => changes not saved!" - if Suffix.GetText <> "TT_Changes_Suffix" then Warnlog "AAAA_TT_Changes_Name : Suffix => changes not saved!" - if Trenner.GetText <> ";;;;" then Warnlog "AAAA_TT_Changes_Name : Seperator => changes not saved!" - if Schreibstil.GetSelIndex <> 3 then Warnlog "AAAA_TT_Changes_Name : Case match => changes not saved! BugID:86660" - else - if i <> ( iSave + 1 ) then - SuchenIn.Select i - if DienstName.GetText <> lsSave (1, i) then Warnlog lsSave (1, i) + " : Name => old entry not saved correctly!" - if Und.IsChecked <> lbSave (1, i) then Warnlog lsSave (1, i) + " : Und => old entry not saved correctly!" - if Oder.IsChecked <> lbSave (2, i) then Warnlog lsSave (1, i) + " : Oder => old entry not saved correctly!" - if Exakt.IsChecked <> lbSave (3, i) then Warnlog lsSave (1, i) + " : Exakt => old entry not saved correctly!" - if Praefix.GetText <> lsSave (2, i) then Warnlog lsSave (1, i) + " : Prefix => old entry not saved correctly!" - if Suffix.GetText <> lsSave (3, i) then Warnlog lsSave (1, i) + " : Suffix => old entry not saved correctly!" - if Trenner.GetText <> lsSave (4, i) then Warnlog lsSave (1, i) + " : Seperator => old entry not saved correctly!" - if Schreibstil.GetSelText <> lsSave (5, i) then Warnlog lsSave (1, i) + " : Case match => old entry not saved correctly!" - else - SuchenIn.Select "ZZZZ_TT_New_Name" - if DienstName.GetText <> "ZZZZ_TT_New_Name" then Warnlog "ZZZZ_TT_New_Name : Name => new entry not saved correctly!" - Oder.Check - if Praefix.GetText <> "TT_New_Prefix" then Warnlog "ZZZZ_TT_New_Name : Prefix => new entry not saved correctly!" - if Suffix.GetText <> "TT_New_Suffix" then Warnlog "ZZZZ_TT_New_Name : Suffix => new entry not saved correctly!" - if Trenner.GetText <> ":::::" then Warnlog "ZZZZ_TT_New_Name : Seperator => new entry not saved correctly!" - if Schreibstil.GetSelIndex <> 2 then Warnlog "ZZZZ_TT_New_Name : Case match => new entry not saved correctly! BugID:86660" - end if - end if - next i - end if - - printlog " - reset settings" - SuchenIn.Select "AAAA_TT_Changes_Name" - DienstName.SetText lsSave (1, 1) - if lbSave(1, 1) = TRUE then Und.Check - if lbSave(2, 1) = TRUE then Oder.Check - if lbSave(3, 1) = TRUE then Exakt.Check - Praefix.SetText lsSave (2, 1) - Suffix.SetText lsSave (3, 1) - Trenner.SetText lsSave (4, 1) - Schreibstil.Select lsSave (5, 1) - Sleep (1) - Aendern.Click - Sleep (1) - - SuchenIn.Select "ZZZZ_TT_New_Name" - Sleep (1) - Loeschen.Click - Sleep (1) - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - printlog " - check the reset" - ToolsOptions - hToolsOptions ( "Internet", "Search" ) - - iInterim = SuchenIn.GetItemCount - if iInterim <> iSave then - Warnlog "The default can't be reached!" - else - for i=1 to iInterim - SuchenIn.Select lsSave (1, i) - if DienstName.GetText <> lsSave (1, i) then Warnlog lsSave (1, i) + " : Name => old entry not saved correctly!" - if Und.IsChecked <> lbSave (1, i) then Warnlog lsSave (1, i) + " : Und => old entry not saved correctly!" - if Oder.IsChecked <> lbSave (2, i) then Warnlog lsSave (1, i) + " : Oder => old entry not saved correctly!" - if Exakt.IsChecked <> lbSave (3, i) then Warnlog lsSave (1, i) + " : Exakt => old entry not saved correctly!" - if Praefix.GetText <> lsSave (2, i) then Warnlog lsSave (1, i) + " : Prefix => old entry not saved correctly!" - if Suffix.GetText <> lsSave (3, i) then Warnlog lsSave (1, i) + " : Suffix => old entry not saved correctly!" - if Trenner.GetText <> lsSave (4, i) then Warnlog lsSave (1, i) + " : Seperator => old entry not saved correctly!" - if Schreibstil.GetSelText <> lsSave (5, i) then Warnlog lsSave (1, i) + " : Case match => old entry not saved correctly!" - next i - end if - end if - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - -endcase - - diff --git a/testautomation/framework/optional/includes/options_lan1.inc b/testautomation/framework/optional/includes/options_lan1.inc deleted file mode 100755 index ac7f70d18..000000000 --- a/testautomation/framework/optional/includes/options_lan1.inc +++ /dev/null @@ -1,894 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* owner : thorsten.bosbach@oracle.com -'* -'* short description : general option test (test for language-group) -'* -'\****************************************************************************** - -sub opt_lan1 - Dim bOld as Boolean - - bOld = ActiveDeactivateAsianSupport ( FALSE ) - - Call tLanguageSettingsLanguages - Call tLanguageSettingsWritingAids - - printlog "++ activate the asian support in StarOffice ++" - ActiveDeactivateAsianSupport ( TRUE ) - Call tLanguageSettingsJapaneseFind - Call tLanguageSettingsAsianLayout - - printlog "++ reset asian support in StarOffice to default ++" - if bOld = TRUE then - ActiveDeactivateAsianSupport ( TRUE ) - else - ActiveDeactivateAsianSupport ( FALSE ) - end if - -end sub - -'******************************************************************************* - -testcase tLanguageSettingsLanguages - - Dim lsSave ( 5 ) as String, lsSave2 (3) as String - Dim bChanged as Boolean, bSave as Boolean, bSave2 as Boolean - - bChanged = FALSE - - - - hNewDocument - ToolsOptions - hToolsOptions ( "LanguageSettings", "Languages" ) - - printlog "- check dependences in this dialog" - printlog " - asian support" - if Aktivieren.IsChecked() = FALSE then - if Asiatisch.IsEnabled() = TRUE then - Warnlog "Asian support is not active, the listbox is in wrong state:" - printlog "...the language for asian is active => Perhaps #108220#" - end if - if Aktivieren.isEnabled then - Aktivieren.Check - else - qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'") - printlog Aktivieren.isEnabled - endif - if Asiatisch.IsEnabled() <> TRUE then - Warnlog "Asian support is active, the listbox is in wrong state:" - printlog "...language for asian is not active => BUG!" - end if - if Aktivieren.isEnabled then - Aktivieren.unCheck - else - qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'") - printlog Aktivieren.isEnabled - endif - else - if Asiatisch.IsEnabled() <> TRUE then - Warnlog "Asian support is not active, the listbox is in wrong state:" - printlog "...language for asian is not active => BUG!" - end if - if Aktivieren.isEnabled then - Aktivieren.unCheck - else - qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'") - printlog Aktivieren.isEnabled - endif - if Asiatisch.IsEnabled() = TRUE then - Warnlog "Asian support is active, the listbox is in wrong state:" - printlog "...language for asian is active => BUG!" - end if - if Aktivieren.isEnabled then - Aktivieren.Check - else - qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'") - printlog Aktivieren.isEnabled - endif - end if - - printlog " - CTL support" - if ComplexScriptEnabled.IsChecked() = FALSE then - if LanguageComplexScript.IsEnabled() = TRUE then - Warnlog "CTL support is not active, the listbox is in wrong state:" - printlog "...language for CTL is active => BUG!" - end if - ComplexScriptEnabled.Check() - if LanguageComplexScript.IsEnabled() <> TRUE then - Warnlog "CTL support is active, the listbox is in wrong state:" - printlog "...language for CTL is not active => BUG!" - end if - ComplexScriptEnabled.UnCheck() - else - if LanguageComplexScript.IsEnabled() <> TRUE then - Warnlog "CTL support is active, the listbox is in wrong state:" - printlog "...language for CTL is not active => BUG!" - end if - ComplexScriptEnabled.UnCheck() - if LanguageComplexScript.IsEnabled() = TRUE then - Warnlog "CTL support is not active, the listbox is in wrong state:" - printlog "...the language for CTL is active => BUG!" - end if - ComplexScriptEnabled.Check() - end if - - printlog "- save raw data" - lsSave (1) = Gebietsschema.GetSelText() - lsSave (2) = StandardWaehrung.GetSelText() - lsSave (3) = Westlich.GetSelText() - bSave = Aktivieren.IsChecked() - if Aktivieren.isEnabled then - Aktivieren.Check - else - qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'") - printlog Aktivieren.isEnabled - endif - lsSave (4) = Asiatisch.GetSelText() - - if lsSave (4) = "" then - Warnlog "Empty entry is selected for 'Asian'! => Bug 102046" - endif - - bSave2 = ComplexScriptEnabled.IsChecked() - ComplexScriptEnabled.Check() - lsSave (5) = LanguageComplexScript.GetSelText() - - if lsSave (5) = "" then - Warnlog "Empty entry is selected for 'Complex script'! => Bug 102046" - endif - - printlog "- change settings" - select case iSprache - case 34 : Gebietsschema.Select( 40 ) - case 39 : Gebietsschema.Select( 17 ) - case 81 : Gebietsschema.Select( 22 ) - case 88 : Gebietsschema.Select( 19 ) - case else : Gebietsschema.Select( 15 ) - end select - StandardWaehrung.Select( 20 ) - Westlich.Select( 10 ) - lsSave2(1) = Westlich.GetSelText() - - if Aktivieren.isEnabled then - Aktivieren.Check - else - qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'") - printlog Aktivieren.isEnabled - endif - Asiatisch.Select( 5 ) - lsSave2(2) = Asiatisch.GetSelText() - AktuellesDokument.Uncheck() - - ComplexScriptEnabled.Check - LanguageComplexScript.Select( 7 ) - lsSave2 (3) = LanguageComplexScript.GetSelText() - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK() - Sleep ( 3 ) - - hCloseDocument - - printlog "- exit/restart StarOffice" - ExitRestartTheOffice - hNewDocument - printlog "- check changes" - ToolsOptions - hToolsOptions ( "LanguageSettings", "Languages" ) - - select case iSprache - case 34 : if Gebietsschema.GetSelIndex <> 40 then - Warnlog "locale settings => changes not saved!" - endif - case 39 : if Gebietsschema.GetSelIndex <> 17 then - Warnlog "locale settings => changes not saved!" - endif - case 81 : if Gebietsschema.GetSelIndex <> 22 then - Warnlog "locale settings => changes not saved!" - endif - case 88 : if Gebietsschema.GetSelIndex <> 19 then - Warnlog "locale settings => changes not saved!" - endif - case else : if Gebietsschema.GetSelIndex <> 15 then - Warnlog "locale settings => changes not saved!" - endif - end select - - if StandardWaehrung.GetSelIndex <> 20 then - Warnlog "default currency => changes not saved!" - endif - - if Westlich.GetSelText <> lsSave2(1) then - Warnlog "western => changes not saved! " - endif - - if Aktivieren.IsChecked <> TRUE then - Warnlog "Enabled asian support => changes not saved!" - endif - - if Asiatisch.GetSelText <> lsSave2(2) then - Warnlog "asian => changes not saved! " - endif - - if ComplexScriptEnabled.IsChecked <> TRUE then - Warnlog "CTL support => changes not saved!" - endif - - if LanguageComplexScript.GetSelText <> lsSave2 (3) then - Warnlog "CTL language => changes not saved! " - endif - - printlog "- set to default" - Gebietsschema.Select lsSave(1) - StandardWaehrung.Select lsSave (2) - Westlich.Select lsSave (3) - AktuellesDokument.Uncheck() - if Aktivieren.isEnabled then - Aktivieren.Check - else - qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'") - printlog Aktivieren.isEnabled - endif - - if lsSave (4) <> "" then - Asiatisch.Select lsSave (4) - else - Asiatisch.Select 1 - end if - - if Aktivieren.isEnabled then - if bSave = TRUE then - Aktivieren.Check - else - Aktivieren.Uncheck - endif - else - qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'") - printlog Aktivieren.isEnabled - endif - ComplexScriptEnabled.Check() - - if lsSave (5) <> "" then - LanguageComplexScript.Select( lsSave(5) ) - else - LanguageComplexScript.Select( 1 ) - end if - - if bSave2 = TRUE then - ComplexScriptEnabled.Check() - else - ComplexScriptEnabled.Uncheck() - endif - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK() - Sleep (3) - - printlog "- check the data" - ToolsOptions - hToolsOptions ( "LanguageSettings", "Languages" ) - - if Gebietsschema.GetSelText() <> lsSave(1) then - Warnlog "locale settings => changes not saved! => BugID : 87977" - endif - - if StandardWaehrung.GetSelText() <> lsSave(2) then - Warnlog "default currency => changes not saved!" - endif - - if Westlich.GetSelText() <> lsSave (3) then - Warnlog "western => changes not saved!" - endif - - if Aktivieren.IsChecked() <> bSave then - Warnlog "Enabled asian support => changes not saved!" - endif - - if Aktivieren.isEnabled then - Aktivieren.Check - else - qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'") - printlog Aktivieren.isEnabled - endif - if lsSave (4) <> "" then - if Asiatisch.GetSelText() <> lsSave (4) then - Warnlog "asian => changes not saved!" - endif - end if - - if ComplexScriptEnabled.IsChecked() <> bSave2 then - Warnlog "CTL support => changes not saved!" - endif - - ComplexScriptEnabled.Check() - - if lsSave (5) <> "" then - if LanguageComplexScript.GetSelText() <> lsSave (5) then - Warnlog "CTL language => changes not saved! " - endif - end if - if Aktivieren.isEnabled then - if bSave = TRUE then - Aktivieren.Check - else - Aktivieren.Uncheck - endif - else - qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'") - printlog Aktivieren.isEnabled - endif - if bSave2 = TRUE then - ComplexScriptEnabled.Check() - else - ComplexScriptEnabled.Uncheck() - endif - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK() - Sleep (3) - hclosedocument -endcase - -' > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * -' > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * -testcase tLanguageSettingsWritingAids - - Dim lbSave1 ( 5 ) as Boolean - Dim lbSave2 ( 5 ) as Boolean - Dim lbSave3 ( 15 ) as Boolean - dim iCounter as Integer - Dim i as Integer, iCounter1 as Integer, iCounter2 as Integer, iCounter3 as Integer - - - - hNewDocument - ToolsOptions - hToolsOptions ( "LanguageSettings", "WritingAids" ) - - printlog " - save raw data / and inverted settings" - iCounter1 = Sprachmodule.GetItemCount - Sprachmodule.TypeKeys "", 6 - - for i=1 to iCounter1 - lbSave1 (i) = Sprachmodule.IsChecked - if lbSave1 (i) = TRUE then Sprachmodule.Uncheck else Sprachmodule.Check - Sprachmodule.TypeKeys "" - next i - - iCounter2 = Benutzerwoerterbuch.GetItemCount - Benutzerwoerterbuch.TypeKeys "", 6 - - for i=1 to iCounter2 - 1 - lbSave2 (i) = Benutzerwoerterbuch.IsChecked - if lbSave2 (i) = TRUE then Benutzerwoerterbuch.Uncheck else Benutzerwoerterbuch.Check - Benutzerwoerterbuch.TypeKeys "" - next i - - if Benutzerwoerterbuch.IsChecked <> TRUE then - Warnlog "Last entry in 'User-defined dictionaries' should be checked ( internal Ignore-All List ), but it isn't => BUG?!" - endif - - iCounter3 = Optionen.GetItemCount - Optionen.TypeKeys "", 6 - for i=1 to iCounter3 - if i<>9 AND i<>10 AND i<>11 then - lbSave3 (i) = Optionen.IsChecked - if lbSave3 (i) = TRUE then Optionen.Uncheck else Optionen.Check - end if - Optionen.TypeKeys "" - next i - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - hCloseDocument - - printlog " - exit/restart StarOffice" - ExitRestartTheOffice - - printlog " - check changes" - - hNewDocument - - ToolsOptions - hToolsOptions ( "LanguageSettings", "WritingAids" ) - printlog " 'available language modules'" - Sprachmodule.TypeKeys "", 6 - - for i=1 to iCounter1 - if Sprachmodule.Ischecked = lbSave1 (i) then - Warnlog "entry no. " + i + " => changes not saved! perhaps #i15841!" - end if - Sprachmodule.TypeKeys "" - next i - - printlog " 'user-definded dictonaries'" - Benutzerwoerterbuch.TypeKeys "", 6 - - for i=1 to iCounter2 - 1 - if Benutzerwoerterbuch.Ischecked = lbSave2 (i) then Warnlog "entry no. " + i + " => changes not saved!" - Benutzerwoerterbuch.TypeKeys "" - next i - - if Benutzerwoerterbuch.IsChecked <> TRUE then - Warnlog "Last entry in 'User-defined dictionaries' should be checked ( internal Ignore-All List ), but it isn't => BUG?!" - endif - - printlog " 'options'" - Optionen.TypeKeys "", 6 - for i=1 to iCounter3 - if i<>9 AND i<>10 AND i<>11 then - if Optionen.IsChecked = lbSave3 (i) then Warnlog "entry no. " + i + " => changes not saved!" - end if - Optionen.TypeKeys "" - next i - - printlog " - make second changes" - Optionen.TypeKeys "", 6 - - for i=1 to iCounter3 - if i=1 then Optionen.Uncheck - if i=3 then Optionen.Check - if i=5 then Optionen.Uncheck - if i=6 then Optionen.Check - if i=7 then Optionen.Uncheck - if i=12 then Optionen.Check - Optionen.TypeKeys "" - next i - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - hCloseDocument - - printlog " - check second changes" - ToolsOptions - hToolsOptions ( "LanguageSettings", "WritingAids" ) - Optionen.TypeKeys "", 6 - - for i=1 to iCounter - select case i - case 1 : if Optionen.IsChecked <> FALSE then - Warnlog "entry no. 1 => changes not saved!" - endif - case 3 : if Optionen.IsChecked <> TRUE then - Warnlog "entry no. 3 => changes not saved!" - endif - case 5 : if Optionen.IsChecked <> FALSE then - Warnlog "entry no. 5 => changes not saved!" - endif - case 6 : if Optionen.IsChecked <> TRUE then - Warnlog "entry no. 6 => changes not saved!" - endif - case 7 : if Optionen.IsChecked <> FALSE then - printlog "entry no. 7 => not saved! => it is only for documents" - endif - case 12 : if Optionen.IsChecked <> TRUE then - Warnlog "entry no. 12 => changes not saved!" - endif - end select - Optionen.TypeKeys "" - next i - - printlog " - reset settings" - Sprachmodule.TypeKeys "", 6 - - for i=1 to iCounter1 - if lbSave1 (i) = TRUE then Sprachmodule.Check else Sprachmodule.UnCheck - Sprachmodule.TypeKeys "" - next i - - Benutzerwoerterbuch.TypeKeys "", 6 - - for i=1 to iCounter2 - 1 - if lbSave2 (i) = TRUE then Benutzerwoerterbuch.Check else Benutzerwoerterbuch.UnCheck - Benutzerwoerterbuch.TypeKeys "" - next i - - Optionen.TypeKeys "", 6 - - for i=1 to iCounter3 - if i<>9 AND i<>10 AND i<>11 then - if lbSave3 (i) = TRUE then Optionen.Check else Optionen.UnCheck - end if - Optionen.TypeKeys "" - next i - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - printlog " - check raw data" - ToolsOptions - hToolsOptions ( "LanguageSettings", "WritingAids" ) - - printlog " 'available language modules'" - Sprachmodule.TypeKeys "", 6 - - for i=1 to iCounter1 - if Sprachmodule.Ischecked <> lbSave1 (i) then Warnlog "entry no. " + i + " => changes not saved!" - Sprachmodule.TypeKeys "" - next i - - printlog " 'user-definded dictonaries'" - Benutzerwoerterbuch.TypeKeys "", 6 - for i=1 to iCounter2 - 1 - if Benutzerwoerterbuch.Ischecked <> lbSave2 (i) then Warnlog "entry no. " + i + " => changes not saved!" - Benutzerwoerterbuch.TypeKeys "" - next i - - printlog " 'options'" - Optionen.TypeKeys "", 6 - for i=1 to iCounter3 - if i<>9 AND i<>10 AND i<>11 then - if Optionen.IsChecked <> lbSave3 (i) then Warnlog "entry no. " + i + " => changes not saved!" - end if - Optionen.TypeKeys "" - next i - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) -endcase - -' > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * -' > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * -testcase tLanguageSettingsJapaneseFind - Dim bSave ( 20 ) as Boolean - - - hNewDocument - ToolsOptions - hToolsOptions ( "LanguageSettings", "SearchingInJapanese" ) - - printlog " - save data" - bSave (1 ) = MatchCase.IsChecked - bSave (2 ) = MatchFullHalf.IsChecked - bSave (3 ) = MatchHiraganaKatakana.IsChecked - bSave (4 ) = MatchContractions.IsChecked - bSave (5 ) = MatchMinusDashChoOn.IsChecked - bSave (6 ) = MatchRepeatcharacterMarks.IsChecked - bSave (7 ) = MatchVariantFormKanji.IsChecked - bSave (8 ) = MatchOldKanaForms.IsChecked - bSave (9 ) = MatchDiZiDuZu.IsChecked - bSave (10) = MatchBaVaHaFa.IsChecked - bSave (11) = MatchTsiThiChiDhiZi.IsChecked - bSave (12) = MatchHyuFyuByuVyu.IsChecked - bSave (13) = MatchDeSheZeJe.IsChecked - bSave (14) = MatchIaIya.IsChecked - bSave (15) = MatchKiKu.IsChecked - bSave (16) = PunctuationCharacters.IsChecked - bSave (17) = WhitespaceCharacters.IsChecked - bSave (18) = ProlongedSoundmarks.IsChecked - bSave (19) = MiddleDots.IsChecked - - printlog " - invert data" - if bSave (1 ) = TRUE then MatchCase.Uncheck else MatchCase.Check - if bSave (2 ) = TRUE then MatchFullHalf.Uncheck else MatchFullHalf.Check - if bSave (3 ) = TRUE then MatchHiraganaKatakana.Uncheck else MatchHiraganaKatakana.Check - if bSave (4 ) = TRUE then MatchContractions.Uncheck else MatchContractions.Check - if bSave (5 ) = TRUE then MatchMinusDashChoOn.Uncheck else MatchMinusDashChoOn.Check - if bSave (6 ) = TRUE then MatchRepeatcharacterMarks.Uncheck else MatchRepeatcharacterMarks.Check - if bSave (7 ) = TRUE then MatchVariantFormKanji.Uncheck else MatchVariantFormKanji.Check - if bSave (8 ) = TRUE then MatchOldKanaForms.Uncheck else MatchOldKanaForms.Check - if bSave (9 ) = TRUE then MatchDiZiDuZu.Uncheck else MatchDiZiDuZu.Check - if bSave (10) = TRUE then MatchBaVaHaFa.Uncheck else MatchBaVaHaFa.Check - if bSave (11) = TRUE then MatchTsiThiChiDhiZi.Uncheck else MatchTsiThiChiDhiZi.Check - if bSave (12) = TRUE then MatchHyuFyuByuVyu.Uncheck else MatchHyuFyuByuVyu.Check - if bSave (13) = TRUE then MatchDeSheZeJe.Uncheck else MatchDeSheZeJe.Check - if bSave (14) = TRUE then MatchIaIya.Uncheck else MatchIaIya.Check - if bSave (15) = TRUE then MatchKiKu.Uncheck else MatchKiKu.Check - if bSave (16) = TRUE then PunctuationCharacters.Uncheck else PunctuationCharacters.Check - if bSave (17) = TRUE then WhitespaceCharacters.Uncheck else WhitespaceCharacters.Check - if bSave (18) = TRUE then ProlongedSoundmarks.Uncheck else ProlongedSoundmarks.Check - if bSave (19) = TRUE then MiddleDots.Uncheck else MiddleDots.Check - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - hCloseDocument - - printlog " - exit/restart StarOffice" - ExitRestartTheOffice - - printlog " - check changes" - ToolsOptions - hToolsOptions ( "LanguageSettings", "SearchingInJapanese" ) - - if MatchCase.IsChecked = bSave (1 ) then Warnlog "Match Case => changes not saved!" - if MatchFullHalf.IsChecked = bSave (2 ) then Warnlog "Match Full Half => changes not saved!" - if MatchHiraganaKatakana.IsChecked = bSave (3 ) then Warnlog "Match Hiragana Katakana => changes not saved!" - if MatchContractions.IsChecked = bSave (4 ) then Warnlog "Match Contractions => changes not saved!" - if MatchMinusDashChoOn.IsChecked = bSave (5 ) then Warnlog "Match Minus Dash Cho On => changes not saved!" - if MatchRepeatcharacterMarks.IsChecked = bSave (6 ) then Warnlog "Match Repeatcharacter Marks => changes not saved!" - if MatchVariantFormKanji.IsChecked = bSave (7 ) then Warnlog "Match Variant Form Kanji => changes not saved!" - if MatchOldKanaForms.IsChecked = bSave (8 ) then Warnlog "Match Old Kana Forms => changes not saved!" - if MatchDiZiDuZu.IsChecked = bSave (9 ) then Warnlog "Match Di Zi Du Zu => changes not saved!" - if MatchBaVaHaFa.IsChecked = bSave (10) then Warnlog "Match Ba Va Ha Fa => changes not saved!" - if MatchTsiThiChiDhiZi.IsChecked = bSave (11) then Warnlog "Match Tsi Thi Chi Dhi Zi => changes not saved!" - if MatchHyuFyuByuVyu.IsChecked = bSave (12) then Warnlog "Match Hyu Iyu Byu Vyu => changes not saved!" - if MatchDeSheZeJe.IsChecked = bSave (13) then Warnlog "Match De She Ze Je => changes not saved!" - if MatchIaIya.IsChecked = bSave (14) then Warnlog "Match Ia Iya => changes not saved!" - if MatchKiKu.IsChecked = bSave (15) then Warnlog "Match Ki Ku => changes not saved!" - if PunctuationCharacters.IsChecked = bSave (16) then Warnlog "Punctuation Characters => changes not saved!" - if WhitespaceCharacters.IsChecked = bSave (17) then Warnlog "Whitespace Characters => changes not saved!" - if ProlongedSoundmarks.IsChecked = bSave (18) then Warnlog "Prolonged Soundmarks => changes not saved!" - if MiddleDots.IsChecked = bSave (19) then Warnlog "Middle Dots => changes not saved!" - - printlog " - second changes" - MatchCase.Check - MatchFullHalf.Uncheck - MatchHiraganaKatakana.Check - MatchContractions.Check - MatchMinusDashChoOn.Uncheck - MatchRepeatcharacterMarks.Uncheck - MatchVariantFormKanji.Check - MatchOldKanaForms.Check - MatchDiZiDuZu.Uncheck - MatchBaVaHaFa.Check - MatchTsiThiChiDhiZi.Uncheck - MatchHyuFyuByuVyu.Check - MatchDeSheZeJe.Uncheck - MatchIaIya.Check - MatchKiKu.Uncheck - PunctuationCharacters.Uncheck - WhitespaceCharacters.Uncheck - ProlongedSoundmarks.Uncheck - MiddleDots.Check - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - printlog " - check changes" - ToolsOptions - hToolsOptions ( "LanguageSettings", "SearchingInJapanese" ) - - if MatchCase.IsChecked <> TRUE then Warnlog "Match Case => changes not saved!" - if MatchFullHalf.IsChecked <> FALSE then Warnlog "Match Full Half => changes not saved!" - if MatchHiraganaKatakana.IsChecked <> TRUE then Warnlog "Match Hiragana Katakana => changes not saved!" - if MatchContractions.IsChecked <> TRUE then Warnlog "Match Contractions => changes not saved!" - if MatchMinusDashChoOn.IsChecked <> FALSE then Warnlog "Match Minus Dash Cho On => changes not saved!" - if MatchRepeatcharacterMarks.IsChecked <> FALSE then Warnlog "Match Repeatcharacter Marks => changes not saved!" - if MatchVariantFormKanji.IsChecked <> TRUE then Warnlog "Match Variant Form Kanji => changes not saved!" - if MatchOldKanaForms.IsChecked <> TRUE then Warnlog "Match Old Kana Forms => changes not saved!" - if MatchDiZiDuZu.IsChecked <> FALSE then Warnlog "Match Di Zi Du Zu => changes not saved!" - if MatchBaVaHaFa.IsChecked <> TRUE then Warnlog "Match Ba Va Ha Fa => changes not saved!" - if MatchTsiThiChiDhiZi.IsChecked <> FALSE then Warnlog "Match Tsi Thi Chi Dhi Zi => changes not saved!" - if MatchHyuFyuByuVyu.IsChecked <> TRUE then Warnlog "Match Hyu Iyu Byu Vyu => changes not saved!" - if MatchDeSheZeJe.IsChecked <> FALSE then Warnlog "Match De She Ze Je => changes not saved!" - if MatchIaIya.IsChecked <> TRUE then Warnlog "Match Ia Iya => changes not saved!" - if MatchKiKu.IsChecked <> FALSE then Warnlog "Match Ki Ku => changes not saved!" - if PunctuationCharacters.IsChecked <> FALSE then Warnlog "Punctuation Characters => changes not saved!" - if WhitespaceCharacters.IsChecked <> FALSE then Warnlog "Whitespace Characters => changes not saved!" - if ProlongedSoundmarks.IsChecked <> FALSE then Warnlog "Prolonged Soundmarks => changes not saved!" - if MiddleDots.IsChecked <> TRUE then Warnlog "Middle Dots => changes not saved!" - - printlog " - reset to saved data" - if bSave (1 ) = TRUE then MatchCase.Check else MatchCase.UnCheck - if bSave (2 ) = TRUE then MatchFullHalf.Check else MatchFullHalf.UnCheck - if bSave (3 ) = TRUE then MatchHiraganaKatakana.Check else MatchHiraganaKatakana.UnCheck - if bSave (4 ) = TRUE then MatchContractions.Check else MatchContractions.UnCheck - if bSave (5 ) = TRUE then MatchMinusDashChoOn.Check else MatchMinusDashChoOn.UnCheck - if bSave (6 ) = TRUE then MatchRepeatcharacterMarks.Check else MatchRepeatcharacterMarks.UnCheck - if bSave (7 ) = TRUE then MatchVariantFormKanji.Check else MatchVariantFormKanji.UnCheck - if bSave (8 ) = TRUE then MatchOldKanaForms.Check else MatchOldKanaForms.UnCheck - if bSave (9 ) = TRUE then MatchDiZiDuZu.Check else MatchDiZiDuZu.UnCheck - if bSave (10) = TRUE then MatchBaVaHaFa.Check else MatchBaVaHaFa.UnCheck - if bSave (11) = TRUE then MatchTsiThiChiDhiZi.Check else MatchTsiThiChiDhiZi.UnCheck - if bSave (12) = TRUE then MatchHyuFyuByuVyu.Check else MatchHyuFyuByuVyu.UnCheck - if bSave (13) = TRUE then MatchDeSheZeJe.Check else MatchDeSheZeJe.UnCheck - if bSave (14) = TRUE then MatchIaIya.Check else MatchIaIya.UnCheck - if bSave (15) = TRUE then MatchKiKu.Check else MatchKiKu.UnCheck - if bSave (16) = TRUE then PunctuationCharacters.Check else PunctuationCharacters.UnCheck - if bSave (17) = TRUE then WhitespaceCharacters.Check else WhitespaceCharacters.UnCheck - if bSave (18) = TRUE then ProlongedSoundmarks.Check else ProlongedSoundmarks.UnCheck - if bSave (19) = TRUE then MiddleDots.Check else MiddleDots.UnCheck - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - printlog " - check saved data" - ToolsOptions - hToolsOptions ( "LanguageSettings", "SearchingInJapanese" ) - - if MatchCase.IsChecked <> bSave (1 ) then Warnlog "Match Case => changes not saved!" - if MatchFullHalf.IsChecked <> bSave (2 ) then Warnlog "Match Full Half => changes not saved!" - if MatchHiraganaKatakana.IsChecked <> bSave (3 ) then Warnlog "Match Hiragana Katakana => changes not saved!" - if MatchContractions.IsChecked <> bSave (4 ) then Warnlog "Match Contractions => changes not saved!" - if MatchMinusDashChoOn.IsChecked <> bSave (5 ) then Warnlog "Match Minus Dash Cho On => changes not saved!" - if MatchRepeatcharacterMarks.IsChecked <> bSave (6 ) then Warnlog "Match Repeatcharacter Marks => changes not saved!" - if MatchVariantFormKanji.IsChecked <> bSave (7 ) then Warnlog "Match Variant Form Kanji => changes not saved!" - if MatchOldKanaForms.IsChecked <> bSave (8 ) then Warnlog "Match Old Kana Forms => changes not saved!" - if MatchDiZiDuZu.IsChecked <> bSave (9 ) then Warnlog "Match Di Zi Du Zu => changes not saved!" - if MatchBaVaHaFa.IsChecked <> bSave (10) then Warnlog "Match Ba Va Ha Fa => changes not saved!" - if MatchTsiThiChiDhiZi.IsChecked <> bSave (11) then Warnlog "Match Tsi Thi Chi Dhi Zi => changes not saved!" - if MatchHyuFyuByuVyu.IsChecked <> bSave (12) then Warnlog "Match Hyu Fyu Byu Vyu => changes not saved!" - if MatchDeSheZeJe.IsChecked <> bSave (13) then Warnlog "Match De She Ze Je => changes not saved!" - if MatchIaIya.IsChecked <> bSave (14) then Warnlog "Match Ia Iya => changes not saved!" - if MatchKiKu.IsChecked <> bSave (15) then Warnlog "Match Ki Ku => changes not saved!" - if PunctuationCharacters.IsChecked <> bSave (16) then Warnlog "Punctuation Characters => changes not saved!" - if WhitespaceCharacters.IsChecked <> bSave (17) then Warnlog "Whitespace Characters => changes not saved!" - if ProlongedSoundmarks.IsChecked <> bSave (18) then Warnlog "Prolonged Soundmarks => changes not saved!" - if MiddleDots.IsChecked <> bSave (19) then Warnlog "Middle Dots => changes not saved!" - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - -endcase - -' > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * -' > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * -testcase tLanguageSettingsAsianLayout - Dim bSave ( 20 ) as Boolean - Dim sSave ( 20 ) as String - Dim i as Integer, iLan as Integer - - - hNewDocument - ToolsOptions - hToolsOptions ( "LanguageSettings", "AsianLayout" ) - - printlog " - save raw data" - bSave ( 1 ) = WesternCharactersOnly.IsChecked - bSave ( 2 ) = WesternTextAndPunctuation.IsChecked - bSave ( 3 ) = NoCompression.IsChecked - bSave ( 4 ) = CompressPunctuationOnly.IsChecked - bSave ( 5 ) = CompressPunctuationAndJapaneseKana.IsChecked - - iLan = Language.GetItemCount - if iLan > 4 then - Warnlog "There are more than 4 languages in the list. The test break here, because it can't work with more than 4 entries. Bug?!?" - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - hclosedocument - goto endsub - end if - - for i=1 to iLan - Language.Select i - sSave ( i ) = Language.GetSelText - bSave ( 5+i ) = Standard.IsChecked - Standard.Uncheck - sSave ( 5+i ) = NoStartOfLine.GetText - sSave ( 10+i ) = NoEndOfLine.GetText - if bSave ( 5+1 ) = TRUE then - Standard.Check - else - Standard.Uncheck - end if - next i - - printlog " - change data" - WesternTextAndPunctuation.Check - CompressPunctuationOnly.Check - for i=1 to Language.GetItemCount - Language.Select i - Standard.UnCheck - select case i - case 1 : NoStartOfLine.SetText "avc" : NoEndOfLine.SetText "vca" - case 2 : NoStartOfLine.SetText ">" : NoEndOfLine.SetText "<" - case 3 : NoStartOfLine.SetText "!d?$" : NoEndOfLine.SetText "!d?$" - case 4 : NoStartOfLine.SetText "aS$%6" : NoEndOfLine.SetText "aS$$6" - end select - next i - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - hCloseDocument - - printlog " - exit/restart StarOffice" - ExitRestartTheOffice - - printlog " - check changes" - ToolsOptions - hToolsOptions ( "LanguageSettings", "AsianLayout" ) - - if WesternTextAndPunctuation.IsChecked <> TRUE then Warnlog "Western Text And Punctuation => changes not saved!" - if CompressPunctuationOnly.IsChecked <> TRUE then Warnlog "Compress Punctuation Only => changes not saved!" - for i=1 to iLan - Language.Select i - if Language.GetSelText <> sSave (i) then Warnlog "The language-entries are changed!" - if Standard.IsChecked then - Warnlog sSave(i) + " : Standard is not unchecked" - Standard.Uncheck - end if - select case i - case 1 : if NoStartOfLine.GetText <> "avc" then Warnlog sSave (i) + " : NoStartOfLine -> changes not saved" - if NoEndOfLine.GetText <> "vca" then Warnlog sSave (i) + " : NoEndOfLine -> changes not saved" - case 2 : if NoStartOfLine.GetText <> ">" then Warnlog sSave (i) + " : NoStartOfLine -> changes not saved" - if NoEndOfLine.GetText <> "<" then Warnlog sSave (i) + " : NoEndOfLine -> changes not saved" - case 3 : if NoStartOfLine.GetText <> "!d?$" then Warnlog sSave (i) + " : NoStartOfLine -> changes not saved" - if NoEndOfLine.GetText <> "!d?$" then Warnlog sSave (i) + " : NoEndOfLine -> changes not saved" - case 4 : if NoStartOfLine.GetText <> "aS$%6" then Warnlog sSave (i) + " : NoStartOfLine -> changes not saved" - if NoEndOfLine.GetText <> "aS$$6" then Warnlog sSave (i) + " : NoEndOfLine -> changes not saved" - end select - next i - - printlog " - second changes" - WesternCharactersOnly.Check - CompressPunctuationAndJapaneseKana.Check - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - printlog " - check changes" - ToolsOptions - hToolsOptions ( "LanguageSettings", "AsianLayout" ) - - if WesternCharactersOnly.IsChecked <> TRUE then Warnlog "Western Characters Only => changes not saved!" - if CompressPunctuationAndJapaneseKana.IsChecked <> TRUE then Warnlog "Compress Punctuation And Japanese Kana => changes not saved!" - - printlog " - reset to saved data" - if bSave ( 1 ) = TRUE then WesternCharactersOnly.Check - if bSave ( 2 ) = TRUE then WesternTextAndPunctuation.Check - if bSave ( 3 ) = TRUE then NoCompression.Check - if bSave ( 4 ) = TRUE then CompressPunctuationOnly.Check - if bSave ( 5 ) = TRUE then CompressPunctuationAndJapaneseKana.Check - - for i=1 to iLan - Language.Select sSave(i) - Standard.Uncheck - NoStartOfLine.SetText sSave ( 5+i ) - NoEndOfLine.SetText sSave ( 10+i ) - if bSave ( 5+i ) = TRUE then Standard.Check else Standard.Uncheck - next i - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - printlog " - check reset" - ToolsOptions - hToolsOptions ( "LanguageSettings", "AsianLayout" ) - - if WesternCharactersOnly.IsChecked <> bSave ( 1 ) then Warnlog "Western Characters Only => changes not saved!" - if WesternTextAndPunctuation.IsChecked <> bSave ( 2 ) then Warnlog "Western Text And Punctuation => changes not saved!" - if NoCompression.IsChecked <> bSave ( 3 ) then Warnlog "No Compression => changes not saved!" - if CompressPunctuationOnly.IsChecked <> bSave ( 4 ) then Warnlog "Compress Punctuation Only => changes not saved!" - if CompressPunctuationAndJapaneseKana.IsChecked <> bSave ( 5 ) then Warnlog "Compress Punctuation And Japanese Kana => changes not saved!" - for i=1 to iLan - Language.Select sSave(i) - if Standard.IsChecked <> bSave ( 5+i ) then Warnlog sSave(i) + " : Standard -> changes not saved" - Standard.Uncheck - if NoStartOfLine.GetText <> sSave ( 5+i ) then Warnlog sSave(i) + " : NoStartOfLine -> changes not saved" - if NoEndOfLine.GetText <> sSave ( 10+i ) then Warnlog sSave(i) + " : NoEndOfLine -> changes not saved" - if bSave ( 5+i ) = TRUE then Standard.Check else Standard.Uncheck - next i - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) -endcase -- cgit v1.2.3 From 45bd7ff227caa220bc2d63328c6b01a6879e163f Mon Sep 17 00:00:00 2001 From: Francois Tigeot Date: Fri, 18 Feb 2011 10:22:32 +0100 Subject: Remove SCO support. --- testautomation/global/system/includes/sysinfo.inc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/testautomation/global/system/includes/sysinfo.inc b/testautomation/global/system/includes/sysinfo.inc index 30e00585d..a168410b6 100755 --- a/testautomation/global/system/includes/sysinfo.inc +++ b/testautomation/global/system/includes/sysinfo.inc @@ -59,7 +59,6 @@ Global Const SYS_LIN = 10 Global Const SYS_x86 = 11 Global Const SYS_OSX = 12 Global Const SYS_PPC = 13 -Global Const SYS_SCO = 14 Global Const SYS_AIX = 15 Global Const SYS_HP = 17 Global Const SYS_FBSD = 18 @@ -88,7 +87,6 @@ sub PlatFormInit '///+Linuxlinunx '///+Mac OS Xosxunx '///+Linux PPCppcunx -'///+SCO UNIXscounx '///+AIXaixunx '///+HP UNIXhpunx '///+FreeBSDfbsdunx @@ -110,7 +108,6 @@ sub PlatFormInit PlatFormName(SYS_LIN) = "Linux" : PlatFormExt(SYS_LIN) = "lin" PlatformName(SYS_OSX) = "Mac OS X" : PlatformExt(SYS_OSX) = "osx" PlatformName(SYS_PPC) = "Linux PPC" : PlatformExt(SYS_PPC) = "ppc" - PlatFormName(SYS_SCO) = "SCO Unix" : PlatFormExt(SYS_SCO) = "sco" PlatFormName(SYS_AIX) = "AIX" : PlatFormExt(SYS_AIX) = "aix" PlatFormName(SYS_HP) = "HP UNIX" : PlatFormExt(SYS_Hp) = "hp" PlatFormName(SYS_FBSD) = "FreeBSD" : PlatFormExt(SYS_FBSD) = "fbsd" @@ -132,7 +129,6 @@ sub PlatFormInit PlatFormGroup(SYS_LIN) = "unx" PlatFormGroup(SYS_OSX) = "unx" PlatFormGroup(SYS_PPC) = "unx" - PlatFormGroup(SYS_SCO) = "unx" PlatFormGroup(SYS_AIX) = "unx" PlatFormGroup(SYS_HP) = "unx" PlatFormGroup(SYS_FBSD) = "unx" @@ -209,7 +205,6 @@ sub GetToolPlatform '///+Solaris x8605 '///+Mac OS X12 '///+Linux PPC13 -'///+SCO UNIX02 '///+AIX04 '///+HP UNIX07 '///+FreeBSD08 @@ -243,7 +238,7 @@ sub GetToolPlatform qaErrorLog("The GUI-entry in '" + gTesttoolIni + "' is missing!"+Chr(13)+"Please insert the correct number for your operating system! In Section [GUI Platform], entry Current= "+Chr(13)+"Win95....: 100"+Chr(13)+"Win98....: 395"+Chr(13)+"WinNT....: 351 or 400"+Chr(13)+"WinSE....: 410"+Chr(13)+"WinME....: 490"+Chr(13)+"Win2000..: 500"+Chr(13)+"WinXP....: 501") else iGuiVersion = 01 - QAErrorLog("The GUI value in '" + gTesttoolIni + "' is missing!"+Chr(13)+"Please insert the correct number for your operating system! In Section [GUI Platform], entry Current= "+Chr(13)+"Solaris SPARC.: 01"+Chr(13)+"SCO UNIX......: 02"+Chr(13)+"Linux.........: 03"+Chr(13)+"AIX...........: 04"+Chr(13)+"Solaris x86...: 05"+Chr(13)+"HP-UX.........: 07"+Chr(13)+"FreeBSD........: 08"+Chr(13)+"Mac OS X......: 12"+Chr(13)+"Linux PPC.....: 13"+Chr(13)+"NetBSD.....: 14"+Chr(13)+"Linux 64 bit.....: 15"+Chr(13)+"Linux SPARC.....: 16") + QAErrorLog("The GUI value in '" + gTesttoolIni + "' is missing!"+Chr(13)+"Please insert the correct number for your operating system! In Section [GUI Platform], entry Current= "+Chr(13)+"Solaris SPARC.: 01"+Chr(13)+"Linux.........: 03"+Chr(13)+"AIX...........: 04"+Chr(13)+"Solaris x86...: 05"+Chr(13)+"HP-UX.........: 07"+Chr(13)+"FreeBSD........: 08"+Chr(13)+"Mac OS X......: 12"+Chr(13)+"Linux PPC.....: 13"+Chr(13)+"NetBSD.....: 14"+Chr(13)+"Linux 64 bit.....: 15"+Chr(13)+"Linux SPARC.....: 16") end if end if '///Get the variable gSamePC @@ -287,7 +282,6 @@ sub GetToolPlatform 'UNIX select case iGuiVersion case 01 : gSystemnummer = SYS_SOL - case 02 : gSystemnummer = SYS_SCO case 03 : gSystemnummer = SYS_LIN case 04 : gSystemnummer = SYS_AIX case 05 : gSystemnummer = SYS_X86 @@ -331,7 +325,6 @@ sub GetOfficePlatform '///+Solaris x86X86 '///+Mac OS XOSX '///+Linux PPCPPC -'///+SCO UNIXSCO '///+AIXAIX '///+HP UNIXHP '///+FreeBSDFBSD @@ -359,7 +352,6 @@ sub GetOfficePlatform case "X86" : GUI = 11 case "OSX" : GUI = 12 case "PPC" : GUI = 13 - case "SCO" : GUI = 14 case "AIX" : GUI = 15 case "HP" : GUI = 17 case "FBSD" : GUI = 18 -- cgit v1.2.3 From 4a87e74db169fb0c11794bf3f4f74ac9e92b52ac Mon Sep 17 00:00:00 2001 From: Yifan J Date: Tue, 22 Feb 2011 12:24:53 +0800 Subject: expand template files counts index in the array If many language packs are installed, the original 20 items array is not enough to contain the file list. --- testautomation/framework/optional/includes/extras_modify_objects.inc | 2 +- testautomation/framework/optional/includes/extras_preview.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testautomation/framework/optional/includes/extras_modify_objects.inc b/testautomation/framework/optional/includes/extras_modify_objects.inc index 964d28a95..59fcf1730 100755 --- a/testautomation/framework/optional/includes/extras_modify_objects.inc +++ b/testautomation/framework/optional/includes/extras_modify_objects.inc @@ -49,7 +49,7 @@ testcase tModifyObjects( iMode as integer, cCategory as string, sVer as string ) dim iObjectFolders as integer dim iObject as integer ' Iterator - dim iObjectCount( 20 ) as integer + dim iObjectCount( 100 ) as integer dim iObjectSum as integer : iObjectSum = 0 dim iObjectCountExpected as integer diff --git a/testautomation/framework/optional/includes/extras_preview.inc b/testautomation/framework/optional/includes/extras_preview.inc index ca3a24ec9..0d086c395 100755 --- a/testautomation/framework/optional/includes/extras_preview.inc +++ b/testautomation/framework/optional/includes/extras_preview.inc @@ -44,7 +44,7 @@ testcase tShowAllObjectsAsPreview( cCategory as string ) dim iObjectFolders as integer ' the number of template/sample-folders dim iObject as Integer ' the current template/sample within loops - dim iObjectCount( 20 ) as integer ' number of templates/samples in the folders + dim iObjectCount( 100 ) as integer ' number of templates/samples in the folders printlog( "" ) -- cgit v1.2.3 From ef8e3e0a135f1174fdc2bbdc6ac2e67feb6bbe3e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 1 Mar 2011 15:07:36 +0000 Subject: add explicit stream operator --- testtools/source/bridgetest/multi.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testtools/source/bridgetest/multi.cxx b/testtools/source/bridgetest/multi.cxx index f3d90db6b..f64c9303a 100644 --- a/testtools/source/bridgetest/multi.cxx +++ b/testtools/source/bridgetest/multi.cxx @@ -50,6 +50,11 @@ struct CheckFailed { rtl::OUString message; }; +::std::ostream& operator<< (::std::ostream& os, const ::rtl::OUString& str) +{ + return os << ::rtl::OUStringToOString(str, RTL_TEXTENCODING_UTF8).getStr(); +} + template< typename T > void checkEqual(T const & value, T const & argument) { if (argument != value) { std::ostringstream s; -- cgit v1.2.3 From f9b660ee2cf617ad63483f73af4a522b437b9d94 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 2 Mar 2011 20:52:59 +0100 Subject: Remove "using namespace ::rtl" --- testtools/source/bridgetest/bridgetest.cxx | 5 ++++- testtools/source/bridgetest/cppobj.cxx | 4 +++- testtools/source/performance/pseudo.cxx | 3 +-- testtools/source/performance/ubobject.cxx | 3 ++- testtools/source/performance/ubtest.cxx | 5 ++++- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/testtools/source/bridgetest/bridgetest.cxx b/testtools/source/bridgetest/bridgetest.cxx index b84e6c45e..272e27716 100644 --- a/testtools/source/bridgetest/bridgetest.cxx +++ b/testtools/source/bridgetest/bridgetest.cxx @@ -63,7 +63,6 @@ #include "currentcontextchecker.hxx" #include "multi.hxx" -using namespace rtl; using namespace osl; using namespace cppu; using namespace com::sun::star::uno; @@ -72,6 +71,10 @@ using namespace com::sun::star::registry; using namespace com::sun::star::bridge; using namespace test::testtools::bridgetest; +using ::rtl::OUString; +using ::rtl::OString; +using ::rtl::OUStringToOString; + #define SERVICENAME "com.sun.star.test.bridge.BridgeTest" #define IMPLNAME "com.sun.star.comp.bridge.BridgeTest" diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx index 516d0248b..79a07fc6c 100644 --- a/testtools/source/bridgetest/cppobj.cxx +++ b/testtools/source/bridgetest/cppobj.cxx @@ -58,7 +58,6 @@ #include "currentcontextchecker.hxx" #include "multi.hxx" -using namespace rtl; using namespace osl; using namespace cppu; using namespace com::sun::star::uno; @@ -66,6 +65,9 @@ using namespace com::sun::star::lang; using namespace com::sun::star::registry; using namespace test::testtools::bridgetest; +using ::rtl::OUString; +using ::rtl::OUStringToOString; + #define SERVICENAME "com.sun.star.test.bridge.CppTestObject" #define IMPLNAME "com.sun.star.comp.bridge.CppTestObject" diff --git a/testtools/source/performance/pseudo.cxx b/testtools/source/performance/pseudo.cxx index 2fb9730c4..32576b611 100644 --- a/testtools/source/performance/pseudo.cxx +++ b/testtools/source/performance/pseudo.cxx @@ -37,8 +37,7 @@ #include #include -using namespace rtl; - +using ::rtl::OUString; namespace pseudo_uno { diff --git a/testtools/source/performance/ubobject.cxx b/testtools/source/performance/ubobject.cxx index 72bc8cc36..de99b1fcb 100644 --- a/testtools/source/performance/ubobject.cxx +++ b/testtools/source/performance/ubobject.cxx @@ -40,7 +40,6 @@ #include -using namespace rtl; using namespace osl; using namespace cppu; using namespace com::sun::star::uno; @@ -48,6 +47,8 @@ using namespace com::sun::star::lang; using namespace com::sun::star::registry; using namespace com::sun::star::test::performance; +using ::rtl::OUString; + #define SERVICENAME "com.sun.star.test.performance.PerformanceTestObject" #define IMPLNAME "com.sun.star.comp.performance.PerformanceTestObject" diff --git a/testtools/source/performance/ubtest.cxx b/testtools/source/performance/ubtest.cxx index 5ed8f229f..6ea927da5 100644 --- a/testtools/source/performance/ubtest.cxx +++ b/testtools/source/performance/ubtest.cxx @@ -72,7 +72,6 @@ #define NLOOP 200000000 -using namespace rtl; using namespace osl; using namespace cppu; using namespace com::sun::star::uno; @@ -83,6 +82,10 @@ using namespace com::sun::star::bridge; using namespace com::sun::star::container; using namespace com::sun::star::test::performance; +using ::rtl::OUString; +using ::rtl::OString; +using ::rtl::OUStringToOString; + #define SERVICENAME "com.sun.star.test.performance.PerformanceTest" #define IMPLNAME "com.sun.star.comp.performance.PerformanceTest" -- cgit v1.2.3 -- cgit v1.2.3 From b5f38fd7f51c317d767996535c3e34e0301c10ec Mon Sep 17 00:00:00 2001 From: Hanno Meyer-Thurow Date: Sun, 13 Mar 2011 16:15:41 +0100 Subject: Merge Gentoo patches from old build and downstream repositories. 1. Do not add compiler default include and library path: potentially build against different version of system library than requested by the user. 2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is available for more than two years. Noone cares, therefore rest in peace. Python2 is going to be ditched at some point. Simply do not fail then. Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it handled nowadays? 3. Fix sandbox violation in officecfg module: rm /bin/.zip 4. Add a configure option to search only in one place for JVMs, which is quite interesting for Linux Distributions. Enforce the user to place JVMs in one base directory. 5. Fix build for libxml-2.7.8 with ICU support. * config_office-XINC-XLIB-defaults.diff: (1) * disable-python.diff: (2) * gentoo-sandbox.diff: (3) * jvm-search-path.diff: (4) * libxmlsec_fix_extern_c.diff: (5) --- testtools/prj/build.lst | 2 +- testtools/source/bridgetest/pyuno/makefile.mk | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/testtools/prj/build.lst b/testtools/prj/build.lst index 24dce4119..c1609c6c3 100644 --- a/testtools/prj/build.lst +++ b/testtools/prj/build.lst @@ -1,4 +1,4 @@ -tt testtools : cpputools io remotebridges stoc javaunohelper pyuno cli_ure offapi NULL +tt testtools : cpputools io remotebridges stoc javaunohelper PYUNO:pyuno cli_ure offapi NULL tt testtools\inc nmake - all tt_inc NULL tt testtools\source\bridgetest nmake - all tt_bridgetest tt_bridgetest_idl tt_javaTestObjs tt_inc NULL tt testtools\source\bridgetest\cli nmake - w,vc7 tt_cli tt_bridgetest tt_bridgetest_idl tt_inc NULL diff --git a/testtools/source/bridgetest/pyuno/makefile.mk b/testtools/source/bridgetest/pyuno/makefile.mk index fb7a78f71..04b529aa9 100644 --- a/testtools/source/bridgetest/pyuno/makefile.mk +++ b/testtools/source/bridgetest/pyuno/makefile.mk @@ -37,6 +37,7 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk # --- Files -------------------------------------------------------- +.IF "$(DISABLE_PYTHON)" != "TRUE" .IF "$(L10N_framework)"=="" PYEXC=$(DLLDEST)$/python$(EXECPOST) REGEXC=$(DLLDEST)$/regcomp$(EXECPOST) @@ -79,8 +80,11 @@ ALL : \ doc \ ALLTAR .ENDIF # L10N_framework +.ENDIF # DISABLE_PYTHON .INCLUDE : target.mk + +.IF "$(DISABLE_PYTHON)" != "TRUE" .IF "$(L10N_framework)"=="" $(DLLDEST)$/%.py: %.py cp $? $@ @@ -105,4 +109,5 @@ runtest : ALL cd $(DLLDEST) && $(TEST_ENV) && $(WRAPCMD) $(REGCOMP) -register -br pyuno_regcomp.rdb -r dummy2.rdb \ -l com.sun.star.loader.Python -c vnd.sun.star.expand:$$FOO/samplecomponent.py .ENDIF # L10N_framework +.ENDIF # DISABLE_PYTHON -- cgit v1.2.3 From 9ad4e4e46b212ef3d5d80164351f0112cca7f5f5 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sat, 12 Mar 2011 23:37:40 +0100 Subject: Introduce a single .gitattributes file in bootstrap --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 416fa8c63..000000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -*.doc binary -*.sdw binary -- cgit v1.2.3 From ec36a79cba715cf500e77e3023f2c6b40b9edf12 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 19 Mar 2011 14:12:11 +0100 Subject: Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) --- testtools/source/performance/pseudo.cxx | 2 +- testtools/source/performance/ubobject.cxx | 2 +- testtools/source/performance/ubtest.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testtools/source/performance/pseudo.cxx b/testtools/source/performance/pseudo.cxx index 32576b611..7d9ff3568 100644 --- a/testtools/source/performance/pseudo.cxx +++ b/testtools/source/performance/pseudo.cxx @@ -244,7 +244,7 @@ pseudo_Mapping::~pseudo_Mapping() //################################################################################################## extern "C" void SAL_CALL uno_initEnvironment( uno_Environment * pUnoEnv ) { - OSL_ENSURE( sal_False, "### no impl: unexpected call!" ); + OSL_FAIL( "### no impl: unexpected call!" ); } //################################################################################################## extern "C" void SAL_CALL uno_ext_getMapping( diff --git a/testtools/source/performance/ubobject.cxx b/testtools/source/performance/ubobject.cxx index de99b1fcb..e490dfcb0 100644 --- a/testtools/source/performance/ubobject.cxx +++ b/testtools/source/performance/ubobject.cxx @@ -279,7 +279,7 @@ sal_Bool SAL_CALL component_writeInfo( } catch (InvalidRegistryException &) { - OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); + OSL_FAIL( "### InvalidRegistryException!" ); } } return sal_False; diff --git a/testtools/source/performance/ubtest.cxx b/testtools/source/performance/ubtest.cxx index 6ea927da5..13712c24d 100644 --- a/testtools/source/performance/ubtest.cxx +++ b/testtools/source/performance/ubtest.cxx @@ -1310,7 +1310,7 @@ sal_Bool SAL_CALL component_writeInfo( } catch (InvalidRegistryException &) { - OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); + OSL_FAIL( "### InvalidRegistryException!" ); } } return sal_False; -- cgit v1.2.3 From fe71cb25ce7be12055260e49edf1a8ba64538b37 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 21 Mar 2011 11:23:04 +0000 Subject: fix smoketest options dialog post-merge --- smoketestoo_native/data/OptionsDlg.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/smoketestoo_native/data/OptionsDlg.xml b/smoketestoo_native/data/OptionsDlg.xml index c1afd7ba7..5b1af9dfd 100644 --- a/smoketestoo_native/data/OptionsDlg.xml +++ b/smoketestoo_native/data/OptionsDlg.xml @@ -43,8 +43,9 @@ - - + + + -- cgit v1.2.3 From 52e7e6d29e8f8dab9a59421c8440de3d6e8fe7b8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 21 Mar 2011 11:23:35 +0000 Subject: get .sdw suffixes etc back --- smoketestoo_native/data/Test_10er.xml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/smoketestoo_native/data/Test_10er.xml b/smoketestoo_native/data/Test_10er.xml index 63bf98897..68e240db8 100644 --- a/smoketestoo_native/data/Test_10er.xml +++ b/smoketestoo_native/data/Test_10er.xml @@ -524,8 +524,16 @@ Function GetDocEndings (DocType as Integer) as String GetDocEndings = "odp" 'PrÕsentation case frmDraw or cFlt8 GetDocEndings = "odg" 'Zeichen - case frmHyperText, frmHyperText or cFltXML + case frmHyperText, frmHyperText or cFlt50, frmHyperText or cFltXML GetDocEndings = "html" 'Hypertext-Dokument + case frmWriter or cFlt50 + GetDocEndings = "sdw" ' Textdokument 5.0 + case frmCalc or cFlt50 + GetDocEndings = "sdc" 'Tabellendokument 5.0 + case frmImpress or cFlt50 + GetDocEndings = "sdd" 'PrÕsentation 5.0 + case frmDraw or cFlt50 + GetDocEndings = "sda" 'Zeichen 5.0 case frmWriter or cFltXML GetDocEndings = "sxw" ' Textdokument case frmCalc or cFltXML @@ -563,8 +571,18 @@ Function GetDocFilter (DocType as Integer) as String case frmMath or cFltXML GetDocFilter = "StarOffice XML (Math)" 'Formel - case frmHyperText, frmHyperText or cFltXML + case frmHyperText, frmHyperText or cFlt50, frmHyperText or cFltXML GetDocFilter = "HTML" 'Hypertext-Dokument + case frmWriter or cFlt50 + GetDocFilter = "StarWriter 5.0" ' Textdokument 5.0 + case frmCalc or cFlt50 + GetDocFilter = "StarCalc 5.0" 'Tabellendokument 5.0 + case frmImpress or cFlt50 + GetDocFilter = "StarImpress 5.0" 'Präsentation 5.0 + case frmDraw or cFlt50 + GetDocFilter = "StarDraw 5.0" 'Zeichen 5.0 + case frmMath or cFlt50 + GetDocFilter = "StarMath 5.0" 'Formel 5.0 case frmWriter or cFltNewDoc GetDocFilter = "swriter" ' Textdokument -- cgit v1.2.3 From c5cf3aaab577bf1dfdd6f6e81148497307abac9a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 21 Mar 2011 11:34:01 +0000 Subject: make smoketest work again --- smoketestoo_native/data/Test_10er.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoketestoo_native/data/Test_10er.xml b/smoketestoo_native/data/Test_10er.xml index 68e240db8..2864da8c3 100644 --- a/smoketestoo_native/data/Test_10er.xml +++ b/smoketestoo_native/data/Test_10er.xml @@ -657,7 +657,7 @@ end Function Function IsFilterAvailable (FilterType as Integer) as boolean IsFilterAvailable = true - if ((FilterType = (frmHyperText or cFltXML))) then + if ((FilterType = (frmHyperText or cFlt50)) or (FilterType = (frmHyperText or cFltXML))) then IsFilterAvailable = false end if End Function -- cgit v1.2.3 From 528d1effaee79ea3e03ba1553a59b6a5cf360168 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 24 Mar 2011 10:33:51 +0000 Subject: fix smoketest post-merge --- smoketestdoc/data/Global.xml | 23 +++++++++++++++++------ smoketestdoc/data/OptionsDlg.xml | 2 +- smoketestdoc/data/Test_10er.xml | 40 +++++++++++++++++++++++++++------------- smoketestdoc/data/content.xml | 2 +- 4 files changed, 46 insertions(+), 21 deletions(-) diff --git a/smoketestdoc/data/Global.xml b/smoketestdoc/data/Global.xml index a35a8300d..3991a36bb 100644 --- a/smoketestdoc/data/Global.xml +++ b/smoketestdoc/data/Global.xml @@ -35,7 +35,7 @@ const cParagraphBreak = 0 global const cExtensionFileName = "TestExtension.oxt" -global const cDocNew = 0, cDocSaveOpen8 = 1, cDocSaveOpenXML = 2, cDocClose = 3 +global const cDocNew = 0, cDocSaveOpen8 = 1, cDocSaveOpenXML = 2, cDocOpen50 = 3, cDocClose = 4 global const cDBService = 0, cDBOpen = 1, cDBInsert = 2, cDBDelete = 3, cDBSeek = 4, cDBClose = 5 global const cEXTService = 0, cEXTInstall = 1, cEXTUninstall = 2 global const cTestClosureSetupDoc = 0, cTestClosureWriteStatus = 1 @@ -90,6 +90,7 @@ Global const cUserFieldTestDraw = "Draw", cUserFieldTestMath = "M Global const cUserFieldTestHTML = "HTML", cUserFieldTestJava = "Java", cUserFieldTestDatabase = "Database" Global const cUserFieldTestExtension = "Extension" Global const cUserFieldTestOpenSaveXML = "SaveOpenXML" +Global const cUserFieldTestOpen50 = "Open50" Global const cUserFieldTestTerminateAfterTest = "Terminate", cUserFieldTestOpenSave8 = "SaveOpen8" Global const cOptionsDialogName = "OptionsDlg", cTest10Modul = "Standard" @@ -107,7 +108,7 @@ Global bMakeWriterTest as boolean, bMakeCalcTest as boolean, bMakeImpressTest a Global bMakeDrawTest as Boolean, bMakeMathTest as boolean, bMakeChartTest as boolean Global bMakeHTMLTest as boolean, bMakeJavaTest as boolean, bMakeDBTest as boolean Global bMakeExtensionTest as boolean -Global bMakeSaveOpenXMLTest as boolean +Global bMakeSaveOpenXMLTest as boolean, bMakeOpen50Test as boolean Global bMakeTerminateAfterTest as boolean, bShowTable as boolean Global bMakeSaveOpen8Test as boolean @@ -231,10 +232,11 @@ Sub CreateStatusTable tableHeaders(cStHTML) = "HTML" tableHeaders(cStJava) = "Java" - dim tableRows(3) as string + dim tableRows(4) as string tableRows(cDocNew) = "new" tableRows(cDocSaveOpen8) = "V8.0" tableRows(cDocSaveOpenXML) = "XML" + tableRows(cDocOpen50) = "V5.0" tableRows(cDocClose) = "close" aDoc = gOutputDoc @@ -250,7 +252,7 @@ Sub CreateStatusTable xCursor.GoRight (1, False) table = aDoc.createInstance("com.sun.star.text.TextTable") - table.initialize(5,9) + table.initialize(6,9) table.Name = "StTab1" table.BackColor = cCoGrey xText.insertTextContent(xCursor, table, FALSE) @@ -336,7 +338,7 @@ Sub CreateDocState table = aDoc.TextTables.GetByIndex (1) for j% = 0 to 7 - for i% = 0 to 3 + for i% = 0 to 4 sRangeName = GetRangeName(j%, i%+1) tableCursor = table.createCursorByCellName(sRangeName) @@ -568,6 +570,7 @@ Sub SetOptions SetUserFieldState (cUserFieldTestDatabase, -(gOptionsDialog.getControl("cbDatabaseTest").getState), gOutputDoc) SetUserFieldState (cUserFieldTestExtension, -(gOptionsDialog.getControl("cbExtensionTest").getState), gOutputDoc) SetUserFieldState (cUserFieldTestOpenSaveXML, -(gOptionsDialog.getControl("cbSaveOpenXMLTest").getState), gOutputDoc) + SetUserFieldState (cUserFieldTestOpen50, -(gOptionsDialog.getControl("cbOpen50Test").getState), gOutPutDoc) SetUserFieldState (cUserFieldTestOpenSave8, -(gOptionsDialog.getControl("cbSaveOpen8Test").getState), gOutputDoc) SetUserFieldState (cUserFieldTestTerminateAfterTest, -(gOptionsDialog.getControl("cbTerminateAfterTest").getState), gOutputDoc) end Sub @@ -585,6 +588,7 @@ Sub GetOptions gOptionsDialog.getControl("cbDatabaseTest").setState( -( GetUserFieldState (cUserFieldTestDatabase, gOutputDoc))) gOptionsDialog.getControl("cbExtensionTest").setState( -( GetUserFieldState (cUserFieldTestExtension, gOutputDoc))) gOptionsDialog.getControl("cbSaveOpenXMLTest").setState( -( GetUserFieldState (cUserFieldTestOpenSaveXML, gOutputDoc))) + gOptionsDialog.getControl("cbOpen50Test").setState( -( GetUserFieldState (cUserFieldTestOpen50, gOutPutDoc))) gOptionsDialog.getControl("cbSaveOpen8Test").setState( -( GetUserFieldState (cUserFieldTestOpenSave8, gOutputDoc))) gOptionsDialog.getControl("cbTerminateAfterTest").setState( -( GetUserFieldState (cUserFieldTestTerminateAfterTest, gOutputDoc))) End Sub @@ -602,6 +606,7 @@ Sub ReadOptions bMakeDBTest = GetUserFieldState (cUserFieldTestDatabase, gOutputDoc) bMakeExtensionTest = GetUserFieldState (cUserFieldTestExtension, gOutputDoc) bMakeSaveOpenXMLTest = GetUserFieldState (cUserFieldTestOpenSaveXML, gOutputDoc) + bMakeOpen50Test = GetUserFieldState (cUserFieldTestOpen50, gOutPutDoc) bMakeSaveOpen8Test = GetUserFieldState (cUserFieldTestOpenSave8, gOutputDoc) bMakeTerminateAfterTest = GetUserFieldState (cUserFieldTestTerminateAfterTest, gOutputDoc) end Sub @@ -625,6 +630,11 @@ Sub SetDefaultOptions End If bMakeSaveOpenXMLTest = true REM Disable StarOffice 5.0 tests in case binfilter has not been included + if Environ("WITH_BINFILTER") = "NO" then + bMakeOpen50Test = false + else + bMakeOpen50Test = true + End If bMakeSaveOpen8Test = true bMakeTerminateAfterTest = false end Sub @@ -659,10 +669,11 @@ Function StartTestWithDefaultOptions component(cStJava) = "Java" component(cStDataBase) = "Base" component(cStExtension) = "Extensions" - dim action(3) as string + dim action(4) as string action(cDocNew) = "new" action(cDocSaveOpen8) = "V8.0" action(cDocSaveOpenXML) = "XML" + action(cDocOpen50) = "V5.0" action(cDocClose) = "close" dim baseAction(5) as string baseAction(cDBService) = "services" diff --git a/smoketestdoc/data/OptionsDlg.xml b/smoketestdoc/data/OptionsDlg.xml index c03026185..809f03712 100644 --- a/smoketestdoc/data/OptionsDlg.xml +++ b/smoketestdoc/data/OptionsDlg.xml @@ -47,7 +47,7 @@ - + diff --git a/smoketestdoc/data/Test_10er.xml b/smoketestdoc/data/Test_10er.xml index 26c85ea0b..d93077be0 100644 --- a/smoketestdoc/data/Test_10er.xml +++ b/smoketestdoc/data/Test_10er.xml @@ -91,6 +91,22 @@ Sub DeleteAllSavedFiles() If FileExists (sFileName) then Kill (sFileName) End If + sFileName = sWorkPath+cTempFileName+"."+GetDocEndings(frmWriter or cFlt50) + If FileExists (sFileName) then + Kill (sFileName) + End If + sFileName = sWorkPath+cTempFileName+"."+GetDocEndings(frmCalc or cFlt50) + If FileExists (sFileName) then + Kill (sFileName) + End If + sFileName = sWorkPath+cTempFileName+"."+GetDocEndings(frmImpress or cFlt50) + If FileExists (sFileName) then + Kill (sFileName) + End If + sFileName = sWorkPath+cTempFileName+"."+GetDocEndings(frmDraw or cFlt50) + If FileExists (sFileName) then + Kill (sFileName) + End If End Sub Sub DeleteAllLogFiles() @@ -324,7 +340,7 @@ end Sub Sub MakeDocTest Dim oDoc as Object - Dim sFileNameXML$, sFileName8$ + Dim sFileNameXML$, sFileName50$, sFileName8$ Dim bSuccess as Boolean On Local Error GoTo DOCTESTERROR @@ -334,9 +350,9 @@ Sub MakeDocTest oDoc = LoadDoc ("private:factory/" + GetDocFilter(gCurrentDocTest or cFltNewDoc)) LogTestResult( GetDocFilter(gCurrentDocTest or cFltNewDoc)+" "+ cMessageNewDoc, not IsNull (oDoc) ) if not IsNull (oDoc) then - gCurrentTestCase = cDocSaveOpen8 - if bMakeSaveOpen8Test and IsFilterAvailable (gCurrentDocTest or cFlt8) then - sFileName8 = sWorkPathURL+cTempFileName+"."+GetDocEndings(gCurrentDocTest or cFlt8) + gCurrentTestCase = cDocSaveOpen8 + if bMakeSaveOpen8Test and IsFilterAvailable (gCurrentDocTest or cFlt8) then + sFileName8 = sWorkPathURL+cTempFileName+"."+GetDocEndings(gCurrentDocTest or cFlt8) SaveDoc (sFileName8, oDoc, GetDocFilter(gCurrentDocTest or cFlt8)) end if gCurrentTestCase = cDocSaveOpenXML @@ -372,24 +388,22 @@ Sub MakeDocTest oDoc.close (true) end If end if - - nCurrentAction = cDocOpen50 - if bMakeOpen50Test and IsFilterAvailable (FilterType or cFlt50) then + + gCurrentTestCase = cDocOpen50 + if bMakeOpen50Test and IsFilterAvailable (gCurrentDocTest or cFlt50) then SOLARSRC = ConvertToURL(Environ("SOLARSRC")) - sFileName50 = SOLARSRC+"/qadevOOo/testdocs/"+cTempFileName+"."+GetDocEndings(FilterType or cFlt50) + sFileName50 = SOLARSRC+"/qadevOOo/testdocs/ttt."+GetDocEndings(gCurrentDocTest or cFlt50) oDoc = LoadDoc (sFileName50) ' oDoc = Documents.open(sFileName) - LogState (not IsNull (oDoc),GetDocFilter(FilterType or cFltNewDoc)+" "+ cMessageSave50Doc, FileChannel) - LogState (not IsNull (oDoc),GetDocFilter(FilterType or cFltNewDoc)+" "+ cMessageOpen50Doc, MainFileChannel) - SetStatus (FilterType, cDocOpen50, not IsNull (oDoc)) + LogTestResult( GetDocFilter(gCurrentDocTest or cFltNewDoc)+" "+ cMessageOpen50Doc, not IsNull (oDoc) ) if not IsNull (oDoc) then -' oDoc.dispose - nCurrentAction = cDocClose + gCurrentTestCase = cDocClose oDoc.close (true) end If end if + end If Print #LocalTestLog, "---" Close #LocalTestLog% diff --git a/smoketestdoc/data/content.xml b/smoketestdoc/data/content.xml index 3c81bbfba..5aba7013c 100644 --- a/smoketestdoc/data/content.xml +++ b/smoketestdoc/data/content.xml @@ -97,7 +97,7 @@ - + -- cgit v1.2.3 From f04da01a1007e9e48c40826f66131578dac947bc Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 25 Mar 2011 12:31:55 +0100 Subject: adjusting OfficeConnection for junit tests to new parameters --- test/source/java/org/openoffice/test/OfficeConnection.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/source/java/org/openoffice/test/OfficeConnection.java b/test/source/java/org/openoffice/test/OfficeConnection.java index 60978717a..084453fda 100644 --- a/test/source/java/org/openoffice/test/OfficeConnection.java +++ b/test/source/java/org/openoffice/test/OfficeConnection.java @@ -54,9 +54,9 @@ public final class OfficeConnection { if (sofficeArg.startsWith("path:")) { description = "pipe,name=oootest" + UUID.randomUUID(); ProcessBuilder pb = new ProcessBuilder( - sofficeArg.substring("path:".length()), "-quickstart=no", - "-nofirststartwizard", "-norestore", - "-accept=" + description + ";urp", + sofficeArg.substring("path:".length()), "--quickstart=no", + "--nofirststartwizard", "--norestore", + "--accept=" + description + ";urp", "-env:UserInstallation=" + Argument.get("user"), "-env:UNO_JAVA_JFW_ENV_JREHOME=true"); String envArg = Argument.get("env"); -- cgit v1.2.3 From aaa1707afe361babd7abdd0b08c59f599e2259d3 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Sat, 26 Mar 2011 17:07:03 +0100 Subject: fd#35693: disable hangin subsequenttests (complex and unoapi tests) - chart2/qa/unoapi - configmgr/qa/unoapi - dbaccess/qa/unoapi - forms/qa/complex/forms - linguistic/qa/unoapi - qadevOOo/qa/unoapi - sd/qa/unoapi - starmath/qa/unoapi - ucb/qa/complex/ucb - ucb/qa/unoapi - unotools/qa/complex/tempfile --- qadevOOo/prj/build.lst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qadevOOo/prj/build.lst b/qadevOOo/prj/build.lst index 50d60a563..57c5e4198 100644 --- a/qadevOOo/prj/build.lst +++ b/qadevOOo/prj/build.lst @@ -2,5 +2,5 @@ qa qadevOOo : javaunohelper jurt ridljar unoil NULL qa qadevOOo usr1 - all qa_mkout NULL qa qadevOOo nmake - all qa_runner_ant_build NULL qa qadevOOo\runner nmake - all qa_make_package qa_runner_ant_build NULL - -qa qadevOOo\qa\unoapi nmake - all qa_qa_unoapi qa_make_package NULL +# fd#35693 disabled because it hangs on exit +#qa qadevOOo\qa\unoapi nmake - all qa_qa_unoapi qa_make_package NULL -- cgit v1.2.3 From 309e984639fc416db60926c3e05d282544ccbbf2 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Sun, 27 Mar 2011 16:52:01 +0200 Subject: cleanup of unoapi test --- test/prj/build.lst | 2 +- .../java/org/openoffice/test/OfficeConnection.java | 25 ++++++++++- .../java/org/openoffice/test/UnoApiTest.java | 52 ++++++++++++++++++++++ test/source/java/org/openoffice/test/makefile.mk | 6 ++- 4 files changed, 81 insertions(+), 4 deletions(-) create mode 100644 test/source/java/org/openoffice/test/UnoApiTest.java diff --git a/test/prj/build.lst b/test/prj/build.lst index e22199a5c..bb3d6bedd 100644 --- a/test/prj/build.lst +++ b/test/prj/build.lst @@ -1,4 +1,4 @@ -te test : BOOST:boost cppu cppuhelper CPPUNIT:cppunit javaunohelper offuh ridljar sal solenv stlport unoil NULL +te test : BOOST:boost cppu cppuhelper CPPUNIT:cppunit javaunohelper offuh ridljar sal solenv stlport unoil qadevOOo NULL te test\inc nmake - all inc NULL te test\source\cpp nmake - all source_cpp inc NULL te test\source\cpp\unoexceptionprotector nmake - all source_cpp_unoexceptionprotector inc NULL diff --git a/test/source/java/org/openoffice/test/OfficeConnection.java b/test/source/java/org/openoffice/test/OfficeConnection.java index 084453fda..fcdd2ac4c 100644 --- a/test/source/java/org/openoffice/test/OfficeConnection.java +++ b/test/source/java/org/openoffice/test/OfficeConnection.java @@ -46,6 +46,21 @@ import static org.junit.Assert.*; Details about the OOo instance are tunneled in via org.openoffice.test.arg.... system properties. */ +final class ShutdownKiller implements java.lang.Runnable { + private java.lang.Thread m_watchedThread; + ShutdownKiller(java.lang.Thread watchedThread) { + m_watchedThread = watchedThread; + } + public void run() { + try { + Thread.sleep(2000); + } catch (InterruptedException e) { + return; + }; + m_watchedThread.interrupt(); + } +} + public final class OfficeConnection { /** Start up an OOo instance. */ @@ -81,6 +96,7 @@ public final class OfficeConnection { "\"soffice\" argument \"" + sofficeArg + " starts with neither \"path:\" nor \"connect:\""); } + Thread.sleep(2000); XUnoUrlResolver resolver = UnoUrlResolver.create( Bootstrap.createInitialComponentContext(null)); for (;;) { @@ -125,7 +141,14 @@ public final class OfficeConnection { } int code = 0; if (process != null) { - code = process.waitFor(); + Thread watcher = new Thread(new ShutdownKiller(Thread.currentThread())); + watcher.run(); + try { + code = process.waitFor(); + } catch (InterruptedException e) { + assertTrue(false); + }; + watcher.interrupt(); } boolean outTerminated = outForward == null || outForward.terminated(); boolean errTerminated = errForward == null || errForward.terminated(); diff --git a/test/source/java/org/openoffice/test/UnoApiTest.java b/test/source/java/org/openoffice/test/UnoApiTest.java new file mode 100644 index 000000000..fc5ba5a9c --- /dev/null +++ b/test/source/java/org/openoffice/test/UnoApiTest.java @@ -0,0 +1,52 @@ +/************************************************************************* +* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +* +* Copyright 2000, 2010 Oracle and/or its affiliates. +* +* OpenOffice.org - a multi-platform office productivity suite +* +* This file is part of OpenOffice.org. +* +* OpenOffice.org is free software: you can redistribute it and/or modify +* it under the terms of the GNU Lesser General Public License version 3 +* only, as published by the Free Software Foundation. +* +* OpenOffice.org is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU Lesser General Public License version 3 for more details +* (a copy is included in the LICENSE file that accompanied this code). +* +* You should have received a copy of the GNU Lesser General Public License +* version 3 along with OpenOffice.org. If not, see +* +* for a copy of the LGPLv3 License. +************************************************************************/ + +package org.openoffice.test; + +import org.openoffice.Runner; +import org.openoffice.test.OfficeConnection; +import org.openoffice.test.Argument; +import static org.junit.Assert.*; + +public final class UnoApiTest { + @org.junit.Before public void setUp() throws Exception { + connection.setUp(); + } + + @org.junit.After public void tearDown() + throws InterruptedException, com.sun.star.uno.Exception + { + connection.tearDown(); + } + + @org.junit.Test public void test() { + assertTrue( + Runner.run( + "-sce", Argument.get("sce"), "-xcl", Argument.get("xcl"), "-tdoc", + Argument.get("tdoc"), "-cs", connection.getDescription())); + } + + private final OfficeConnection connection = new OfficeConnection(); +} diff --git a/test/source/java/org/openoffice/test/makefile.mk b/test/source/java/org/openoffice/test/makefile.mk index 8340f144a..65b54d11d 100644 --- a/test/source/java/org/openoffice/test/makefile.mk +++ b/test/source/java/org/openoffice/test/makefile.mk @@ -35,8 +35,10 @@ JAVAFILES = \ FileHelper.java \ OfficeConnection.java \ OfficeFileUrl.java \ - TestArgument.java -JARFILES = juh.jar ridl.jar unoil.jar + TestArgument.java \ + UnoApiTest.java \ + +JARFILES = juh.jar ridl.jar unoil.jar OOoRunner.jar EXTRAJARFILES = $(OOO_JUNIT_JAR) JARTARGET = $(TARGET).jar -- cgit v1.2.3 From 7e5431df55df79a403046cf056d610861eab1fcd Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Sun, 27 Mar 2011 18:25:55 +0200 Subject: revert accidentally commited changes --- .../java/org/openoffice/test/OfficeConnection.java | 24 +--------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/test/source/java/org/openoffice/test/OfficeConnection.java b/test/source/java/org/openoffice/test/OfficeConnection.java index fcdd2ac4c..d09766891 100644 --- a/test/source/java/org/openoffice/test/OfficeConnection.java +++ b/test/source/java/org/openoffice/test/OfficeConnection.java @@ -46,20 +46,6 @@ import static org.junit.Assert.*; Details about the OOo instance are tunneled in via org.openoffice.test.arg.... system properties. */ -final class ShutdownKiller implements java.lang.Runnable { - private java.lang.Thread m_watchedThread; - ShutdownKiller(java.lang.Thread watchedThread) { - m_watchedThread = watchedThread; - } - public void run() { - try { - Thread.sleep(2000); - } catch (InterruptedException e) { - return; - }; - m_watchedThread.interrupt(); - } -} public final class OfficeConnection { /** Start up an OOo instance. @@ -96,7 +82,6 @@ public final class OfficeConnection { "\"soffice\" argument \"" + sofficeArg + " starts with neither \"path:\" nor \"connect:\""); } - Thread.sleep(2000); XUnoUrlResolver resolver = UnoUrlResolver.create( Bootstrap.createInitialComponentContext(null)); for (;;) { @@ -141,14 +126,7 @@ public final class OfficeConnection { } int code = 0; if (process != null) { - Thread watcher = new Thread(new ShutdownKiller(Thread.currentThread())); - watcher.run(); - try { - code = process.waitFor(); - } catch (InterruptedException e) { - assertTrue(false); - }; - watcher.interrupt(); + code = process.waitFor(); } boolean outTerminated = outForward == null || outForward.terminated(); boolean errTerminated = errForward == null || errForward.terminated(); -- cgit v1.2.3 From 139d9f0b80c1123edff22282939a7adc2087945b Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Mon, 28 Mar 2011 00:40:06 +0200 Subject: migrate qadevOOo subsequenttests to gbuild --- qadevOOo/JunitTest_qadevOOo_unoapi.mk | 49 +++++++++++++++++++++++++++++++++++ qadevOOo/Makefile | 38 +++++++++++++++++++++++++++ qadevOOo/Module_qadevOOo.mk | 34 ++++++++++++++++++++++++ qadevOOo/prj/build.lst | 2 -- 4 files changed, 121 insertions(+), 2 deletions(-) create mode 100644 qadevOOo/JunitTest_qadevOOo_unoapi.mk create mode 100644 qadevOOo/Makefile create mode 100644 qadevOOo/Module_qadevOOo.mk diff --git a/qadevOOo/JunitTest_qadevOOo_unoapi.mk b/qadevOOo/JunitTest_qadevOOo_unoapi.mk new file mode 100644 index 000000000..dfa376446 --- /dev/null +++ b/qadevOOo/JunitTest_qadevOOo_unoapi.mk @@ -0,0 +1,49 @@ +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License or as specified alternatively below. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Bjoern Michaelsen, Canonical Ltd. +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Major Contributor(s): +# +# For minor contributions see the git repository. +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. + +$(eval $(call gb_JunitTest_JunitTest,qadevOOo_unoapi)) + +$(eval $(call gb_JunitTest_set_defs,qadevOOo_unoapi,\ + $$(DEFS) \ + -Dorg.openoffice.test.arg.sce=$(SRCDIR)/qadevOOo/qa/unoapi/qadevOOo.sce \ + -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/qadevOOo/qa/unoapi/knownissues.xcl \ + -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/qadevOOo/qa/unoapi/testdocuments \ +)) + +$(eval $(call gb_JunitTest_add_jars,qadevOOo_unoapi,\ + $(OUTDIR)/bin/OOoRunner.jar \ + $(OUTDIR)/bin/ridl.jar \ + $(OUTDIR)/bin/test.jar \ + $(OUTDIR)/bin/unoil.jar \ + $(OUTDIR)/bin/jurt.jar \ +)) + +$(eval $(call gb_JunitTest_add_classes,qadevOOo_unoapi,\ + org.openoffice.test.UnoApiTest \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/qadevOOo/Makefile b/qadevOOo/Makefile new file mode 100644 index 000000000..a79aff831 --- /dev/null +++ b/qadevOOo/Makefile @@ -0,0 +1,38 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2000, 2010 Oracle and/or its affiliates. +# +# OpenOffice.org - a multi-platform office productivity suite +# +# This file is part of OpenOffice.org. +# +# OpenOffice.org is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License version 3 +# only, as published by the Free Software Foundation. +# +# OpenOffice.org is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License version 3 for more details +# (a copy is included in the LICENSE file that accompanied this code). +# +# You should have received a copy of the GNU Lesser General Public License +# version 3 along with OpenOffice.org. If not, see +# +# for a copy of the LGPLv3 License. +# +#************************************************************************* + +ifeq ($(strip $(SOLARENV)),) +$(error No environment set!) +endif + +gb_PARTIALBUILD := T +GBUILDDIR := $(SOLARENV)/gbuild +include $(GBUILDDIR)/gbuild.mk + +$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk))) + +# vim: set noet sw=4 ts=4: diff --git a/qadevOOo/Module_qadevOOo.mk b/qadevOOo/Module_qadevOOo.mk new file mode 100644 index 000000000..999781494 --- /dev/null +++ b/qadevOOo/Module_qadevOOo.mk @@ -0,0 +1,34 @@ +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License or as specified alternatively below. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Bjoern Michaelsen, Canonical Ltd. +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Major Contributor(s): +# +# For minor contributions see the git repository. +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. + +$(eval $(call gb_Module_Module,qadevOOo)) + +$(eval $(call gb_Module_add_subsequentcheck_targets,qadevOOo,\ + JunitTest_qadevOOo_unoapi \ +)) + +# vim: set noet ts=4 sw=4: diff --git a/qadevOOo/prj/build.lst b/qadevOOo/prj/build.lst index 57c5e4198..73092cae2 100644 --- a/qadevOOo/prj/build.lst +++ b/qadevOOo/prj/build.lst @@ -2,5 +2,3 @@ qa qadevOOo : javaunohelper jurt ridljar unoil NULL qa qadevOOo usr1 - all qa_mkout NULL qa qadevOOo nmake - all qa_runner_ant_build NULL qa qadevOOo\runner nmake - all qa_make_package qa_runner_ant_build NULL -# fd#35693 disabled because it hangs on exit -#qa qadevOOo\qa\unoapi nmake - all qa_qa_unoapi qa_make_package NULL -- cgit v1.2.3 From 6db27429026afaaf8141cb59c84b839682484906 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 29 Mar 2011 14:02:19 +0100 Subject: Related: rhbz#684580 add testdoc for 'X' and '/' strike-through --- qadevOOo/testdocs/StrikeThrough.odt | Bin 0 -> 14363 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 qadevOOo/testdocs/StrikeThrough.odt diff --git a/qadevOOo/testdocs/StrikeThrough.odt b/qadevOOo/testdocs/StrikeThrough.odt new file mode 100644 index 000000000..e61d52e17 Binary files /dev/null and b/qadevOOo/testdocs/StrikeThrough.odt differ -- cgit v1.2.3 From b4583275a16df263462447ea5be6b90d561d7746 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 29 Mar 2011 19:51:34 +0200 Subject: enable headless Junit tests --- test/source/java/org/openoffice/test/OfficeConnection.java | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/test/source/java/org/openoffice/test/OfficeConnection.java b/test/source/java/org/openoffice/test/OfficeConnection.java index d09766891..a7231fce5 100644 --- a/test/source/java/org/openoffice/test/OfficeConnection.java +++ b/test/source/java/org/openoffice/test/OfficeConnection.java @@ -53,13 +53,21 @@ public final class OfficeConnection { public void setUp() throws Exception { String sofficeArg = Argument.get("soffice"); if (sofficeArg.startsWith("path:")) { + String headless_flags = ""; + try { + if(Argument.get("headless").length() > 0) { + // meh, we warn about -headless being replaced by --headless, but that does not actually work + headless_flags = "-headless"; + } + } catch(Exception e) {} description = "pipe,name=oootest" + UUID.randomUUID(); ProcessBuilder pb = new ProcessBuilder( sofficeArg.substring("path:".length()), "--quickstart=no", "--nofirststartwizard", "--norestore", "--accept=" + description + ";urp", "-env:UserInstallation=" + Argument.get("user"), - "-env:UNO_JAVA_JFW_ENV_JREHOME=true"); + "-env:UNO_JAVA_JFW_ENV_JREHOME=true", + headless_flags); String envArg = Argument.get("env"); if (envArg != null) { Map env = pb.environment(); -- cgit v1.2.3 From 3b645ce8378e592d2ab59650843f204785d9e552 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Tue, 29 Mar 2011 13:38:31 -0500 Subject: use --xxx instead of -xxx for command line options --- qadevOOo/runner/convwatch/BuildID.java | 2 +- qadevOOo/runner/graphical/BuildID.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qadevOOo/runner/convwatch/BuildID.java b/qadevOOo/runner/convwatch/BuildID.java index dc60b89e1..c4c0fb518 100644 --- a/qadevOOo/runner/convwatch/BuildID.java +++ b/qadevOOo/runner/convwatch/BuildID.java @@ -139,7 +139,7 @@ public class BuildID // public static void main(String[] args) // { // String sApp; -// sApp = "/opt/staroffice8_m116/program/soffice -headless -accept=socket,host=localhost,port=8100;urp;"; +// sApp = "/opt/staroffice8_m116/program/soffice --headless --accept=socket,host=localhost,port=8100;urp;"; // String sBuildID; // sBuildID = getBuildID(sApp); // System.out.println("BuildID is: " + sBuildID); diff --git a/qadevOOo/runner/graphical/BuildID.java b/qadevOOo/runner/graphical/BuildID.java index ed6ebaba6..b98e1412e 100644 --- a/qadevOOo/runner/graphical/BuildID.java +++ b/qadevOOo/runner/graphical/BuildID.java @@ -152,7 +152,7 @@ public class BuildID // public static void main(String[] args) // { // String sApp; -// sApp = "/opt/staroffice8_m116/program/soffice -headless -accept=socket,host=localhost,port=8100;urp;"; +// sApp = "/opt/staroffice8_m116/program/soffice --headless --accept=socket,host=localhost,port=8100;urp;"; // String sBuildID; // sBuildID = getBuildID(sApp); // System.out.println("BuildID is: " + sBuildID); -- cgit v1.2.3 From d409c8d3ca1caeba2a694e98b935b7947adfd77d Mon Sep 17 00:00:00 2001 From: Francisco Saito Date: Tue, 29 Mar 2011 21:39:02 +0100 Subject: drop bogus executable flag from [ch]xx/bas/asm files --- smoketestoo_native/smoketest.cxx | 0 testautomation/chart2/optional/ch2_chart_data_dlg_impress.bas | 0 testautomation/chart2/optional/ch2_flexible_source_range_selection.bas | 0 testautomation/chart2/optional/ch2_losa_ods_to_ods.bas | 0 testautomation/chart2/optional/ch2_losa_ods_to_ots.bas | 0 testautomation/chart2/optional/ch2_losa_ods_to_sxc.bas | 0 testautomation/chart2/optional/ch2_losa_ods_to_xls.bas | 0 testautomation/chart2/optional/ch2_losa_sxc_to_ods.bas | 0 testautomation/chart2/optional/ch2_lvl1.bas | 0 testautomation/chart2/optional/ch2_lvl1_wizard.bas | 0 testautomation/chart2/optional/ch2_xml_format.bas | 0 testautomation/dbaccess/optional/dba_ctrl_Clipboard.bas | 0 testautomation/dbaccess/optional/dba_ctrl_General.bas | 0 testautomation/dbaccess/optional/dba_ctrl_Grid.bas | 0 testautomation/dbaccess/optional/dba_ctrl_PropertyBrowser.bas | 0 testautomation/dbaccess/optional/dba_ctrl_Several.bas | 0 testautomation/dbaccess/optional/dba_ctrl_Spreadsheet.bas | 0 testautomation/dbaccess/optional/dba_ctrl_TextControl.bas | 0 testautomation/dbaccess/optional/dba_ctrl_Wizards.bas | 0 testautomation/dbaccess/optional/dba_db_ADOAccess.bas | 0 testautomation/dbaccess/optional/dba_db_AdabasD.bas | 0 testautomation/dbaccess/optional/dba_db_Addressbook.bas | 0 testautomation/dbaccess/optional/dba_db_Dbase.bas | 0 testautomation/dbaccess/optional/dba_db_JDBCMySQL.bas | 0 testautomation/dbaccess/optional/dba_db_Spreadsheet.bas | 0 testautomation/dbaccess/optional/dba_db_Text.bas | 0 testautomation/dbaccess/optional/dba_db_dBase_functions.bas | 0 testautomation/dbaccess/optional/dba_db_hsqldb.bas | 0 testautomation/dbaccess/optional/dba_frm_FormFilter.bas | 0 testautomation/dbaccess/optional/dba_frm_Forms.bas | 0 testautomation/dbaccess/optional/dba_misc_Macros.bas | 0 testautomation/dbaccess/optional/dba_misc_RegisterDatabase.bas | 0 testautomation/dbaccess/optional/dba_rpt_DateTime.bas | 0 testautomation/dbaccess/optional/dba_rpt_ExecuteReport.bas | 0 testautomation/dbaccess/optional/dba_rpt_Formating.bas | 0 testautomation/dbaccess/optional/dba_rpt_FunctionWizard.bas | 0 testautomation/dbaccess/optional/dba_rpt_Grouping.bas | 0 testautomation/dbaccess/optional/dba_rpt_PageNumber.bas | 0 testautomation/dbaccess/optional/dba_rpt_PropertyBrowser.bas | 0 testautomation/dbaccess/optional/dba_wiz_CopyTableWizard.bas | 0 testautomation/dbaccess/optional/dba_wiz_DatabaseWizards.bas | 0 testautomation/dbaccess/optional/dba_wiz_FormWizard.bas | 0 testautomation/dbaccess/optional/dba_wiz_QueryWizard.bas | 0 testautomation/dbaccess/optional/dba_wiz_ReportWizard.bas | 0 testautomation/dbaccess/optional/dba_wiz_TableWizard.bas | 0 testautomation/dbaccess/optional/dba_xf_Submission.bas | 0 testautomation/dbaccess/required/dba_Main.bas | 0 testautomation/dbaccess/required/dba_ReportBuilder.bas | 0 testautomation/dbaccess/required/dba_xforms_Main.bas | 0 testautomation/extensions/optional/e_display_name.bas | 0 testautomation/extensions/optional/e_extensions.bas | 0 testautomation/extensions/optional/e_fileopen.bas | 0 testautomation/extensions/optional/e_help.bas | 0 testautomation/extensions/optional/e_identifiers.bas | 0 testautomation/extensions/optional/e_issues.bas | 0 testautomation/extensions/optional/e_location.bas | 0 testautomation/extensions/optional/e_meta-inf.bas | 0 testautomation/extensions/optional/e_online_update.bas | 0 testautomation/extensions/optional/e_options.bas | 0 testautomation/extensions/optional/e_platforms.bas | 0 testautomation/extensions/optional/e_publisher.bas | 0 testautomation/extensions/required/e_update.bas | 0 testautomation/framework/optional/f_CJK_CollationDialogue.bas | 0 testautomation/framework/optional/f_CJK_FeatureSwitch.bas | 0 testautomation/framework/optional/f_CJK_GridLayout.bas | 0 testautomation/framework/optional/f_CJK_RubyDialogueProposal.bas | 0 testautomation/framework/optional/f_NewSortingAlgorithmForJapanese.bas | 0 testautomation/framework/optional/f_basic_dialog_i18n.bas | 0 testautomation/framework/optional/f_basic_documents.bas | 0 testautomation/framework/optional/f_basic_eventbinding.bas | 0 testautomation/framework/optional/f_basic_first.bas | 0 testautomation/framework/optional/f_basic_formcontrols.bas | 0 testautomation/framework/optional/f_basic_issues.bas | 0 testautomation/framework/optional/f_basic_library_export_import.bas | 0 testautomation/framework/optional/f_basic_modules.bas | 0 testautomation/framework/optional/f_basic_package_export_import.bas | 0 testautomation/framework/optional/f_basic_protected_libraries.bas | 0 testautomation/framework/optional/f_basic_shared_modules.bas | 0 testautomation/framework/optional/f_basic_templatedocuments.bas | 0 testautomation/framework/optional/f_basic_vba-compat.bas | 0 testautomation/framework/optional/f_configuration.bas | 0 testautomation/framework/optional/f_extras_labels.bas | 0 testautomation/framework/optional/f_extras_samplefileopen.bas | 0 testautomation/framework/optional/f_extras_sampleopen.bas | 0 testautomation/framework/optional/f_extras_samplepreview.bas | 0 testautomation/framework/optional/f_extras_tableautoformat.bas | 0 testautomation/framework/optional/f_extras_templatefileopen.bas | 0 testautomation/framework/optional/f_extras_templateopen.bas | 0 testautomation/framework/optional/f_extras_templatepreview.bas | 0 testautomation/framework/optional/f_filedlg_allowed_names.bas | 0 testautomation/framework/optional/f_filedlg_autocompletion.bas | 0 testautomation/framework/optional/f_filedlg_cjk_files.bas | 0 testautomation/framework/optional/f_filedlg_dialogtest.bas | 0 testautomation/framework/optional/f_filedlg_folder_navigation.bas | 0 testautomation/framework/optional/f_filedlg_forbidden_names_windows.bas | 0 testautomation/framework/optional/f_filedlg_multiselection.bas | 0 testautomation/framework/optional/f_filedlg_passwords.bas | 0 testautomation/framework/optional/f_filedlg_reserved_names_unix.bas | 0 testautomation/framework/optional/f_filedlg_reserved_names_windows.bas | 0 testautomation/framework/optional/f_fontworkgallery.bas | 0 testautomation/framework/optional/f_help_bookmarks.bas | 0 testautomation/framework/optional/f_help_compare_applications.bas | 0 testautomation/framework/optional/f_help_compare_content.bas | 0 testautomation/framework/optional/f_help_compare_topics.bas | 0 testautomation/framework/optional/f_help_search.bas | 0 testautomation/framework/optional/f_help_view_topics.bas | 0 testautomation/framework/optional/f_loadsave_general.bas | 0 testautomation/framework/optional/f_menuentries.bas | 0 testautomation/framework/optional/f_ole.bas | 0 testautomation/framework/optional/f_options_loadsave.bas | 0 testautomation/framework/optional/f_options_ooo.bas | 0 testautomation/framework/optional/f_scripting_organizers.bas | 0 testautomation/framework/optional/f_security_broken_signature.bas | 0 testautomation/framework/optional/f_security_certification_dialogs.bas | 0 testautomation/framework/optional/f_security_certified_docs.bas | 0 testautomation/framework/optional/f_security_evilmacro.bas | 0 testautomation/framework/optional/f_security_incorrect_password.bas | 0 testautomation/framework/optional/f_security_macrosecurity.bas | 0 testautomation/framework/optional/f_security_recommend_password.bas | 0 testautomation/framework/optional/f_security_trusted_path.bas | 0 testautomation/framework/optional/f_toolbar_behavior.bas | 0 testautomation/framework/optional/f_toolbar_items.bas | 0 testautomation/framework/optional/f_usage_tracking.bas | 0 testautomation/framework/required/f_help_browser.bas | 0 testautomation/framework/required/f_printer_administration.bas | 0 testautomation/framework/required/f_security_dialogs.bas | 0 testautomation/framework/required/f_standard_toolbar.bas | 0 testautomation/framework/required/f_tools_customize.bas | 0 testautomation/framework/required/f_tools_options.bas | 0 testautomation/framework/required/f_topten.bas | 0 testautomation/framework/required/f_window_functions.bas | 0 testautomation/framework/required/f_wizards.bas | 0 testautomation/global/tools/closeoffice.bas | 0 testautomation/global/tools/compressstatus.bas | 0 testautomation/global/tools/declare.bas | 0 testautomation/global/tools/resetoffice.bas | 0 testautomation/global/tools/wintree.bas | 0 testautomation/graphics/optional/d_export_graphic_a.bas | 0 testautomation/graphics/optional/d_export_graphic_b.bas | 0 testautomation/graphics/optional/export_graphic_a.bas | 0 testautomation/graphics/optional/export_graphic_b.bas | 0 testautomation/graphics/optional/g_accessability.bas | 0 testautomation/graphics/optional/g_area.bas | 0 testautomation/graphics/optional/g_arrangealign.bas | 0 testautomation/graphics/optional/g_autocorrection.bas | 0 testautomation/graphics/optional/g_character.bas | 0 testautomation/graphics/optional/g_clipboard.bas | 0 testautomation/graphics/optional/g_clipexport.bas | 0 testautomation/graphics/optional/g_convertto.bas | 0 testautomation/graphics/optional/g_crossfading.bas | 0 testautomation/graphics/optional/g_customshapes.bas | 0 testautomation/graphics/optional/g_demoguide.bas | 0 testautomation/graphics/optional/g_dimensions.bas | 0 testautomation/graphics/optional/g_edit.bas | 0 testautomation/graphics/optional/g_export_html.bas | 0 testautomation/graphics/optional/g_findreplace.bas | 0 testautomation/graphics/optional/g_format.bas | 0 testautomation/graphics/optional/g_group.bas | 0 testautomation/graphics/optional/g_imagemap.bas | 0 testautomation/graphics/optional/g_insert.bas | 0 testautomation/graphics/optional/g_line.bas | 0 testautomation/graphics/optional/g_load_save.bas | 0 testautomation/graphics/optional/g_mediaplayer.bas | 0 testautomation/graphics/optional/g_navigator.bas | 0 testautomation/graphics/optional/g_ole.bas | 0 testautomation/graphics/optional/g_paneview.bas | 0 testautomation/graphics/optional/g_paragraph.bas | 0 testautomation/graphics/optional/g_savepictureas.bas | 0 testautomation/graphics/optional/g_shaddow.bas | 0 testautomation/graphics/optional/g_slidelayer.bas | 0 testautomation/graphics/optional/g_spellcheck.bas | 0 testautomation/graphics/optional/g_stylist.bas | 0 testautomation/graphics/optional/g_tables.bas | 0 testautomation/graphics/optional/g_toolbars.bas | 0 testautomation/graphics/optional/g_tools.bas | 0 testautomation/graphics/optional/g_zoom.bas | 0 testautomation/graphics/optional/gallery.bas | 0 testautomation/graphics/optional/gallery2.bas | 0 testautomation/graphics/optional/i_animation.bas | 0 testautomation/graphics/optional/i_headerfooter.bas | 0 testautomation/graphics/optional/i_pengine.bas | 0 testautomation/graphics/optional/i_saveloadlayout.bas | 0 testautomation/graphics/optional/i_shape.bas | 0 testautomation/graphics/optional/i_slidecopy.bas | 0 testautomation/graphics/optional/i_slideshow.bas | 0 testautomation/graphics/optional/i_us_presentation.bas | 0 testautomation/graphics/optional/i_view.bas | 0 testautomation/graphics/required/d_opt.bas | 0 testautomation/graphics/required/d_updt.bas | 0 testautomation/graphics/required/i_opt.bas | 0 testautomation/graphics/required/i_updt_1.bas | 0 testautomation/graphics/required/i_updt_2.bas | 0 testautomation/graphics/tools/makeLokaleTxt.bas | 0 testautomation/math/optional/m_lvl1.bas | 0 testautomation/math/required/m_updt.bas | 0 testautomation/spreadsheet/optional/c_arrayconstants.bas | 0 testautomation/spreadsheet/optional/c_getpivotdata.bas | 0 testautomation/spreadsheet/optional/c_import_general.bas | 0 testautomation/spreadsheet/optional/c_namedrange.bas | 0 testautomation/spreadsheet/optional/c_print_scale.bas | 0 testautomation/spreadsheet/optional/c_printrange.bas | 0 testautomation/spreadsheet/optional/c_so7_pp1.bas | 0 testautomation/spreadsheet/optional/c_solver.bas | 0 testautomation/spreadsheet/required/c_updt1.bas | 0 testautomation/spreadsheet/required/c_updt2.bas | 0 testautomation/writer/optional/w_CJKCTLDependency.bas | 0 testautomation/writer/optional/w_alternative_text.bas | 0 testautomation/writer/optional/w_autotext.bas | 0 testautomation/writer/optional/w_calculate.bas | 0 testautomation/writer/optional/w_chinesetranslate.bas | 0 testautomation/writer/optional/w_clipbrd.bas | 0 testautomation/writer/optional/w_contextmenu.bas | 0 testautomation/writer/optional/w_drawing_tools.bas | 0 testautomation/writer/optional/w_dropdownLB.bas | 0 testautomation/writer/optional/w_fields.bas | 0 testautomation/writer/optional/w_filter.bas | 0 testautomation/writer/optional/w_fontwork.bas | 0 testautomation/writer/optional/w_formatcharacter.bas | 0 testautomation/writer/optional/w_formatpage.bas | 0 testautomation/writer/optional/w_formatparagraph.bas | 0 testautomation/writer/optional/w_hhConversion.bas | 0 testautomation/writer/optional/w_hyphenation.bas | 0 testautomation/writer/optional/w_insertgraphic.bas | 0 testautomation/writer/optional/w_issuezilla_regression.bas | 0 testautomation/writer/optional/w_loadsave.bas | 0 testautomation/writer/optional/w_navigator.bas | 0 testautomation/writer/optional/w_numbering.bas | 0 testautomation/writer/optional/w_opt.bas | 0 testautomation/writer/optional/w_redlining.bas | 0 testautomation/writer/optional/w_search.bas | 0 testautomation/writer/optional/w_section.bas | 0 testautomation/writer/optional/w_shortcuts.bas | 0 testautomation/writer/optional/w_sorting.bas | 0 testautomation/writer/optional/w_spellcheck.bas | 0 testautomation/writer/optional/w_stylist.bas | 0 testautomation/writer/optional/w_table.bas | 0 testautomation/writer/optional/w_textframes.bas | 0 testautomation/writer/optional/w_undo.bas | 0 testautomation/writer/optional/ww_opt.bas | 0 testautomation/writer/required/w_updt.bas | 0 testautomation/writer/tools/w_get_locale_strings.bas | 0 testautomation/xml/optional/c_datapilot_pagefields.bas | 0 testautomation/xml/optional/c_xml_print_scale.bas | 0 testautomation/xml/optional/c_xml_scenario.bas | 0 testautomation/xml/optional/calc_xml_7_export.bas | 0 testautomation/xml/optional/ch_xml_japanese_candlestick.bas | 0 testautomation/xml/optional/docbook_losa.bas | 0 testautomation/xml/optional/draw_xml_7_export.bas | 0 testautomation/xml/optional/f_xml_save_ms_ole.bas | 0 testautomation/xml/optional/impress_xml_7_export.bas | 0 testautomation/xml/optional/math_xml_7_export.bas | 0 testautomation/xml/optional/w_xml_vertical_alignment.bas | 0 testautomation/xml/optional/writer_xml_7_export.bas | 0 testautomation/xml/required/oasis_graphics_update.bas | 0 254 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 smoketestoo_native/smoketest.cxx mode change 100755 => 100644 testautomation/chart2/optional/ch2_chart_data_dlg_impress.bas mode change 100755 => 100644 testautomation/chart2/optional/ch2_flexible_source_range_selection.bas mode change 100755 => 100644 testautomation/chart2/optional/ch2_losa_ods_to_ods.bas mode change 100755 => 100644 testautomation/chart2/optional/ch2_losa_ods_to_ots.bas mode change 100755 => 100644 testautomation/chart2/optional/ch2_losa_ods_to_sxc.bas mode change 100755 => 100644 testautomation/chart2/optional/ch2_losa_ods_to_xls.bas mode change 100755 => 100644 testautomation/chart2/optional/ch2_losa_sxc_to_ods.bas mode change 100755 => 100644 testautomation/chart2/optional/ch2_lvl1.bas mode change 100755 => 100644 testautomation/chart2/optional/ch2_lvl1_wizard.bas mode change 100755 => 100644 testautomation/chart2/optional/ch2_xml_format.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_ctrl_Clipboard.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_ctrl_General.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_ctrl_Grid.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_ctrl_PropertyBrowser.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_ctrl_Several.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_ctrl_Spreadsheet.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_ctrl_TextControl.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_ctrl_Wizards.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_db_ADOAccess.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_db_AdabasD.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_db_Addressbook.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_db_Dbase.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_db_JDBCMySQL.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_db_Spreadsheet.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_db_Text.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_db_dBase_functions.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_db_hsqldb.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_frm_FormFilter.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_frm_Forms.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_misc_Macros.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_misc_RegisterDatabase.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_rpt_DateTime.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_rpt_ExecuteReport.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_rpt_Formating.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_rpt_FunctionWizard.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_rpt_Grouping.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_rpt_PageNumber.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_rpt_PropertyBrowser.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_wiz_CopyTableWizard.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_wiz_DatabaseWizards.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_wiz_FormWizard.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_wiz_QueryWizard.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_wiz_ReportWizard.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_wiz_TableWizard.bas mode change 100755 => 100644 testautomation/dbaccess/optional/dba_xf_Submission.bas mode change 100755 => 100644 testautomation/dbaccess/required/dba_Main.bas mode change 100755 => 100644 testautomation/dbaccess/required/dba_ReportBuilder.bas mode change 100755 => 100644 testautomation/dbaccess/required/dba_xforms_Main.bas mode change 100755 => 100644 testautomation/extensions/optional/e_display_name.bas mode change 100755 => 100644 testautomation/extensions/optional/e_extensions.bas mode change 100755 => 100644 testautomation/extensions/optional/e_fileopen.bas mode change 100755 => 100644 testautomation/extensions/optional/e_help.bas mode change 100755 => 100644 testautomation/extensions/optional/e_identifiers.bas mode change 100755 => 100644 testautomation/extensions/optional/e_issues.bas mode change 100755 => 100644 testautomation/extensions/optional/e_location.bas mode change 100755 => 100644 testautomation/extensions/optional/e_meta-inf.bas mode change 100755 => 100644 testautomation/extensions/optional/e_online_update.bas mode change 100755 => 100644 testautomation/extensions/optional/e_options.bas mode change 100755 => 100644 testautomation/extensions/optional/e_platforms.bas mode change 100755 => 100644 testautomation/extensions/optional/e_publisher.bas mode change 100755 => 100644 testautomation/extensions/required/e_update.bas mode change 100755 => 100644 testautomation/framework/optional/f_CJK_CollationDialogue.bas mode change 100755 => 100644 testautomation/framework/optional/f_CJK_FeatureSwitch.bas mode change 100755 => 100644 testautomation/framework/optional/f_CJK_GridLayout.bas mode change 100755 => 100644 testautomation/framework/optional/f_CJK_RubyDialogueProposal.bas mode change 100755 => 100644 testautomation/framework/optional/f_NewSortingAlgorithmForJapanese.bas mode change 100755 => 100644 testautomation/framework/optional/f_basic_dialog_i18n.bas mode change 100755 => 100644 testautomation/framework/optional/f_basic_documents.bas mode change 100755 => 100644 testautomation/framework/optional/f_basic_eventbinding.bas mode change 100755 => 100644 testautomation/framework/optional/f_basic_first.bas mode change 100755 => 100644 testautomation/framework/optional/f_basic_formcontrols.bas mode change 100755 => 100644 testautomation/framework/optional/f_basic_issues.bas mode change 100755 => 100644 testautomation/framework/optional/f_basic_library_export_import.bas mode change 100755 => 100644 testautomation/framework/optional/f_basic_modules.bas mode change 100755 => 100644 testautomation/framework/optional/f_basic_package_export_import.bas mode change 100755 => 100644 testautomation/framework/optional/f_basic_protected_libraries.bas mode change 100755 => 100644 testautomation/framework/optional/f_basic_shared_modules.bas mode change 100755 => 100644 testautomation/framework/optional/f_basic_templatedocuments.bas mode change 100755 => 100644 testautomation/framework/optional/f_basic_vba-compat.bas mode change 100755 => 100644 testautomation/framework/optional/f_configuration.bas mode change 100755 => 100644 testautomation/framework/optional/f_extras_labels.bas mode change 100755 => 100644 testautomation/framework/optional/f_extras_samplefileopen.bas mode change 100755 => 100644 testautomation/framework/optional/f_extras_sampleopen.bas mode change 100755 => 100644 testautomation/framework/optional/f_extras_samplepreview.bas mode change 100755 => 100644 testautomation/framework/optional/f_extras_tableautoformat.bas mode change 100755 => 100644 testautomation/framework/optional/f_extras_templatefileopen.bas mode change 100755 => 100644 testautomation/framework/optional/f_extras_templateopen.bas mode change 100755 => 100644 testautomation/framework/optional/f_extras_templatepreview.bas mode change 100755 => 100644 testautomation/framework/optional/f_filedlg_allowed_names.bas mode change 100755 => 100644 testautomation/framework/optional/f_filedlg_autocompletion.bas mode change 100755 => 100644 testautomation/framework/optional/f_filedlg_cjk_files.bas mode change 100755 => 100644 testautomation/framework/optional/f_filedlg_dialogtest.bas mode change 100755 => 100644 testautomation/framework/optional/f_filedlg_folder_navigation.bas mode change 100755 => 100644 testautomation/framework/optional/f_filedlg_forbidden_names_windows.bas mode change 100755 => 100644 testautomation/framework/optional/f_filedlg_multiselection.bas mode change 100755 => 100644 testautomation/framework/optional/f_filedlg_passwords.bas mode change 100755 => 100644 testautomation/framework/optional/f_filedlg_reserved_names_unix.bas mode change 100755 => 100644 testautomation/framework/optional/f_filedlg_reserved_names_windows.bas mode change 100755 => 100644 testautomation/framework/optional/f_fontworkgallery.bas mode change 100755 => 100644 testautomation/framework/optional/f_help_bookmarks.bas mode change 100755 => 100644 testautomation/framework/optional/f_help_compare_applications.bas mode change 100755 => 100644 testautomation/framework/optional/f_help_compare_content.bas mode change 100755 => 100644 testautomation/framework/optional/f_help_compare_topics.bas mode change 100755 => 100644 testautomation/framework/optional/f_help_search.bas mode change 100755 => 100644 testautomation/framework/optional/f_help_view_topics.bas mode change 100755 => 100644 testautomation/framework/optional/f_loadsave_general.bas mode change 100755 => 100644 testautomation/framework/optional/f_menuentries.bas mode change 100755 => 100644 testautomation/framework/optional/f_ole.bas mode change 100755 => 100644 testautomation/framework/optional/f_options_loadsave.bas mode change 100755 => 100644 testautomation/framework/optional/f_options_ooo.bas mode change 100755 => 100644 testautomation/framework/optional/f_scripting_organizers.bas mode change 100755 => 100644 testautomation/framework/optional/f_security_broken_signature.bas mode change 100755 => 100644 testautomation/framework/optional/f_security_certification_dialogs.bas mode change 100755 => 100644 testautomation/framework/optional/f_security_certified_docs.bas mode change 100755 => 100644 testautomation/framework/optional/f_security_evilmacro.bas mode change 100755 => 100644 testautomation/framework/optional/f_security_incorrect_password.bas mode change 100755 => 100644 testautomation/framework/optional/f_security_macrosecurity.bas mode change 100755 => 100644 testautomation/framework/optional/f_security_recommend_password.bas mode change 100755 => 100644 testautomation/framework/optional/f_security_trusted_path.bas mode change 100755 => 100644 testautomation/framework/optional/f_toolbar_behavior.bas mode change 100755 => 100644 testautomation/framework/optional/f_toolbar_items.bas mode change 100755 => 100644 testautomation/framework/optional/f_usage_tracking.bas mode change 100755 => 100644 testautomation/framework/required/f_help_browser.bas mode change 100755 => 100644 testautomation/framework/required/f_printer_administration.bas mode change 100755 => 100644 testautomation/framework/required/f_security_dialogs.bas mode change 100755 => 100644 testautomation/framework/required/f_standard_toolbar.bas mode change 100755 => 100644 testautomation/framework/required/f_tools_customize.bas mode change 100755 => 100644 testautomation/framework/required/f_tools_options.bas mode change 100755 => 100644 testautomation/framework/required/f_topten.bas mode change 100755 => 100644 testautomation/framework/required/f_window_functions.bas mode change 100755 => 100644 testautomation/framework/required/f_wizards.bas mode change 100755 => 100644 testautomation/global/tools/closeoffice.bas mode change 100755 => 100644 testautomation/global/tools/compressstatus.bas mode change 100755 => 100644 testautomation/global/tools/declare.bas mode change 100755 => 100644 testautomation/global/tools/resetoffice.bas mode change 100755 => 100644 testautomation/global/tools/wintree.bas mode change 100755 => 100644 testautomation/graphics/optional/d_export_graphic_a.bas mode change 100755 => 100644 testautomation/graphics/optional/d_export_graphic_b.bas mode change 100755 => 100644 testautomation/graphics/optional/export_graphic_a.bas mode change 100755 => 100644 testautomation/graphics/optional/export_graphic_b.bas mode change 100755 => 100644 testautomation/graphics/optional/g_accessability.bas mode change 100755 => 100644 testautomation/graphics/optional/g_area.bas mode change 100755 => 100644 testautomation/graphics/optional/g_arrangealign.bas mode change 100755 => 100644 testautomation/graphics/optional/g_autocorrection.bas mode change 100755 => 100644 testautomation/graphics/optional/g_character.bas mode change 100755 => 100644 testautomation/graphics/optional/g_clipboard.bas mode change 100755 => 100644 testautomation/graphics/optional/g_clipexport.bas mode change 100755 => 100644 testautomation/graphics/optional/g_convertto.bas mode change 100755 => 100644 testautomation/graphics/optional/g_crossfading.bas mode change 100755 => 100644 testautomation/graphics/optional/g_customshapes.bas mode change 100755 => 100644 testautomation/graphics/optional/g_demoguide.bas mode change 100755 => 100644 testautomation/graphics/optional/g_dimensions.bas mode change 100755 => 100644 testautomation/graphics/optional/g_edit.bas mode change 100755 => 100644 testautomation/graphics/optional/g_export_html.bas mode change 100755 => 100644 testautomation/graphics/optional/g_findreplace.bas mode change 100755 => 100644 testautomation/graphics/optional/g_format.bas mode change 100755 => 100644 testautomation/graphics/optional/g_group.bas mode change 100755 => 100644 testautomation/graphics/optional/g_imagemap.bas mode change 100755 => 100644 testautomation/graphics/optional/g_insert.bas mode change 100755 => 100644 testautomation/graphics/optional/g_line.bas mode change 100755 => 100644 testautomation/graphics/optional/g_load_save.bas mode change 100755 => 100644 testautomation/graphics/optional/g_mediaplayer.bas mode change 100755 => 100644 testautomation/graphics/optional/g_navigator.bas mode change 100755 => 100644 testautomation/graphics/optional/g_ole.bas mode change 100755 => 100644 testautomation/graphics/optional/g_paneview.bas mode change 100755 => 100644 testautomation/graphics/optional/g_paragraph.bas mode change 100755 => 100644 testautomation/graphics/optional/g_savepictureas.bas mode change 100755 => 100644 testautomation/graphics/optional/g_shaddow.bas mode change 100755 => 100644 testautomation/graphics/optional/g_slidelayer.bas mode change 100755 => 100644 testautomation/graphics/optional/g_spellcheck.bas mode change 100755 => 100644 testautomation/graphics/optional/g_stylist.bas mode change 100755 => 100644 testautomation/graphics/optional/g_tables.bas mode change 100755 => 100644 testautomation/graphics/optional/g_toolbars.bas mode change 100755 => 100644 testautomation/graphics/optional/g_tools.bas mode change 100755 => 100644 testautomation/graphics/optional/g_zoom.bas mode change 100755 => 100644 testautomation/graphics/optional/gallery.bas mode change 100755 => 100644 testautomation/graphics/optional/gallery2.bas mode change 100755 => 100644 testautomation/graphics/optional/i_animation.bas mode change 100755 => 100644 testautomation/graphics/optional/i_headerfooter.bas mode change 100755 => 100644 testautomation/graphics/optional/i_pengine.bas mode change 100755 => 100644 testautomation/graphics/optional/i_saveloadlayout.bas mode change 100755 => 100644 testautomation/graphics/optional/i_shape.bas mode change 100755 => 100644 testautomation/graphics/optional/i_slidecopy.bas mode change 100755 => 100644 testautomation/graphics/optional/i_slideshow.bas mode change 100755 => 100644 testautomation/graphics/optional/i_us_presentation.bas mode change 100755 => 100644 testautomation/graphics/optional/i_view.bas mode change 100755 => 100644 testautomation/graphics/required/d_opt.bas mode change 100755 => 100644 testautomation/graphics/required/d_updt.bas mode change 100755 => 100644 testautomation/graphics/required/i_opt.bas mode change 100755 => 100644 testautomation/graphics/required/i_updt_1.bas mode change 100755 => 100644 testautomation/graphics/required/i_updt_2.bas mode change 100755 => 100644 testautomation/graphics/tools/makeLokaleTxt.bas mode change 100755 => 100644 testautomation/math/optional/m_lvl1.bas mode change 100755 => 100644 testautomation/math/required/m_updt.bas mode change 100755 => 100644 testautomation/spreadsheet/optional/c_arrayconstants.bas mode change 100755 => 100644 testautomation/spreadsheet/optional/c_getpivotdata.bas mode change 100755 => 100644 testautomation/spreadsheet/optional/c_import_general.bas mode change 100755 => 100644 testautomation/spreadsheet/optional/c_namedrange.bas mode change 100755 => 100644 testautomation/spreadsheet/optional/c_print_scale.bas mode change 100755 => 100644 testautomation/spreadsheet/optional/c_printrange.bas mode change 100755 => 100644 testautomation/spreadsheet/optional/c_so7_pp1.bas mode change 100755 => 100644 testautomation/spreadsheet/optional/c_solver.bas mode change 100755 => 100644 testautomation/spreadsheet/required/c_updt1.bas mode change 100755 => 100644 testautomation/spreadsheet/required/c_updt2.bas mode change 100755 => 100644 testautomation/writer/optional/w_CJKCTLDependency.bas mode change 100755 => 100644 testautomation/writer/optional/w_alternative_text.bas mode change 100755 => 100644 testautomation/writer/optional/w_autotext.bas mode change 100755 => 100644 testautomation/writer/optional/w_calculate.bas mode change 100755 => 100644 testautomation/writer/optional/w_chinesetranslate.bas mode change 100755 => 100644 testautomation/writer/optional/w_clipbrd.bas mode change 100755 => 100644 testautomation/writer/optional/w_contextmenu.bas mode change 100755 => 100644 testautomation/writer/optional/w_drawing_tools.bas mode change 100755 => 100644 testautomation/writer/optional/w_dropdownLB.bas mode change 100755 => 100644 testautomation/writer/optional/w_fields.bas mode change 100755 => 100644 testautomation/writer/optional/w_filter.bas mode change 100755 => 100644 testautomation/writer/optional/w_fontwork.bas mode change 100755 => 100644 testautomation/writer/optional/w_formatcharacter.bas mode change 100755 => 100644 testautomation/writer/optional/w_formatpage.bas mode change 100755 => 100644 testautomation/writer/optional/w_formatparagraph.bas mode change 100755 => 100644 testautomation/writer/optional/w_hhConversion.bas mode change 100755 => 100644 testautomation/writer/optional/w_hyphenation.bas mode change 100755 => 100644 testautomation/writer/optional/w_insertgraphic.bas mode change 100755 => 100644 testautomation/writer/optional/w_issuezilla_regression.bas mode change 100755 => 100644 testautomation/writer/optional/w_loadsave.bas mode change 100755 => 100644 testautomation/writer/optional/w_navigator.bas mode change 100755 => 100644 testautomation/writer/optional/w_numbering.bas mode change 100755 => 100644 testautomation/writer/optional/w_opt.bas mode change 100755 => 100644 testautomation/writer/optional/w_redlining.bas mode change 100755 => 100644 testautomation/writer/optional/w_search.bas mode change 100755 => 100644 testautomation/writer/optional/w_section.bas mode change 100755 => 100644 testautomation/writer/optional/w_shortcuts.bas mode change 100755 => 100644 testautomation/writer/optional/w_sorting.bas mode change 100755 => 100644 testautomation/writer/optional/w_spellcheck.bas mode change 100755 => 100644 testautomation/writer/optional/w_stylist.bas mode change 100755 => 100644 testautomation/writer/optional/w_table.bas mode change 100755 => 100644 testautomation/writer/optional/w_textframes.bas mode change 100755 => 100644 testautomation/writer/optional/w_undo.bas mode change 100755 => 100644 testautomation/writer/optional/ww_opt.bas mode change 100755 => 100644 testautomation/writer/required/w_updt.bas mode change 100755 => 100644 testautomation/writer/tools/w_get_locale_strings.bas mode change 100755 => 100644 testautomation/xml/optional/c_datapilot_pagefields.bas mode change 100755 => 100644 testautomation/xml/optional/c_xml_print_scale.bas mode change 100755 => 100644 testautomation/xml/optional/c_xml_scenario.bas mode change 100755 => 100644 testautomation/xml/optional/calc_xml_7_export.bas mode change 100755 => 100644 testautomation/xml/optional/ch_xml_japanese_candlestick.bas mode change 100755 => 100644 testautomation/xml/optional/docbook_losa.bas mode change 100755 => 100644 testautomation/xml/optional/draw_xml_7_export.bas mode change 100755 => 100644 testautomation/xml/optional/f_xml_save_ms_ole.bas mode change 100755 => 100644 testautomation/xml/optional/impress_xml_7_export.bas mode change 100755 => 100644 testautomation/xml/optional/math_xml_7_export.bas mode change 100755 => 100644 testautomation/xml/optional/w_xml_vertical_alignment.bas mode change 100755 => 100644 testautomation/xml/optional/writer_xml_7_export.bas mode change 100755 => 100644 testautomation/xml/required/oasis_graphics_update.bas diff --git a/smoketestoo_native/smoketest.cxx b/smoketestoo_native/smoketest.cxx old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/ch2_chart_data_dlg_impress.bas b/testautomation/chart2/optional/ch2_chart_data_dlg_impress.bas old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/ch2_flexible_source_range_selection.bas b/testautomation/chart2/optional/ch2_flexible_source_range_selection.bas old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/ch2_losa_ods_to_ods.bas b/testautomation/chart2/optional/ch2_losa_ods_to_ods.bas old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/ch2_losa_ods_to_ots.bas b/testautomation/chart2/optional/ch2_losa_ods_to_ots.bas old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/ch2_losa_ods_to_sxc.bas b/testautomation/chart2/optional/ch2_losa_ods_to_sxc.bas old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/ch2_losa_ods_to_xls.bas b/testautomation/chart2/optional/ch2_losa_ods_to_xls.bas old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/ch2_losa_sxc_to_ods.bas b/testautomation/chart2/optional/ch2_losa_sxc_to_ods.bas old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/ch2_lvl1.bas b/testautomation/chart2/optional/ch2_lvl1.bas old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/ch2_lvl1_wizard.bas b/testautomation/chart2/optional/ch2_lvl1_wizard.bas old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/ch2_xml_format.bas b/testautomation/chart2/optional/ch2_xml_format.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_ctrl_Clipboard.bas b/testautomation/dbaccess/optional/dba_ctrl_Clipboard.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_ctrl_General.bas b/testautomation/dbaccess/optional/dba_ctrl_General.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_ctrl_Grid.bas b/testautomation/dbaccess/optional/dba_ctrl_Grid.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_ctrl_PropertyBrowser.bas b/testautomation/dbaccess/optional/dba_ctrl_PropertyBrowser.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_ctrl_Several.bas b/testautomation/dbaccess/optional/dba_ctrl_Several.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_ctrl_Spreadsheet.bas b/testautomation/dbaccess/optional/dba_ctrl_Spreadsheet.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_ctrl_TextControl.bas b/testautomation/dbaccess/optional/dba_ctrl_TextControl.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_ctrl_Wizards.bas b/testautomation/dbaccess/optional/dba_ctrl_Wizards.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_db_ADOAccess.bas b/testautomation/dbaccess/optional/dba_db_ADOAccess.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_db_AdabasD.bas b/testautomation/dbaccess/optional/dba_db_AdabasD.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_db_Addressbook.bas b/testautomation/dbaccess/optional/dba_db_Addressbook.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_db_Dbase.bas b/testautomation/dbaccess/optional/dba_db_Dbase.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_db_JDBCMySQL.bas b/testautomation/dbaccess/optional/dba_db_JDBCMySQL.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_db_Spreadsheet.bas b/testautomation/dbaccess/optional/dba_db_Spreadsheet.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_db_Text.bas b/testautomation/dbaccess/optional/dba_db_Text.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_db_dBase_functions.bas b/testautomation/dbaccess/optional/dba_db_dBase_functions.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_db_hsqldb.bas b/testautomation/dbaccess/optional/dba_db_hsqldb.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_frm_FormFilter.bas b/testautomation/dbaccess/optional/dba_frm_FormFilter.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_frm_Forms.bas b/testautomation/dbaccess/optional/dba_frm_Forms.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_misc_Macros.bas b/testautomation/dbaccess/optional/dba_misc_Macros.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_misc_RegisterDatabase.bas b/testautomation/dbaccess/optional/dba_misc_RegisterDatabase.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_rpt_DateTime.bas b/testautomation/dbaccess/optional/dba_rpt_DateTime.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_rpt_ExecuteReport.bas b/testautomation/dbaccess/optional/dba_rpt_ExecuteReport.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_rpt_Formating.bas b/testautomation/dbaccess/optional/dba_rpt_Formating.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_rpt_FunctionWizard.bas b/testautomation/dbaccess/optional/dba_rpt_FunctionWizard.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_rpt_Grouping.bas b/testautomation/dbaccess/optional/dba_rpt_Grouping.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_rpt_PageNumber.bas b/testautomation/dbaccess/optional/dba_rpt_PageNumber.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_rpt_PropertyBrowser.bas b/testautomation/dbaccess/optional/dba_rpt_PropertyBrowser.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_wiz_CopyTableWizard.bas b/testautomation/dbaccess/optional/dba_wiz_CopyTableWizard.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_wiz_DatabaseWizards.bas b/testautomation/dbaccess/optional/dba_wiz_DatabaseWizards.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_wiz_FormWizard.bas b/testautomation/dbaccess/optional/dba_wiz_FormWizard.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_wiz_QueryWizard.bas b/testautomation/dbaccess/optional/dba_wiz_QueryWizard.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_wiz_ReportWizard.bas b/testautomation/dbaccess/optional/dba_wiz_ReportWizard.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_wiz_TableWizard.bas b/testautomation/dbaccess/optional/dba_wiz_TableWizard.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/dba_xf_Submission.bas b/testautomation/dbaccess/optional/dba_xf_Submission.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/required/dba_Main.bas b/testautomation/dbaccess/required/dba_Main.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/required/dba_ReportBuilder.bas b/testautomation/dbaccess/required/dba_ReportBuilder.bas old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/required/dba_xforms_Main.bas b/testautomation/dbaccess/required/dba_xforms_Main.bas old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/e_display_name.bas b/testautomation/extensions/optional/e_display_name.bas old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/e_extensions.bas b/testautomation/extensions/optional/e_extensions.bas old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/e_fileopen.bas b/testautomation/extensions/optional/e_fileopen.bas old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/e_help.bas b/testautomation/extensions/optional/e_help.bas old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/e_identifiers.bas b/testautomation/extensions/optional/e_identifiers.bas old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/e_issues.bas b/testautomation/extensions/optional/e_issues.bas old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/e_location.bas b/testautomation/extensions/optional/e_location.bas old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/e_meta-inf.bas b/testautomation/extensions/optional/e_meta-inf.bas old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/e_online_update.bas b/testautomation/extensions/optional/e_online_update.bas old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/e_options.bas b/testautomation/extensions/optional/e_options.bas old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/e_platforms.bas b/testautomation/extensions/optional/e_platforms.bas old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/e_publisher.bas b/testautomation/extensions/optional/e_publisher.bas old mode 100755 new mode 100644 diff --git a/testautomation/extensions/required/e_update.bas b/testautomation/extensions/required/e_update.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_CJK_CollationDialogue.bas b/testautomation/framework/optional/f_CJK_CollationDialogue.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_CJK_FeatureSwitch.bas b/testautomation/framework/optional/f_CJK_FeatureSwitch.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_CJK_GridLayout.bas b/testautomation/framework/optional/f_CJK_GridLayout.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_CJK_RubyDialogueProposal.bas b/testautomation/framework/optional/f_CJK_RubyDialogueProposal.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_NewSortingAlgorithmForJapanese.bas b/testautomation/framework/optional/f_NewSortingAlgorithmForJapanese.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_basic_dialog_i18n.bas b/testautomation/framework/optional/f_basic_dialog_i18n.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_basic_documents.bas b/testautomation/framework/optional/f_basic_documents.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_basic_eventbinding.bas b/testautomation/framework/optional/f_basic_eventbinding.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_basic_first.bas b/testautomation/framework/optional/f_basic_first.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_basic_formcontrols.bas b/testautomation/framework/optional/f_basic_formcontrols.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_basic_issues.bas b/testautomation/framework/optional/f_basic_issues.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_basic_library_export_import.bas b/testautomation/framework/optional/f_basic_library_export_import.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_basic_modules.bas b/testautomation/framework/optional/f_basic_modules.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_basic_package_export_import.bas b/testautomation/framework/optional/f_basic_package_export_import.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_basic_protected_libraries.bas b/testautomation/framework/optional/f_basic_protected_libraries.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_basic_shared_modules.bas b/testautomation/framework/optional/f_basic_shared_modules.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_basic_templatedocuments.bas b/testautomation/framework/optional/f_basic_templatedocuments.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_basic_vba-compat.bas b/testautomation/framework/optional/f_basic_vba-compat.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_configuration.bas b/testautomation/framework/optional/f_configuration.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_extras_labels.bas b/testautomation/framework/optional/f_extras_labels.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_extras_samplefileopen.bas b/testautomation/framework/optional/f_extras_samplefileopen.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_extras_sampleopen.bas b/testautomation/framework/optional/f_extras_sampleopen.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_extras_samplepreview.bas b/testautomation/framework/optional/f_extras_samplepreview.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_extras_tableautoformat.bas b/testautomation/framework/optional/f_extras_tableautoformat.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_extras_templatefileopen.bas b/testautomation/framework/optional/f_extras_templatefileopen.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_extras_templateopen.bas b/testautomation/framework/optional/f_extras_templateopen.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_extras_templatepreview.bas b/testautomation/framework/optional/f_extras_templatepreview.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_filedlg_allowed_names.bas b/testautomation/framework/optional/f_filedlg_allowed_names.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_filedlg_autocompletion.bas b/testautomation/framework/optional/f_filedlg_autocompletion.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_filedlg_cjk_files.bas b/testautomation/framework/optional/f_filedlg_cjk_files.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_filedlg_dialogtest.bas b/testautomation/framework/optional/f_filedlg_dialogtest.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_filedlg_folder_navigation.bas b/testautomation/framework/optional/f_filedlg_folder_navigation.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_filedlg_forbidden_names_windows.bas b/testautomation/framework/optional/f_filedlg_forbidden_names_windows.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_filedlg_multiselection.bas b/testautomation/framework/optional/f_filedlg_multiselection.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_filedlg_passwords.bas b/testautomation/framework/optional/f_filedlg_passwords.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_filedlg_reserved_names_unix.bas b/testautomation/framework/optional/f_filedlg_reserved_names_unix.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_filedlg_reserved_names_windows.bas b/testautomation/framework/optional/f_filedlg_reserved_names_windows.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_fontworkgallery.bas b/testautomation/framework/optional/f_fontworkgallery.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_help_bookmarks.bas b/testautomation/framework/optional/f_help_bookmarks.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_help_compare_applications.bas b/testautomation/framework/optional/f_help_compare_applications.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_help_compare_content.bas b/testautomation/framework/optional/f_help_compare_content.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_help_compare_topics.bas b/testautomation/framework/optional/f_help_compare_topics.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_help_search.bas b/testautomation/framework/optional/f_help_search.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_help_view_topics.bas b/testautomation/framework/optional/f_help_view_topics.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_loadsave_general.bas b/testautomation/framework/optional/f_loadsave_general.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_menuentries.bas b/testautomation/framework/optional/f_menuentries.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_ole.bas b/testautomation/framework/optional/f_ole.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_options_loadsave.bas b/testautomation/framework/optional/f_options_loadsave.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_options_ooo.bas b/testautomation/framework/optional/f_options_ooo.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_scripting_organizers.bas b/testautomation/framework/optional/f_scripting_organizers.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_security_broken_signature.bas b/testautomation/framework/optional/f_security_broken_signature.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_security_certification_dialogs.bas b/testautomation/framework/optional/f_security_certification_dialogs.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_security_certified_docs.bas b/testautomation/framework/optional/f_security_certified_docs.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_security_evilmacro.bas b/testautomation/framework/optional/f_security_evilmacro.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_security_incorrect_password.bas b/testautomation/framework/optional/f_security_incorrect_password.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_security_macrosecurity.bas b/testautomation/framework/optional/f_security_macrosecurity.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_security_recommend_password.bas b/testautomation/framework/optional/f_security_recommend_password.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_security_trusted_path.bas b/testautomation/framework/optional/f_security_trusted_path.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_toolbar_behavior.bas b/testautomation/framework/optional/f_toolbar_behavior.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_toolbar_items.bas b/testautomation/framework/optional/f_toolbar_items.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/f_usage_tracking.bas b/testautomation/framework/optional/f_usage_tracking.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/required/f_help_browser.bas b/testautomation/framework/required/f_help_browser.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/required/f_printer_administration.bas b/testautomation/framework/required/f_printer_administration.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/required/f_security_dialogs.bas b/testautomation/framework/required/f_security_dialogs.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/required/f_standard_toolbar.bas b/testautomation/framework/required/f_standard_toolbar.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/required/f_tools_customize.bas b/testautomation/framework/required/f_tools_customize.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/required/f_tools_options.bas b/testautomation/framework/required/f_tools_options.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/required/f_topten.bas b/testautomation/framework/required/f_topten.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/required/f_window_functions.bas b/testautomation/framework/required/f_window_functions.bas old mode 100755 new mode 100644 diff --git a/testautomation/framework/required/f_wizards.bas b/testautomation/framework/required/f_wizards.bas old mode 100755 new mode 100644 diff --git a/testautomation/global/tools/closeoffice.bas b/testautomation/global/tools/closeoffice.bas old mode 100755 new mode 100644 diff --git a/testautomation/global/tools/compressstatus.bas b/testautomation/global/tools/compressstatus.bas old mode 100755 new mode 100644 diff --git a/testautomation/global/tools/declare.bas b/testautomation/global/tools/declare.bas old mode 100755 new mode 100644 diff --git a/testautomation/global/tools/resetoffice.bas b/testautomation/global/tools/resetoffice.bas old mode 100755 new mode 100644 diff --git a/testautomation/global/tools/wintree.bas b/testautomation/global/tools/wintree.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/d_export_graphic_a.bas b/testautomation/graphics/optional/d_export_graphic_a.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/d_export_graphic_b.bas b/testautomation/graphics/optional/d_export_graphic_b.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/export_graphic_a.bas b/testautomation/graphics/optional/export_graphic_a.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/export_graphic_b.bas b/testautomation/graphics/optional/export_graphic_b.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_accessability.bas b/testautomation/graphics/optional/g_accessability.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_area.bas b/testautomation/graphics/optional/g_area.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_arrangealign.bas b/testautomation/graphics/optional/g_arrangealign.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_autocorrection.bas b/testautomation/graphics/optional/g_autocorrection.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_character.bas b/testautomation/graphics/optional/g_character.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_clipboard.bas b/testautomation/graphics/optional/g_clipboard.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_clipexport.bas b/testautomation/graphics/optional/g_clipexport.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_convertto.bas b/testautomation/graphics/optional/g_convertto.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_crossfading.bas b/testautomation/graphics/optional/g_crossfading.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_customshapes.bas b/testautomation/graphics/optional/g_customshapes.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_demoguide.bas b/testautomation/graphics/optional/g_demoguide.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_dimensions.bas b/testautomation/graphics/optional/g_dimensions.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_edit.bas b/testautomation/graphics/optional/g_edit.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_export_html.bas b/testautomation/graphics/optional/g_export_html.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_findreplace.bas b/testautomation/graphics/optional/g_findreplace.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_format.bas b/testautomation/graphics/optional/g_format.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_group.bas b/testautomation/graphics/optional/g_group.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_imagemap.bas b/testautomation/graphics/optional/g_imagemap.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_insert.bas b/testautomation/graphics/optional/g_insert.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_line.bas b/testautomation/graphics/optional/g_line.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_load_save.bas b/testautomation/graphics/optional/g_load_save.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_mediaplayer.bas b/testautomation/graphics/optional/g_mediaplayer.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_navigator.bas b/testautomation/graphics/optional/g_navigator.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_ole.bas b/testautomation/graphics/optional/g_ole.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_paneview.bas b/testautomation/graphics/optional/g_paneview.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_paragraph.bas b/testautomation/graphics/optional/g_paragraph.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_savepictureas.bas b/testautomation/graphics/optional/g_savepictureas.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_shaddow.bas b/testautomation/graphics/optional/g_shaddow.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_slidelayer.bas b/testautomation/graphics/optional/g_slidelayer.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_spellcheck.bas b/testautomation/graphics/optional/g_spellcheck.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_stylist.bas b/testautomation/graphics/optional/g_stylist.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_tables.bas b/testautomation/graphics/optional/g_tables.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_toolbars.bas b/testautomation/graphics/optional/g_toolbars.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_tools.bas b/testautomation/graphics/optional/g_tools.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/g_zoom.bas b/testautomation/graphics/optional/g_zoom.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/gallery.bas b/testautomation/graphics/optional/gallery.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/gallery2.bas b/testautomation/graphics/optional/gallery2.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/i_animation.bas b/testautomation/graphics/optional/i_animation.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/i_headerfooter.bas b/testautomation/graphics/optional/i_headerfooter.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/i_pengine.bas b/testautomation/graphics/optional/i_pengine.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/i_saveloadlayout.bas b/testautomation/graphics/optional/i_saveloadlayout.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/i_shape.bas b/testautomation/graphics/optional/i_shape.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/i_slidecopy.bas b/testautomation/graphics/optional/i_slidecopy.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/i_slideshow.bas b/testautomation/graphics/optional/i_slideshow.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/i_us_presentation.bas b/testautomation/graphics/optional/i_us_presentation.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/optional/i_view.bas b/testautomation/graphics/optional/i_view.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/d_opt.bas b/testautomation/graphics/required/d_opt.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/d_updt.bas b/testautomation/graphics/required/d_updt.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/i_opt.bas b/testautomation/graphics/required/i_opt.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/i_updt_1.bas b/testautomation/graphics/required/i_updt_1.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/i_updt_2.bas b/testautomation/graphics/required/i_updt_2.bas old mode 100755 new mode 100644 diff --git a/testautomation/graphics/tools/makeLokaleTxt.bas b/testautomation/graphics/tools/makeLokaleTxt.bas old mode 100755 new mode 100644 diff --git a/testautomation/math/optional/m_lvl1.bas b/testautomation/math/optional/m_lvl1.bas old mode 100755 new mode 100644 diff --git a/testautomation/math/required/m_updt.bas b/testautomation/math/required/m_updt.bas old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/c_arrayconstants.bas b/testautomation/spreadsheet/optional/c_arrayconstants.bas old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/c_getpivotdata.bas b/testautomation/spreadsheet/optional/c_getpivotdata.bas old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/c_import_general.bas b/testautomation/spreadsheet/optional/c_import_general.bas old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/c_namedrange.bas b/testautomation/spreadsheet/optional/c_namedrange.bas old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/c_print_scale.bas b/testautomation/spreadsheet/optional/c_print_scale.bas old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/c_printrange.bas b/testautomation/spreadsheet/optional/c_printrange.bas old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/c_so7_pp1.bas b/testautomation/spreadsheet/optional/c_so7_pp1.bas old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/c_solver.bas b/testautomation/spreadsheet/optional/c_solver.bas old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/required/c_updt1.bas b/testautomation/spreadsheet/required/c_updt1.bas old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/required/c_updt2.bas b/testautomation/spreadsheet/required/c_updt2.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_CJKCTLDependency.bas b/testautomation/writer/optional/w_CJKCTLDependency.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_alternative_text.bas b/testautomation/writer/optional/w_alternative_text.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_autotext.bas b/testautomation/writer/optional/w_autotext.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_calculate.bas b/testautomation/writer/optional/w_calculate.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_chinesetranslate.bas b/testautomation/writer/optional/w_chinesetranslate.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_clipbrd.bas b/testautomation/writer/optional/w_clipbrd.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_contextmenu.bas b/testautomation/writer/optional/w_contextmenu.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_drawing_tools.bas b/testautomation/writer/optional/w_drawing_tools.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_dropdownLB.bas b/testautomation/writer/optional/w_dropdownLB.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_fields.bas b/testautomation/writer/optional/w_fields.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_filter.bas b/testautomation/writer/optional/w_filter.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_fontwork.bas b/testautomation/writer/optional/w_fontwork.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_formatcharacter.bas b/testautomation/writer/optional/w_formatcharacter.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_formatpage.bas b/testautomation/writer/optional/w_formatpage.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_formatparagraph.bas b/testautomation/writer/optional/w_formatparagraph.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_hhConversion.bas b/testautomation/writer/optional/w_hhConversion.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_hyphenation.bas b/testautomation/writer/optional/w_hyphenation.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_insertgraphic.bas b/testautomation/writer/optional/w_insertgraphic.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_issuezilla_regression.bas b/testautomation/writer/optional/w_issuezilla_regression.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_loadsave.bas b/testautomation/writer/optional/w_loadsave.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_navigator.bas b/testautomation/writer/optional/w_navigator.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_numbering.bas b/testautomation/writer/optional/w_numbering.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_opt.bas b/testautomation/writer/optional/w_opt.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_redlining.bas b/testautomation/writer/optional/w_redlining.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_search.bas b/testautomation/writer/optional/w_search.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_section.bas b/testautomation/writer/optional/w_section.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_shortcuts.bas b/testautomation/writer/optional/w_shortcuts.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_sorting.bas b/testautomation/writer/optional/w_sorting.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_spellcheck.bas b/testautomation/writer/optional/w_spellcheck.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_stylist.bas b/testautomation/writer/optional/w_stylist.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_table.bas b/testautomation/writer/optional/w_table.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_textframes.bas b/testautomation/writer/optional/w_textframes.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/w_undo.bas b/testautomation/writer/optional/w_undo.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/ww_opt.bas b/testautomation/writer/optional/ww_opt.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/w_updt.bas b/testautomation/writer/required/w_updt.bas old mode 100755 new mode 100644 diff --git a/testautomation/writer/tools/w_get_locale_strings.bas b/testautomation/writer/tools/w_get_locale_strings.bas old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/c_datapilot_pagefields.bas b/testautomation/xml/optional/c_datapilot_pagefields.bas old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/c_xml_print_scale.bas b/testautomation/xml/optional/c_xml_print_scale.bas old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/c_xml_scenario.bas b/testautomation/xml/optional/c_xml_scenario.bas old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/calc_xml_7_export.bas b/testautomation/xml/optional/calc_xml_7_export.bas old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/ch_xml_japanese_candlestick.bas b/testautomation/xml/optional/ch_xml_japanese_candlestick.bas old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/docbook_losa.bas b/testautomation/xml/optional/docbook_losa.bas old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/draw_xml_7_export.bas b/testautomation/xml/optional/draw_xml_7_export.bas old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/f_xml_save_ms_ole.bas b/testautomation/xml/optional/f_xml_save_ms_ole.bas old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/impress_xml_7_export.bas b/testautomation/xml/optional/impress_xml_7_export.bas old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/math_xml_7_export.bas b/testautomation/xml/optional/math_xml_7_export.bas old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/w_xml_vertical_alignment.bas b/testautomation/xml/optional/w_xml_vertical_alignment.bas old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/writer_xml_7_export.bas b/testautomation/xml/optional/writer_xml_7_export.bas old mode 100755 new mode 100644 diff --git a/testautomation/xml/required/oasis_graphics_update.bas b/testautomation/xml/required/oasis_graphics_update.bas old mode 100755 new mode 100644 -- cgit v1.2.3 From 4e6fd13150e743a8364d5241d56b367ceaef168e Mon Sep 17 00:00:00 2001 From: Francisco Saito Date: Tue, 29 Mar 2011 21:43:58 +0100 Subject: drop bogus executable flag from odf files --- .../chart2/optional/input/ods/2d_areas_normal.ods | Bin .../chart2/optional/input/ods/2d_areas_percent.ods | Bin .../chart2/optional/input/ods/2d_areas_stacked.ods | Bin testautomation/chart2/optional/input/ods/2d_bars_normal.ods | Bin .../chart2/optional/input/ods/2d_bars_percent.ods | Bin .../chart2/optional/input/ods/2d_bars_stacked.ods | Bin .../optional/input/ods/2d_columns_lines_and_columns.ods | Bin .../input/ods/2d_columns_lines_and_stacked_columns.ods | Bin .../chart2/optional/input/ods/2d_columns_normal.ods | Bin .../chart2/optional/input/ods/2d_columns_percent.ods | Bin .../chart2/optional/input/ods/2d_columns_stacked.ods | Bin testautomation/chart2/optional/input/ods/3d_lines_deep.ods | Bin testautomation/chart2/optional/input/ods/3d_pies_normal.ods | Bin testautomation/chart2/optional/input/ods/areas_deep.ods | Bin testautomation/chart2/optional/input/ods/areas_percent.ods | Bin testautomation/chart2/optional/input/ods/areas_stacked.ods | Bin testautomation/chart2/optional/input/ods/bars_deep.ods | Bin .../chart2/optional/input/ods/bars_horizontal_cones.ods | Bin .../optional/input/ods/bars_horizontal_cones_deep.ods | Bin .../optional/input/ods/bars_horizontal_cones_percent.ods | Bin .../chart2/optional/input/ods/bars_horizontal_pyramids.ods | Bin .../optional/input/ods/bars_horizontal_pyramids_deep.ods | Bin .../optional/input/ods/bars_horizontal_pyramids_percent.ods | Bin .../optional/input/ods/bars_horizontal_pyramids_stacked.ods | Bin .../optional/input/ods/bars_horizontal_stacked_cones.ods | Bin testautomation/chart2/optional/input/ods/bars_normal.ods | Bin testautomation/chart2/optional/input/ods/bars_percent.ods | Bin testautomation/chart2/optional/input/ods/bars_stacked.ods | Bin testautomation/chart2/optional/input/ods/bars_tube.ods | Bin .../chart2/optional/input/ods/bars_tubes_deep.ods | Bin .../chart2/optional/input/ods/bars_tubes_percent.ods | Bin .../chart2/optional/input/ods/bars_tubes_stacked.ods | Bin testautomation/chart2/optional/input/ods/columns_cones.ods | Bin .../chart2/optional/input/ods/columns_cones_deep.ods | Bin .../chart2/optional/input/ods/columns_cones_percent.ods | Bin .../chart2/optional/input/ods/columns_cones_stacked.ods | Bin .../chart2/optional/input/ods/columns_cylinder.ods | Bin .../chart2/optional/input/ods/columns_cylinder_deep.ods | Bin .../chart2/optional/input/ods/columns_cylinder_percent.ods | Bin .../chart2/optional/input/ods/columns_cylinder_stacked.ods | Bin testautomation/chart2/optional/input/ods/columns_deep.ods | Bin testautomation/chart2/optional/input/ods/columns_normal.ods | Bin .../chart2/optional/input/ods/columns_percent.ods | Bin .../chart2/optional/input/ods/columns_pyramids.ods | Bin .../chart2/optional/input/ods/columns_pyramids_deep.ods | Bin .../chart2/optional/input/ods/columns_pyramids_percent.ods | Bin .../chart2/optional/input/ods/columns_pyramids_stacked.ods | Bin .../chart2/optional/input/ods/columns_stacked.ods | Bin testautomation/chart2/optional/input/ods/lines_b-spline.ods | Bin .../optional/input/ods/lines_b-spline_with_symbols.ods | Bin .../chart2/optional/input/ods/lines_cubic_spline.ods | Bin .../optional/input/ods/lines_cubic_spline_with_symbols.ods | Bin testautomation/chart2/optional/input/ods/lines_normal.ods | Bin testautomation/chart2/optional/input/ods/lines_percent.ods | Bin .../optional/input/ods/lines_percent_with_symbols.ods | Bin testautomation/chart2/optional/input/ods/lines_stacked.ods | Bin .../optional/input/ods/lines_stacked_with_symbols.ods | Bin testautomation/chart2/optional/input/ods/lines_symbols.ods | Bin testautomation/chart2/optional/input/ods/net_normal.ods | Bin testautomation/chart2/optional/input/ods/net_percent.ods | Bin .../chart2/optional/input/ods/net_percent_with_symbols.ods | Bin testautomation/chart2/optional/input/ods/net_stacked.ods | Bin .../chart2/optional/input/ods/net_stacked_with_symbols.ods | Bin testautomation/chart2/optional/input/ods/net_symbols.ods | Bin testautomation/chart2/optional/input/ods/pies_normal.ods | Bin testautomation/chart2/optional/input/ods/pies_offset1.ods | Bin testautomation/chart2/optional/input/ods/pies_offset2.ods | Bin testautomation/chart2/optional/input/ods/pies_rings.ods | Bin .../chart2/optional/input/ods/stockchart_type1.ods | Bin .../chart2/optional/input/ods/stockchart_type2.ods | Bin .../chart2/optional/input/ods/stockchart_type3.ods | Bin .../chart2/optional/input/ods/stockchart_type4.ods | Bin .../chart2/optional/input/ods/xy_chart_b-spline.ods | Bin .../optional/input/ods/xy_chart_b-spline_with_symbols.ods | Bin .../chart2/optional/input/ods/xy_chart_cubic_spline.ods | Bin .../input/ods/xy_chart_cubic_spline_with_symbols.ods | Bin .../chart2/optional/input/ods/xy_chart_lines_only.ods | Bin .../optional/input/ods/xy_chart_lines_with_symbols.ods | Bin .../chart2/optional/input/ods/xy_chart_symbols_only.ods | Bin testautomation/chart2/optional/input/randomData.ods | Bin .../chart2/optional/input/sxc/2d_areas_normal.sxc | Bin .../chart2/optional/input/sxc/2d_areas_percent.sxc | Bin .../chart2/optional/input/sxc/2d_areas_stacked.sxc | Bin testautomation/chart2/optional/input/sxc/2d_bars_normal.sxc | Bin .../chart2/optional/input/sxc/2d_bars_percent.sxc | Bin .../chart2/optional/input/sxc/2d_bars_stacked.sxc | Bin .../optional/input/sxc/2d_columns_lines_and_columns.sxc | Bin .../input/sxc/2d_columns_lines_and_stacked_columns.sxc | Bin .../chart2/optional/input/sxc/2d_columns_normal.sxc | Bin .../chart2/optional/input/sxc/2d_columns_percent.sxc | Bin .../chart2/optional/input/sxc/2d_columns_stacked.sxc | Bin testautomation/chart2/optional/input/sxc/3d_lines_deep.sxc | Bin testautomation/chart2/optional/input/sxc/3d_pies_normal.sxc | Bin testautomation/chart2/optional/input/sxc/areas_deep.sxc | Bin testautomation/chart2/optional/input/sxc/areas_percent.sxc | Bin testautomation/chart2/optional/input/sxc/areas_stacked.sxc | Bin testautomation/chart2/optional/input/sxc/bars_deep.sxc | Bin .../chart2/optional/input/sxc/bars_horizontal_cones.sxc | Bin .../optional/input/sxc/bars_horizontal_cones_deep.sxc | Bin .../optional/input/sxc/bars_horizontal_cones_percent.sxc | Bin .../chart2/optional/input/sxc/bars_horizontal_pyramids.sxc | Bin .../optional/input/sxc/bars_horizontal_pyramids_deep.sxc | Bin .../optional/input/sxc/bars_horizontal_pyramids_percent.sxc | Bin .../optional/input/sxc/bars_horizontal_pyramids_stacked.sxc | Bin .../optional/input/sxc/bars_horizontal_stacked_cones.sxc | Bin testautomation/chart2/optional/input/sxc/bars_normal.sxc | Bin testautomation/chart2/optional/input/sxc/bars_percent.sxc | Bin testautomation/chart2/optional/input/sxc/bars_stacked.sxc | Bin testautomation/chart2/optional/input/sxc/bars_tube.sxc | Bin .../chart2/optional/input/sxc/bars_tubes_deep.sxc | Bin .../chart2/optional/input/sxc/bars_tubes_percent.sxc | Bin .../chart2/optional/input/sxc/bars_tubes_stacked.sxc | Bin testautomation/chart2/optional/input/sxc/columns_cones.sxc | Bin .../chart2/optional/input/sxc/columns_cones_deep.sxc | Bin .../chart2/optional/input/sxc/columns_cones_percent.sxc | Bin .../chart2/optional/input/sxc/columns_cones_stacked.sxc | Bin .../chart2/optional/input/sxc/columns_cylinder.sxc | Bin .../chart2/optional/input/sxc/columns_cylinder_deep.sxc | Bin .../chart2/optional/input/sxc/columns_cylinder_percent.sxc | Bin .../chart2/optional/input/sxc/columns_cylinder_stacked.sxc | Bin testautomation/chart2/optional/input/sxc/columns_deep.sxc | Bin testautomation/chart2/optional/input/sxc/columns_normal.sxc | Bin .../chart2/optional/input/sxc/columns_percent.sxc | Bin .../chart2/optional/input/sxc/columns_pyramids.sxc | Bin .../chart2/optional/input/sxc/columns_pyramids_deep.sxc | Bin .../chart2/optional/input/sxc/columns_pyramids_percent.sxc | Bin .../chart2/optional/input/sxc/columns_pyramids_stacked.sxc | Bin .../chart2/optional/input/sxc/columns_stacked.sxc | Bin testautomation/chart2/optional/input/sxc/lines_b-spline.sxc | Bin .../optional/input/sxc/lines_b-spline_with_symbols.sxc | Bin .../chart2/optional/input/sxc/lines_cubic_spline.sxc | Bin .../optional/input/sxc/lines_cubic_spline_with_symbols.sxc | Bin testautomation/chart2/optional/input/sxc/lines_normal.sxc | Bin testautomation/chart2/optional/input/sxc/lines_percent.sxc | Bin .../optional/input/sxc/lines_percent_with_symbols.sxc | Bin testautomation/chart2/optional/input/sxc/lines_stacked.sxc | Bin .../optional/input/sxc/lines_stacked_with_symbols.sxc | Bin testautomation/chart2/optional/input/sxc/lines_symbols.sxc | Bin testautomation/chart2/optional/input/sxc/net_normal.sxc | Bin testautomation/chart2/optional/input/sxc/net_percent.sxc | Bin .../chart2/optional/input/sxc/net_percent_with_symbols.sxc | Bin testautomation/chart2/optional/input/sxc/net_stacked.sxc | Bin .../chart2/optional/input/sxc/net_stacked_with_symbols.sxc | Bin testautomation/chart2/optional/input/sxc/net_symbols.sxc | Bin testautomation/chart2/optional/input/sxc/pies_normal.sxc | Bin testautomation/chart2/optional/input/sxc/pies_offset1.sxc | Bin testautomation/chart2/optional/input/sxc/pies_offset2.sxc | Bin testautomation/chart2/optional/input/sxc/pies_rings.sxc | Bin .../chart2/optional/input/sxc/stockchart_type1.sxc | Bin .../chart2/optional/input/sxc/stockchart_type2.sxc | Bin .../chart2/optional/input/sxc/stockchart_type3.sxc | Bin .../chart2/optional/input/sxc/stockchart_type4.sxc | Bin .../chart2/optional/input/sxc/xy_chart_b-spline.sxc | Bin .../optional/input/sxc/xy_chart_b-spline_with_symbols.sxc | Bin .../chart2/optional/input/sxc/xy_chart_cubic_spline.sxc | Bin .../input/sxc/xy_chart_cubic_spline_with_symbols.sxc | Bin .../chart2/optional/input/sxc/xy_chart_lines_only.sxc | Bin .../optional/input/sxc/xy_chart_lines_with_symbols.sxc | Bin .../chart2/optional/input/sxc/xy_chart_symbols_only.sxc | Bin testautomation/chart2/required/input/basetable.sxc | Bin testautomation/chart2/required/input/ch_flexrange01.ods | Bin testautomation/chart2/required/input/ch_flexrange02.ods | Bin testautomation/chart2/required/input/ch_flexrange03.ods | Bin testautomation/chart2/required/input/ch_flexrange04.ods | Bin testautomation/chart2/required/input/ch_flexrange05.odt | Bin testautomation/chart2/required/input/ch_flexrange06.odt | Bin testautomation/chart2/required/input/ch_flexrange07.odt | Bin testautomation/chart2/required/input/ch_flexrange08.odt | Bin testautomation/chart2/required/input/spreadsheetFile.ods | Bin testautomation/chart2/required/input/verySimpleChart.ods | Bin testautomation/dbaccess/optional/input/TT_All_Controls.odt | Bin testautomation/dbaccess/optional/input/TT_Form_Filter.odt | Bin .../dbaccess/optional/input/hsql_datasource/TT_hsqldb.odb | Bin .../optional/input/hsql_datasource/TT_hsqldb_2.0.0.odb | Bin .../optional/input/spreadsheet_datasource/TT_Query1.ods | Bin .../optional/input/dependencies/broken-dependency.oxt | Bin .../optional/input/dependencies/double-dependencies.oxt | Bin .../optional/input/dependencies/empty-dependencies.oxt | Bin .../optional/input/dependencies/funny-dependency.oxt | Bin .../optional/input/dependencies/license-dependency.oxt | Bin .../optional/input/dependencies/many-dependencies.oxt | Bin .../optional/input/dependencies/no-dependencies.oxt | Bin .../optional/input/dependencies/no-description.oxt | Bin .../optional/input/dependencies/unknown-dependency.oxt | Bin .../extensions/optional/input/dependencies/version10000.oxt | Bin .../extensions/optional/input/dependencies/version21.oxt | Bin .../extensions/optional/input/dependencies/version21ns.oxt | Bin .../optional/input/dependencies/version21other.oxt | Bin .../extensions/optional/input/dependencies/version25.oxt | Bin .../extensions/optional/input/dependencies/versionempty.oxt | Bin .../extensions/optional/input/dependencies/versionnone.oxt | Bin .../extensions/optional/input/display_name/name1.oxt | Bin .../extensions/optional/input/display_name/name2.oxt | Bin .../extensions/optional/input/display_name/name3.oxt | Bin .../extensions/optional/input/display_name/name4.oxt | Bin .../extensions/optional/input/display_name/name5.oxt | Bin .../extensions/optional/input/errors/i77436-extension.oxt | Bin .../extensions/optional/input/errors/lowercasemetainf.oxt | Bin .../optional/input/eventbinding/DialogComponent.odt | Bin .../optional/input/eventbinding/DialogComponent.oxt | Bin .../optional/input/extensible_help/extensible_help_en.oxt | Bin .../input/extensible_help/extensible_help_en_de.oxt | Bin .../extensions/TaskPaneComponent/TaskPaneComponent.oxt | Bin .../optional/input/identifier/explicit/identifier.oxt | Bin .../optional/input/identifier/legacy/identifier.oxt | Bin testautomation/extensions/optional/input/options/leaf1.oxt | Bin testautomation/extensions/optional/input/options/leaf2.oxt | Bin .../extensions/optional/input/options/leaves1.oxt | Bin .../extensions/optional/input/options/leaves2.oxt | Bin .../extensions/optional/input/options/leaves3.oxt | Bin .../extensions/optional/input/options/modules1.oxt | Bin .../extensions/optional/input/options/modules2.oxt | Bin testautomation/extensions/optional/input/options/nodes1.oxt | Bin testautomation/extensions/optional/input/options/nodes2.oxt | Bin testautomation/extensions/optional/input/options/nodes3.oxt | Bin testautomation/extensions/optional/input/options/nodes4.oxt | Bin testautomation/extensions/optional/input/options/nodes5.oxt | Bin .../optional/input/path_to_extension/LocationTest.odt | Bin .../optional/input/path_to_extension/locationtest.oxt | Bin testautomation/extensions/optional/input/platform/all1.oxt | Bin testautomation/extensions/optional/input/platform/all2.oxt | Bin testautomation/extensions/optional/input/platform/all3.oxt | Bin .../extensions/optional/input/platform/freebsd_x86.oxt | Bin .../extensions/optional/input/platform/freebsd_x86_64.oxt | Bin .../extensions/optional/input/platform/invalid1.oxt | Bin .../extensions/optional/input/platform/invalid2.oxt | Bin .../extensions/optional/input/platform/invalid3.oxt | Bin .../extensions/optional/input/platform/linux_arm_eabi.oxt | Bin .../extensions/optional/input/platform/linux_arm_oabi.oxt | Bin .../extensions/optional/input/platform/linux_ia64.oxt | Bin .../extensions/optional/input/platform/linux_mips_eb.oxt | Bin .../extensions/optional/input/platform/linux_mips_el.oxt | Bin .../extensions/optional/input/platform/linux_powerpc.oxt | Bin .../extensions/optional/input/platform/linux_powerpc64.oxt | Bin .../extensions/optional/input/platform/linux_s390.oxt | Bin .../extensions/optional/input/platform/linux_s390x.oxt | Bin .../extensions/optional/input/platform/linux_sparc.oxt | Bin .../extensions/optional/input/platform/linux_x86.oxt | Bin .../extensions/optional/input/platform/linux_x86_64.oxt | Bin .../extensions/optional/input/platform/macosx_powerpc.oxt | Bin .../extensions/optional/input/platform/macosx_x86.oxt | Bin testautomation/extensions/optional/input/platform/mul1.oxt | Bin .../extensions/optional/input/platform/os2_x86.oxt | Bin .../extensions/optional/input/platform/solaris_sparc.oxt | Bin .../extensions/optional/input/platform/solaris_x86.oxt | Bin .../extensions/optional/input/platform/windows_x86.oxt | Bin testautomation/extensions/optional/input/publisher/pub1.oxt | Bin testautomation/extensions/optional/input/publisher/pub2.oxt | Bin testautomation/extensions/optional/input/publisher/pub3.oxt | Bin testautomation/extensions/optional/input/publisher/pub4.oxt | Bin testautomation/extensions/optional/input/publisher/pub5.oxt | Bin testautomation/extensions/optional/input/publisher/pub6.oxt | Bin testautomation/extensions/optional/input/publisher/pub7.oxt | Bin .../extensions/optional/input/simpleLicense/BadDesc.oxt | Bin .../optional/input/simpleLicense/BadNamespace.oxt | Bin .../extensions/optional/input/simpleLicense/BadRoot.oxt | Bin .../optional/input/simpleLicense/CancelLicense.oxt | Bin .../extensions/optional/input/simpleLicense/IncompAttr1.oxt | Bin .../extensions/optional/input/simpleLicense/IncompAttr2.oxt | Bin .../extensions/optional/input/simpleLicense/LongLic.oxt | Bin .../extensions/optional/input/simpleLicense/MissingLic.oxt | Bin .../optional/input/simpleLicense/MissingLicRef.oxt | Bin .../extensions/optional/input/simpleLicense/NoDesc.oxt | Bin .../optional/input/simpleLicense/NoLangNoDefault.oxt | Bin .../extensions/optional/input/simpleLicense/OnlyDefault.oxt | Bin .../optional/input/simpleLicense/ShortLicense.oxt | Bin .../optional/input/simpleLicense/ShortLicenseShared.oxt | Bin testautomation/extensions/optional/input/update/plain1.oxt | Bin testautomation/extensions/optional/input/update/plain2.oxt | Bin testautomation/extensions/optional/input/update/plain3.oxt | Bin testautomation/extensions/optional/input/versions/plain.oxt | Bin .../optional/input/versions/version_0.0/plain.oxt | Bin .../optional/input/versions/version_1.02.4.7.0/plain.oxt | Bin .../optional/input/versions/version_1.2.15.3/plain.oxt | Bin .../optional/input/versions/version_1.2.3/plain.oxt | Bin .../optional/input/versions/version_1.2.4.7/plain.oxt | Bin .../optional/input/versions/version_none/plain.oxt | Bin .../extensions/optional/input/web_update/web1.oxt | Bin .../extensions/optional/input/web_update/web2.oxt | Bin .../extensions/optional/input/web_update/web3.oxt | Bin .../extensions/optional/input/web_update/web4.oxt | Bin .../extensions/optional/input/web_update/web5.oxt | Bin .../extensions/optional/input/web_update/web6.oxt | Bin .../extensions/optional/input/web_update/web7.oxt | Bin .../framework/optional/input/CJK/FontSizeChanges_1.sxw | Bin testautomation/framework/optional/input/CJK/IndentsTest.sxw | Bin .../framework/optional/input/CJK/graphicInPage.sxw | Bin testautomation/framework/optional/input/CJK/gridtest.sxw | Bin testautomation/framework/optional/input/CJK/objectsTest.sxw | Bin testautomation/framework/optional/input/CJK/rubytest.sxw | Bin testautomation/framework/optional/input/CJK/sortTest.sxw | Bin testautomation/framework/optional/input/alldocs/fdlg.sxc | Bin testautomation/framework/optional/input/alldocs/fdlg.sxd | Bin testautomation/framework/optional/input/alldocs/fdlg.sxg | Bin testautomation/framework/optional/input/alldocs/fdlg.sxi | Bin testautomation/framework/optional/input/alldocs/fdlg.sxm | Bin testautomation/framework/optional/input/alldocs/fdlg.sxw | Bin .../optional/input/eventbinding/DialogComponent.odt | Bin .../optional/input/eventbinding/DialogComponent.oxt | Bin testautomation/framework/optional/input/gridcontrol.odt | Bin .../framework/optional/input/multiselect/01Cmulti.ods | Bin .../framework/optional/input/multiselect/01Wmulti.odt | Bin .../framework/optional/input/multiselect/02Cmulti.ods | Bin .../framework/optional/input/multiselect/02Wmulti.odt | Bin .../framework/optional/input/multiselect/03Cmulti.ods | Bin .../framework/optional/input/multiselect/03Wmulti.odt | Bin .../framework/optional/input/multiselect/04Cmulti.ods | Bin .../framework/optional/input/multiselect/04Wmulti.odt | Bin .../framework/optional/input/multiselect/05Cmulti.ods | Bin .../framework/optional/input/multiselect/05Wmulti.odt | Bin .../framework/optional/input/multiselect/06Cmulti.ods | Bin .../framework/optional/input/multiselect/06Wmulti.odt | Bin .../framework/optional/input/multiselect/07Cmulti.ods | Bin .../framework/optional/input/multiselect/07Wmulti.odt | Bin .../framework/optional/input/multiselect/08Cmulti.ods | Bin .../framework/optional/input/multiselect/08Wmulti.odt | Bin .../framework/optional/input/multiselect/09Cmulti.ods | Bin .../framework/optional/input/multiselect/09Wmulti.odt | Bin .../framework/optional/input/multiselect/10Cmulti.ods | Bin .../framework/optional/input/multiselect/10Wmulti.odt | Bin .../framework/optional/input/security/DigitalSignature.odf | Bin .../framework/optional/input/security/DigitalSignature.odg | Bin .../framework/optional/input/security/DigitalSignature.odp | Bin .../framework/optional/input/security/DigitalSignature.ods | Bin .../framework/optional/input/security/DigitalSignature.odt | Bin .../framework/optional/input/security/test_macro.odt | Bin .../framework/optional/input/security/test_macro.sxw | Bin testautomation/framework/required/input/10erTest_680.sxw | Bin testautomation/framework/required/input/mailmerge_data.odb | Bin testautomation/global/input/graf_inp/picture.svm | Bin testautomation/graphics/required/input/Blueprint.odg | Bin testautomation/graphics/required/input/FormatConnector.odg | Bin testautomation/graphics/required/input/FormatConnector.odp | Bin .../graphics/required/input/SaveAsPicture/SaveAsPicture.svm | Bin testautomation/graphics/required/input/allshapes.odp | Bin testautomation/graphics/required/input/allshapes2.odp | Bin testautomation/graphics/required/input/diashow.odp | Bin testautomation/graphics/required/input/effects.odp | Bin testautomation/graphics/required/input/engtext.odg | Bin testautomation/graphics/required/input/engtext.odp | Bin testautomation/graphics/required/input/export_graphic2.odp | Bin testautomation/graphics/required/input/export_graphic3.odg | Bin testautomation/graphics/required/input/export_graphic3.odp | Bin testautomation/graphics/required/input/graphicexport.odg | Bin testautomation/graphics/required/input/graphicexport.odp | Bin .../graphics/required/input/graphicexport_pdf.odg | Bin .../graphics/required/input/graphicexport_pdf.odp | Bin testautomation/graphics/required/input/gridtst.odg | Bin testautomation/graphics/required/input/gridtst.odp | Bin testautomation/graphics/required/input/gridtst.sxd | Bin testautomation/graphics/required/input/gridtst.sxi | Bin testautomation/graphics/required/input/leer.odg | Bin testautomation/graphics/required/input/leer.odp | Bin testautomation/graphics/required/input/oletest.odg | Bin .../graphics/required/input/outlinefromwriter.odt | Bin testautomation/graphics/required/input/recht_1.odg | Bin testautomation/graphics/required/input/recht_1.odp | Bin testautomation/graphics/required/input/recht_3.odg | Bin testautomation/graphics/required/input/recht_3.odp | Bin testautomation/graphics/required/input/recht_31.odg | Bin testautomation/graphics/required/input/recht_31.odp | Bin testautomation/graphics/required/input/recht_33.odg | Bin testautomation/graphics/required/input/recht_33.odp | Bin testautomation/graphics/required/input/recht_34.odg | Bin testautomation/graphics/required/input/recht_34.odp | Bin testautomation/graphics/required/input/recht_36.odg | Bin testautomation/graphics/required/input/recht_36.odp | Bin testautomation/graphics/required/input/recht_39.odg | Bin testautomation/graphics/required/input/recht_39.odp | Bin testautomation/graphics/required/input/recht_46.odg | Bin testautomation/graphics/required/input/recht_46.odp | Bin testautomation/graphics/required/input/recht_48.odg | Bin testautomation/graphics/required/input/recht_48.odp | Bin testautomation/graphics/required/input/recht_49.odg | Bin testautomation/graphics/required/input/recht_49.odp | Bin testautomation/graphics/required/input/recht_50.odg | Bin testautomation/graphics/required/input/recht_50.odp | Bin testautomation/graphics/required/input/recht_55.odg | Bin testautomation/graphics/required/input/recht_55.odp | Bin testautomation/graphics/required/input/recht_81.odg | Bin testautomation/graphics/required/input/recht_81.odp | Bin testautomation/graphics/required/input/rightfont.odg | Bin testautomation/graphics/required/input/rightfont.odp | Bin testautomation/graphics/required/input/rightfont1.odg | Bin testautomation/graphics/required/input/rightfont1.odp | Bin testautomation/graphics/required/input/rightfont33.odg | Bin testautomation/graphics/required/input/rightfont33.odp | Bin testautomation/graphics/required/input/rightfont34.odg | Bin testautomation/graphics/required/input/rightfont34.odp | Bin testautomation/graphics/required/input/rightfont36.odg | Bin testautomation/graphics/required/input/rightfont36.odp | Bin testautomation/graphics/required/input/rightfont39.odg | Bin testautomation/graphics/required/input/rightfont39.odp | Bin testautomation/graphics/required/input/rightfont46.odg | Bin testautomation/graphics/required/input/rightfont46.odp | Bin testautomation/graphics/required/input/rightfont48.odg | Bin testautomation/graphics/required/input/rightfont48.odp | Bin testautomation/graphics/required/input/rightfont49.odg | Bin testautomation/graphics/required/input/rightfont49.odp | Bin testautomation/graphics/required/input/rightfont50.odp | Bin testautomation/graphics/required/input/rightfont55.odg | Bin testautomation/graphics/required/input/rightfont55.odp | Bin testautomation/graphics/required/input/silben_1.odg | Bin testautomation/graphics/required/input/silben_1.odp | Bin testautomation/graphics/required/input/silben_31.odg | Bin testautomation/graphics/required/input/silben_31.odp | Bin testautomation/graphics/required/input/silben_31.sxd | Bin testautomation/graphics/required/input/silben_31.sxi | Bin testautomation/graphics/required/input/silben_33.odg | Bin testautomation/graphics/required/input/silben_33.odp | Bin testautomation/graphics/required/input/silben_34.odg | Bin testautomation/graphics/required/input/silben_34.odp | Bin testautomation/graphics/required/input/silben_36.odg | Bin testautomation/graphics/required/input/silben_36.odp | Bin testautomation/graphics/required/input/silben_39.odg | Bin testautomation/graphics/required/input/silben_39.odp | Bin testautomation/graphics/required/input/silben_46.odg | Bin testautomation/graphics/required/input/silben_46.odp | Bin testautomation/graphics/required/input/silben_48.odg | Bin testautomation/graphics/required/input/silben_48.odp | Bin testautomation/graphics/required/input/silben_49.odg | Bin testautomation/graphics/required/input/silben_49.odp | Bin testautomation/graphics/required/input/silben_50.odg | Bin testautomation/graphics/required/input/silben_50.odp | Bin testautomation/graphics/required/input/silben_55.odg | Bin testautomation/graphics/required/input/silben_55.odp | Bin testautomation/graphics/required/input/spellb_1.odg | Bin testautomation/graphics/required/input/spellb_1.odp | Bin testautomation/graphics/required/input/spellb_31.odg | Bin testautomation/graphics/required/input/spellb_31.odp | Bin testautomation/graphics/required/input/spellb_33.odg | Bin testautomation/graphics/required/input/spellb_33.odp | Bin testautomation/graphics/required/input/spellb_34.odg | Bin testautomation/graphics/required/input/spellb_34.odp | Bin testautomation/graphics/required/input/spellb_36.odg | Bin testautomation/graphics/required/input/spellb_36.odp | Bin testautomation/graphics/required/input/spellb_39.odg | Bin testautomation/graphics/required/input/spellb_39.odp | Bin testautomation/graphics/required/input/spellb_49.odg | Bin testautomation/graphics/required/input/spellb_49.odp | Bin testautomation/graphics/required/input/spellb_50.odg | Bin testautomation/graphics/required/input/spellb_50.odp | Bin testautomation/graphics/required/input/spellb_55.odg | Bin testautomation/graphics/required/input/spellb_55.odp | Bin testautomation/graphics/required/input/spellb_7.odg | Bin testautomation/graphics/required/input/spellb_7.odp | Bin testautomation/graphics/required/input/spellb_82.odg | Bin testautomation/graphics/required/input/spellb_82.odp | Bin testautomation/graphics/required/input/spellb_86.odg | Bin testautomation/graphics/required/input/spellb_86.odp | Bin testautomation/graphics/required/input/spellb_88.odg | Bin testautomation/graphics/required/input/spellb_88.odp | Bin testautomation/graphics/required/input/tbo_alf_.odg | Bin testautomation/graphics/required/input/tbo_alf_.odp | Bin testautomation/graphics/required/input/tchinese.odg | Bin testautomation/graphics/required/input/tchinese.odp | Bin testautomation/math/optional/input/101_1.sxm | Bin testautomation/math/optional/input/101_2.sxw | Bin testautomation/math/optional/input/filter/math.sxw | Bin testautomation/math/required/input/ShortLicense.oxt | Bin testautomation/math/required/input/unknown-dependency.oxt | Bin testautomation/spreadsheet/optional/input/datapilot.ods | Bin .../spreadsheet/optional/input/loadsave/bugdocs/1024.ods | Bin .../spreadsheet/optional/input/loadsave/sun/so7.sxc | Bin .../spreadsheet/optional/input/loadsave/sun/so8.ods | Bin .../spreadsheet/optional/input/loadsave/sun/so8tmpl.ots | Bin testautomation/spreadsheet/optional/input/namedrange.sxc | Bin testautomation/spreadsheet/optional/input/printrange.sxc | Bin .../spreadsheet/optional/input/printranges_3defined.ods | Bin testautomation/spreadsheet/optional/input/validity.ods | Bin .../spreadsheet/required/input/Database_Refresh.ods | Bin testautomation/spreadsheet/required/input/datapilot.ods | Bin testautomation/spreadsheet/required/input/english.ods | Bin testautomation/spreadsheet/required/input/korean.ods | Bin testautomation/spreadsheet/required/input/linkclient.ods | Bin testautomation/spreadsheet/required/input/linkserver.ods | Bin testautomation/spreadsheet/required/input/merge.ods | Bin .../spreadsheet/required/input/recentdocument.ods | Bin testautomation/spreadsheet/required/input/tEditObject.ods | Bin testautomation/spreadsheet/required/input/twoobjects.ods | Bin testautomation/spreadsheet/required/input/twosheets.ods | Bin testautomation/spreadsheet/tools/input/Errorcodes.ods | Bin testautomation/spreadsheet/tools/input/Functionnames.ods | Bin .../input/advanced/tToolsAutocorrectWordCompletion_4.sxw | Bin testautomation/writer/optional/input/clipboard/calc.sxc | Bin testautomation/writer/optional/input/clipboard/draw.sxd | Bin testautomation/writer/optional/input/clipboard/dummy.sxw | Bin testautomation/writer/optional/input/clipboard/writer.sxw | Bin testautomation/writer/optional/input/export/odt/export1.odt | Bin testautomation/writer/optional/input/export/odt/export2.odt | Bin testautomation/writer/optional/input/export/odt/export3.odt | Bin testautomation/writer/optional/input/export/odt/export4.odt | Bin testautomation/writer/optional/input/export/sxw/i50228.sxw | Bin testautomation/writer/optional/input/export/sxw/test3.sxw | Bin testautomation/writer/optional/input/fields/AboveBelow.sxw | Bin testautomation/writer/optional/input/fields/CombineTest.sxw | Bin testautomation/writer/optional/input/fields/Date.sxw | Bin testautomation/writer/optional/input/fields/Time.sxw | Bin testautomation/writer/optional/input/fields/chapterTest.sxw | Bin .../writer/optional/input/fields/fields_docinfos.sxw | Bin testautomation/writer/optional/input/fields/numberRange.sxw | Bin testautomation/writer/optional/input/fields/pageTest.sxw | Bin testautomation/writer/optional/input/fields/staticsTest.sxw | Bin .../writer/optional/input/fields/statisticsTest.sxw | Bin .../writer/optional/input/formatpage/pageLayout.sxw | Bin .../writer/optional/input/formatpage/testColumnInPage.sxw | Bin .../writer/optional/input/formatpage/testColumnInPage2.sxw | Bin .../writer/optional/input/formatpage/testColumnVertical.sxw | Bin .../optional/input/formatpage/testFooterContent31.sxw | Bin .../optional/input/formatpage/testFooterContent32.sxw | Bin .../writer/optional/input/formatpage/testForAutoFit.sxw | Bin .../optional/input/formatpage/testHeaderContent29.sxw | Bin .../optional/input/formatpage/testHeaderContent30.sxw | Bin .../writer/optional/input/formatpage/testSeparatorLine.sxw | Bin .../writer/optional/input/formatparagraph/DropCapsTest.sxw | Bin .../writer/optional/input/formatparagraph/TabsDecimal.sxw | Bin .../writer/optional/input/formatparagraph/TabsTest.sxw | Bin .../writer/optional/input/formatparagraph/alignmentTest.sxw | Bin .../input/formatparagraph/alignmentTestJustified.sxw | Bin .../formatparagraph/alignmentTestJustifiedCentered.sxw | Bin .../optional/input/formatparagraph/alignmentTestRight.sxw | Bin .../optional/input/formatparagraph/columnBreakParagraph.sxw | Bin .../input/formatparagraph/columnBreakParagraphAfter.sxw | Bin .../input/formatparagraph/columnBreakParagraphBefore.sxw | Bin .../optional/input/formatparagraph/eightLineAdd1Pic.sxw | Bin .../writer/optional/input/formatparagraph/eightline.sxw | Bin .../writer/optional/input/formatparagraph/hyphenation.sxw | Bin .../optional/input/formatparagraph/hyphenationNew.sxw | Bin .../writer/optional/input/formatparagraph/indent.sxw | Bin .../optional/input/formatparagraph/pageBreakAfter.sxw | Bin .../optional/input/formatparagraph/pageBreakBefore.sxw | Bin .../optional/input/formatparagraph/paragraphNumbering.sxw | Bin .../writer/optional/input/formatparagraph/registerTrue.sxw | Bin .../writer/optional/input/formatparagraph/spacing.sxw | Bin .../writer/optional/input/formatparagraph/spacing1.sxw | Bin .../optional/input/formatparagraph/specialHyphenation.sxw | Bin .../writer/optional/input/formatparagraph/testExpand.sxw | Bin .../optional/input/formatparagraph/textFlowOptions.sxw | Bin .../optional/input/formatparagraph/textFlowOptions1.sxw | Bin .../optional/input/hangulhanjaonversion/ChineseToKorean.sxw | Bin .../optional/input/hangulhanjaonversion/KoreanToChinese.sxw | Bin .../writer/optional/input/hangulhanjaonversion/Replace.sxw | Bin .../optional/input/hangulhanjaonversion/alwayIgnore.sxw | Bin .../optional/input/hangulhanjaonversion/alwaysReplace.sxw | Bin .../writer/optional/input/hangulhanjaonversion/drawBox.sxw | Bin .../writer/optional/input/hangulhanjaonversion/hangul.sxw | Bin .../optional/input/hangulhanjaonversion/multiLanguage_C.sxw | Bin .../optional/input/hangulhanjaonversion/multiLanguage_K.sxw | Bin .../optional/input/hangulhanjaonversion/multiSelection.sxw | Bin .../input/hangulhanjaonversion/noKoreanAndChinese.sxw | Bin .../input/hangulhanjaonversion/notConvertHangulHanja.sxw | Bin .../optional/input/hangulhanjaonversion/replaceAll.sxw | Bin .../writer/optional/input/hangulhanjaonversion/textBox.sxw | Bin .../writer/optional/input/hyphenation/tHyphenation.odt | Bin testautomation/writer/optional/input/import/dummy.sxw | Bin testautomation/writer/optional/input/import/sw60.sxw | Bin testautomation/writer/optional/input/import/xml2.odt | Bin testautomation/writer/optional/input/linguistik/001.odt | Bin testautomation/writer/optional/input/linguistik/003.odt | Bin testautomation/writer/optional/input/linguistik/007.odt | Bin testautomation/writer/optional/input/linguistik/031.odt | Bin testautomation/writer/optional/input/linguistik/033.odt | Bin testautomation/writer/optional/input/linguistik/034.odt | Bin testautomation/writer/optional/input/linguistik/036.odt | Bin testautomation/writer/optional/input/linguistik/039.odt | Bin testautomation/writer/optional/input/linguistik/045.odt | Bin testautomation/writer/optional/input/linguistik/046.odt | Bin testautomation/writer/optional/input/linguistik/048.odt | Bin testautomation/writer/optional/input/linguistik/049.odt | Bin testautomation/writer/optional/input/linguistik/050.odt | Bin testautomation/writer/optional/input/linguistik/055.odt | Bin testautomation/writer/optional/input/linguistik/sprache.odt | Bin testautomation/writer/optional/input/masterdoc/dok1.sxw | Bin testautomation/writer/optional/input/masterdoc/dok2.sxw | Bin testautomation/writer/optional/input/masterdoc/dok3.sxw | Bin testautomation/writer/optional/input/masterdoc/frame.sxg | Bin testautomation/writer/optional/input/masterdoc/htmltest.sxg | Bin .../optional/input/masterdoc/link_of_section_test.sxw | Bin testautomation/writer/optional/input/masterdoc/update1.sxg | Bin testautomation/writer/optional/input/masterdoc/update2.sxg | Bin testautomation/writer/optional/input/masterdoc/update3.sxg | Bin .../writer/optional/input/masterdoc/w_102a/st1_12.sxg | Bin .../writer/optional/input/masterdoc/w_102a/st1_121.sxw | Bin .../writer/optional/input/masterdoc/w_102a/st1_122.sxw | Bin .../writer/optional/input/masterdoc/w_102a/st1_123.sxw | Bin .../writer/optional/input/masterdoc/w_102a/st1_124.sxw | Bin .../writer/optional/input/masterdoc/w_102a/st1_125.sxw | Bin .../writer/optional/input/masterdoc/w_102a/st1_126.sxw | Bin .../writer/optional/input/masterdoc/w_102a/st1_127.sxw | Bin .../writer/optional/input/masterdoc/w_102a/st1_128.sxw | Bin .../writer/optional/input/masterdoc/w_102a/st1_129.sxw | Bin .../writer/optional/input/navigator/navigator.odt | Bin testautomation/writer/optional/input/number/numbering1.sxw | Bin testautomation/writer/optional/input/options/gridtst.sxw | Bin testautomation/writer/optional/input/options/gridtst2.sxw | Bin testautomation/writer/optional/input/options/options1.sxw | Bin testautomation/writer/optional/input/options/options2.sxw | Bin testautomation/writer/optional/input/options/options3.sxw | Bin testautomation/writer/optional/input/options/wtitertest.sxw | Bin .../writer/optional/input/redlining/tRedlining_15.sxw | Bin .../writer/optional/input/redlining/tRedlining_4.sxw | Bin .../writer/optional/input/regression/issuezilla/i64991.odt | Bin .../writer/optional/input/regression/issuezilla/i65094a.odt | Bin .../writer/optional/input/regression/issuezilla/i65094b.odt | Bin .../writer/optional/input/regression/issuezilla/i69521.odt | Bin testautomation/writer/optional/input/search/attrib.sxw | Bin testautomation/writer/optional/input/search/regu_aus.sxw | Bin .../writer/optional/input/search/style_characters_raw.sxw | Bin .../input/search/style_characters_styles_allone.sxw | Bin testautomation/writer/optional/input/search/such_u_e.sxw | Bin .../writer/optional/input/section/section_test.sxd | Bin .../writer/optional/input/section/tParagraphSection_1.sxw | Bin .../writer/optional/input/section/tScenarioSection_1.sxw | Bin .../writer/optional/input/section/tScenarioSection_2.sxw | Bin testautomation/writer/optional/input/sorting/phonelist.odt | Bin .../writer/optional/input/sorting/phonelist_sc.odt | Bin testautomation/writer/optional/input/sorting/sort1.odm | Bin testautomation/writer/optional/input/sorting/sort1.odt | Bin testautomation/writer/optional/input/sorting/sort2.odm | Bin testautomation/writer/optional/input/sorting/sort2.odt | Bin testautomation/writer/optional/input/sorting/sort3.odm | Bin testautomation/writer/optional/input/sorting/sort3.odt | Bin .../input/spellcheck/Language_Guessing_Sample_Texts.odt | Bin .../writer/optional/input/spellcheck/spellcheck_1.odt | Bin .../writer/optional/input/spellcheck/spellcheck_33.odt | Bin .../writer/optional/input/spellcheck/spellcheck_34.odt | Bin .../writer/optional/input/spellcheck/spellcheck_49.odt | Bin .../writer/optional/input/spellcheck/spellcheck_50.odt | Bin .../writer/optional/input/spellcheck/st1_2_01.odt | Bin .../writer/optional/input/spellcheck/st1_2_03.odt | Bin .../writer/optional/input/spellcheck/st1_2_07.odt | Bin .../writer/optional/input/spellcheck/st1_2_31.odt | Bin .../writer/optional/input/spellcheck/st1_2_33.odt | Bin .../writer/optional/input/spellcheck/st1_2_34.odt | Bin .../writer/optional/input/spellcheck/st1_2_36.odt | Bin .../writer/optional/input/spellcheck/st1_2_39.odt | Bin .../writer/optional/input/spellcheck/st1_2_45.odt | Bin .../writer/optional/input/spellcheck/st1_2_46.odt | Bin .../writer/optional/input/spellcheck/st1_2_48.odt | Bin .../writer/optional/input/spellcheck/st1_2_49.odt | Bin .../writer/optional/input/spellcheck/st1_2_50.odt | Bin .../writer/optional/input/spellcheck/st1_2_55.odt | Bin testautomation/writer/optional/input/st1_1.sxw | Bin testautomation/writer/optional/input/st1_13a.sxw | Bin testautomation/writer/optional/input/st1_13b.sxw | Bin testautomation/writer/optional/input/st1_14.sxw | Bin testautomation/writer/optional/input/st1_5.sxw | Bin testautomation/writer/optional/input/st1_7.sxw | Bin .../writer/optional/input/textframe/AnchorAsCharacter.sxw | Bin .../writer/optional/input/textframe/AnchorToCharacter.sxw | Bin .../writer/optional/input/textframe/AnchorToPage.sxw | Bin .../writer/optional/input/textframe/AnchorToParagraph.sxw | Bin testautomation/writer/optional/input/textframe/Footer.sxw | Bin testautomation/writer/optional/input/textframe/Header.sxw | Bin testautomation/writer/optional/input/textframe/after.sxw | Bin testautomation/writer/optional/input/textframe/before.sxw | Bin testautomation/writer/optional/input/textframe/frame.sxw | Bin .../writer/optional/input/textframe/frameInEndnote.sxw | Bin .../writer/optional/input/textframe/frameInFooter.sxw | Bin .../writer/optional/input/textframe/frameInFootnote.sxw | Bin .../writer/optional/input/textframe/frameInFrame.sxw | Bin .../writer/optional/input/textframe/frameInHeader.sxw | Bin .../writer/optional/input/textframe/frameInTable.sxw | Bin .../writer/optional/input/textframe/lineOfText.sxw | Bin .../writer/optional/input/textframe/pageColumn1.sxw | Bin .../writer/optional/input/textframe/pageColumn2.sxw | Bin .../writer/optional/input/textframe/pageParagraph.sxw | Bin testautomation/writer/optional/input/textframe/through.sxw | Bin testautomation/writer/optional/input/textframe/twopages.sxw | Bin testautomation/writer/optional/input/textframe/wrap.sxw | Bin .../writer/optional/input/verzeichnis/verzeichnis.sxw | Bin .../writer/optional/input/verzeichnis/verzeichnisse.sxw | Bin testautomation/writer/required/input/bt.sxw | Bin testautomation/writer/required/input/hangul.sxw | Bin testautomation/writer/required/input/htmltest.sxg | Bin testautomation/writer/required/input/htmltest.sxw | Bin testautomation/writer/required/input/linguistik/001.odt | Bin testautomation/writer/required/input/linguistik/003.odt | Bin testautomation/writer/required/input/linguistik/007.odt | Bin testautomation/writer/required/input/linguistik/031.odt | Bin testautomation/writer/required/input/linguistik/033.odt | Bin testautomation/writer/required/input/linguistik/034.odt | Bin testautomation/writer/required/input/linguistik/036.odt | Bin testautomation/writer/required/input/linguistik/039.odt | Bin testautomation/writer/required/input/linguistik/045.odt | Bin testautomation/writer/required/input/linguistik/046.odt | Bin testautomation/writer/required/input/linguistik/048.odt | Bin testautomation/writer/required/input/linguistik/049.odt | Bin testautomation/writer/required/input/linguistik/055.odt | Bin testautomation/writer/required/input/linguistik/sprache.odt | Bin testautomation/writer/required/input/st1_1.sxw | Bin testautomation/xml/optional/input/calc/ooo10/NatNumtest.sxc | Bin .../xml/optional/input/calc/ooo10/alien_attributes.sxc | Bin testautomation/xml/optional/input/calc/ooo10/feat906.sxc | Bin testautomation/xml/optional/input/calc/ooo10/japan.sxc | Bin testautomation/xml/optional/input/calc/ooo10/korean.sxc | Bin .../xml/optional/input/calc/ooo10/pagefields_datapilot1.sxc | Bin .../xml/optional/input/calc/ooo10/pagefields_datapilot2.sxc | Bin .../xml/optional/input/calc/ooo10/pagefields_datapilot3.sxc | Bin .../xml/optional/input/calc/ooo10/pagefields_datapilot4.sxc | Bin testautomation/xml/optional/input/calc/ooo10/simple_c.sxc | Bin testautomation/xml/optional/input/calc/ooo10/trad_c.sxc | Bin .../xml/optional/input/for_xhtml_export/Table-XHTML.odt | Bin .../xml/optional/input/for_xhtml_export/border.ods | Bin .../xml/optional/input/for_xhtml_export/bullets.sxw | Bin .../xml/optional/input/for_xhtml_export/p_in_h.odt | Bin .../optional/input/for_xhtml_export/presentation_xhtml.odp | Bin .../xml/optional/input/for_xhtml_export/span_split.odt | Bin testautomation/xml/optional/input/graphics/ooo10/alien.sxd | Bin testautomation/xml/optional/input/graphics/ooo10/alien.sxi | Bin testautomation/xml/optional/input/graphics/ooo10/chin.sxd | Bin testautomation/xml/optional/input/graphics/ooo10/chin.sxi | Bin testautomation/xml/optional/input/graphics/ooo10/japan.sxd | Bin testautomation/xml/optional/input/graphics/ooo10/japan.sxi | Bin testautomation/xml/optional/input/graphics/ooo10/korean.sxd | Bin testautomation/xml/optional/input/graphics/ooo10/korean.sxi | Bin .../xml/optional/input/graphics/ooo10/trad_chin.sxd | Bin .../xml/optional/input/graphics/ooo10/trad_chin.sxi | Bin testautomation/xml/optional/input/math/asian/jp_math.sxm | Bin testautomation/xml/optional/input/math/asian/ko_math.sxm | Bin testautomation/xml/optional/input/math/asian/zh_cn_math.sxm | Bin testautomation/xml/optional/input/math/asian/zh_tw_math.sxm | Bin testautomation/xml/optional/input/writer/feat1318.sxw | Bin testautomation/xml/optional/input/writer/feat476.sxw | Bin testautomation/xml/optional/input/writer/fiscus.sxw | Bin testautomation/xml/optional/input/writer/fiscus2.sxw | Bin testautomation/xml/optional/input/writer/jp_text.sxw | Bin testautomation/xml/optional/input/writer/ko_text.sxw | Bin testautomation/xml/optional/input/writer/zh_cn_text.sxw | Bin testautomation/xml/optional/input/writer/zh_tw_text.sxw | Bin .../alien_attributes/alien_attributes_presentation.odp | Bin .../input/graphics/header_footer/allheaderfooter_fixed.odp | Bin .../input/graphics/header_footer/noheaderfooter.odp | Bin .../input/graphics/header_footer/nomasterelements.odp | Bin .../graphics/header_footer/someheaderfooter_varible.odp | Bin 735 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 testautomation/chart2/optional/input/ods/2d_areas_normal.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/2d_areas_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/2d_areas_stacked.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/2d_bars_normal.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/2d_bars_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/2d_bars_stacked.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/2d_columns_lines_and_columns.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/2d_columns_lines_and_stacked_columns.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/2d_columns_normal.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/2d_columns_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/2d_columns_stacked.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/3d_lines_deep.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/3d_pies_normal.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/areas_deep.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/areas_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/areas_stacked.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_deep.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_horizontal_cones.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_horizontal_cones_deep.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_horizontal_cones_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_horizontal_pyramids.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_horizontal_pyramids_deep.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_horizontal_pyramids_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_horizontal_pyramids_stacked.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_horizontal_stacked_cones.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_normal.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_stacked.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_tube.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_tubes_deep.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_tubes_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/bars_tubes_stacked.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_cones.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_cones_deep.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_cones_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_cones_stacked.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_cylinder.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_cylinder_deep.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_cylinder_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_cylinder_stacked.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_deep.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_normal.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_pyramids.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_pyramids_deep.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_pyramids_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_pyramids_stacked.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/columns_stacked.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/lines_b-spline.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/lines_b-spline_with_symbols.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/lines_cubic_spline.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/lines_cubic_spline_with_symbols.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/lines_normal.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/lines_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/lines_percent_with_symbols.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/lines_stacked.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/lines_stacked_with_symbols.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/lines_symbols.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/net_normal.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/net_percent.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/net_percent_with_symbols.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/net_stacked.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/net_stacked_with_symbols.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/net_symbols.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/pies_normal.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/pies_offset1.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/pies_offset2.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/pies_rings.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/stockchart_type1.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/stockchart_type2.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/stockchart_type3.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/stockchart_type4.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/xy_chart_b-spline.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/xy_chart_b-spline_with_symbols.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/xy_chart_cubic_spline.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/xy_chart_cubic_spline_with_symbols.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/xy_chart_lines_only.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/xy_chart_lines_with_symbols.ods mode change 100755 => 100644 testautomation/chart2/optional/input/ods/xy_chart_symbols_only.ods mode change 100755 => 100644 testautomation/chart2/optional/input/randomData.ods mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/2d_areas_normal.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/2d_areas_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/2d_areas_stacked.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/2d_bars_normal.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/2d_bars_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/2d_bars_stacked.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/2d_columns_lines_and_columns.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/2d_columns_lines_and_stacked_columns.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/2d_columns_normal.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/2d_columns_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/2d_columns_stacked.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/3d_lines_deep.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/3d_pies_normal.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/areas_deep.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/areas_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/areas_stacked.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_deep.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_horizontal_cones.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_horizontal_cones_deep.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_horizontal_cones_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_horizontal_pyramids.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_horizontal_pyramids_deep.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_horizontal_pyramids_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_horizontal_pyramids_stacked.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_horizontal_stacked_cones.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_normal.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_stacked.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_tube.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_tubes_deep.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_tubes_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/bars_tubes_stacked.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_cones.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_cones_deep.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_cones_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_cones_stacked.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_cylinder.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_cylinder_deep.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_cylinder_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_cylinder_stacked.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_deep.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_normal.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_pyramids.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_pyramids_deep.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_pyramids_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_pyramids_stacked.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/columns_stacked.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/lines_b-spline.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/lines_b-spline_with_symbols.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/lines_cubic_spline.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/lines_cubic_spline_with_symbols.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/lines_normal.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/lines_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/lines_percent_with_symbols.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/lines_stacked.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/lines_stacked_with_symbols.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/lines_symbols.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/net_normal.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/net_percent.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/net_percent_with_symbols.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/net_stacked.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/net_stacked_with_symbols.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/net_symbols.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/pies_normal.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/pies_offset1.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/pies_offset2.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/pies_rings.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/stockchart_type1.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/stockchart_type2.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/stockchart_type3.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/stockchart_type4.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/xy_chart_b-spline.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/xy_chart_b-spline_with_symbols.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/xy_chart_cubic_spline.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/xy_chart_cubic_spline_with_symbols.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/xy_chart_lines_only.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/xy_chart_lines_with_symbols.sxc mode change 100755 => 100644 testautomation/chart2/optional/input/sxc/xy_chart_symbols_only.sxc mode change 100755 => 100644 testautomation/chart2/required/input/basetable.sxc mode change 100755 => 100644 testautomation/chart2/required/input/ch_flexrange01.ods mode change 100755 => 100644 testautomation/chart2/required/input/ch_flexrange02.ods mode change 100755 => 100644 testautomation/chart2/required/input/ch_flexrange03.ods mode change 100755 => 100644 testautomation/chart2/required/input/ch_flexrange04.ods mode change 100755 => 100644 testautomation/chart2/required/input/ch_flexrange05.odt mode change 100755 => 100644 testautomation/chart2/required/input/ch_flexrange06.odt mode change 100755 => 100644 testautomation/chart2/required/input/ch_flexrange07.odt mode change 100755 => 100644 testautomation/chart2/required/input/ch_flexrange08.odt mode change 100755 => 100644 testautomation/chart2/required/input/spreadsheetFile.ods mode change 100755 => 100644 testautomation/chart2/required/input/verySimpleChart.ods mode change 100755 => 100644 testautomation/dbaccess/optional/input/TT_All_Controls.odt mode change 100755 => 100644 testautomation/dbaccess/optional/input/TT_Form_Filter.odt mode change 100755 => 100644 testautomation/dbaccess/optional/input/hsql_datasource/TT_hsqldb.odb mode change 100755 => 100644 testautomation/dbaccess/optional/input/hsql_datasource/TT_hsqldb_2.0.0.odb mode change 100755 => 100644 testautomation/dbaccess/optional/input/spreadsheet_datasource/TT_Query1.ods mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/broken-dependency.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/double-dependencies.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/empty-dependencies.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/funny-dependency.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/license-dependency.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/many-dependencies.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/no-dependencies.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/no-description.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/unknown-dependency.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/version10000.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/version21.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/version21ns.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/version21other.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/version25.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/versionempty.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/versionnone.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/display_name/name1.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/display_name/name2.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/display_name/name3.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/display_name/name4.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/display_name/name5.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/errors/i77436-extension.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/errors/lowercasemetainf.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/eventbinding/DialogComponent.odt mode change 100755 => 100644 testautomation/extensions/optional/input/eventbinding/DialogComponent.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/extensible_help/extensible_help_en.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/extensible_help/extensible_help_en_de.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/extensions/TaskPaneComponent/TaskPaneComponent.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/identifier/explicit/identifier.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/identifier/legacy/identifier.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/options/leaf1.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/options/leaf2.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/options/leaves1.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/options/leaves2.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/options/leaves3.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/options/modules1.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/options/modules2.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/options/nodes1.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/options/nodes2.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/options/nodes3.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/options/nodes4.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/options/nodes5.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/path_to_extension/LocationTest.odt mode change 100755 => 100644 testautomation/extensions/optional/input/path_to_extension/locationtest.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/all1.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/all2.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/all3.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/freebsd_x86.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/freebsd_x86_64.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/invalid1.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/invalid2.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/invalid3.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/linux_arm_eabi.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/linux_arm_oabi.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/linux_ia64.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/linux_mips_eb.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/linux_mips_el.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/linux_powerpc.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/linux_powerpc64.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/linux_s390.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/linux_s390x.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/linux_sparc.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/linux_x86.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/linux_x86_64.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/macosx_powerpc.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/macosx_x86.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/mul1.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/os2_x86.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/solaris_sparc.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/solaris_x86.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/platform/windows_x86.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/publisher/pub1.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/publisher/pub2.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/publisher/pub3.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/publisher/pub4.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/publisher/pub5.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/publisher/pub6.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/publisher/pub7.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/BadDesc.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/BadNamespace.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/BadRoot.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/CancelLicense.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/IncompAttr1.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/IncompAttr2.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/LongLic.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/MissingLic.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/MissingLicRef.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/NoDesc.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/NoLangNoDefault.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/OnlyDefault.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/ShortLicense.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/simpleLicense/ShortLicenseShared.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/update/plain1.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/update/plain2.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/update/plain3.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/versions/plain.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/versions/version_0.0/plain.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/versions/version_1.02.4.7.0/plain.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/versions/version_1.2.15.3/plain.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/versions/version_1.2.3/plain.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/versions/version_1.2.4.7/plain.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/versions/version_none/plain.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/web_update/web1.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/web_update/web2.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/web_update/web3.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/web_update/web4.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/web_update/web5.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/web_update/web6.oxt mode change 100755 => 100644 testautomation/extensions/optional/input/web_update/web7.oxt mode change 100755 => 100644 testautomation/framework/optional/input/CJK/FontSizeChanges_1.sxw mode change 100755 => 100644 testautomation/framework/optional/input/CJK/IndentsTest.sxw mode change 100755 => 100644 testautomation/framework/optional/input/CJK/graphicInPage.sxw mode change 100755 => 100644 testautomation/framework/optional/input/CJK/gridtest.sxw mode change 100755 => 100644 testautomation/framework/optional/input/CJK/objectsTest.sxw mode change 100755 => 100644 testautomation/framework/optional/input/CJK/rubytest.sxw mode change 100755 => 100644 testautomation/framework/optional/input/CJK/sortTest.sxw mode change 100755 => 100644 testautomation/framework/optional/input/alldocs/fdlg.sxc mode change 100755 => 100644 testautomation/framework/optional/input/alldocs/fdlg.sxd mode change 100755 => 100644 testautomation/framework/optional/input/alldocs/fdlg.sxg mode change 100755 => 100644 testautomation/framework/optional/input/alldocs/fdlg.sxi mode change 100755 => 100644 testautomation/framework/optional/input/alldocs/fdlg.sxm mode change 100755 => 100644 testautomation/framework/optional/input/alldocs/fdlg.sxw mode change 100755 => 100644 testautomation/framework/optional/input/eventbinding/DialogComponent.odt mode change 100755 => 100644 testautomation/framework/optional/input/eventbinding/DialogComponent.oxt mode change 100755 => 100644 testautomation/framework/optional/input/gridcontrol.odt mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/01Cmulti.ods mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/01Wmulti.odt mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/02Cmulti.ods mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/02Wmulti.odt mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/03Cmulti.ods mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/03Wmulti.odt mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/04Cmulti.ods mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/04Wmulti.odt mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/05Cmulti.ods mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/05Wmulti.odt mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/06Cmulti.ods mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/06Wmulti.odt mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/07Cmulti.ods mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/07Wmulti.odt mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/08Cmulti.ods mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/08Wmulti.odt mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/09Cmulti.ods mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/09Wmulti.odt mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/10Cmulti.ods mode change 100755 => 100644 testautomation/framework/optional/input/multiselect/10Wmulti.odt mode change 100755 => 100644 testautomation/framework/optional/input/security/DigitalSignature.odf mode change 100755 => 100644 testautomation/framework/optional/input/security/DigitalSignature.odg mode change 100755 => 100644 testautomation/framework/optional/input/security/DigitalSignature.odp mode change 100755 => 100644 testautomation/framework/optional/input/security/DigitalSignature.ods mode change 100755 => 100644 testautomation/framework/optional/input/security/DigitalSignature.odt mode change 100755 => 100644 testautomation/framework/optional/input/security/test_macro.odt mode change 100755 => 100644 testautomation/framework/optional/input/security/test_macro.sxw mode change 100755 => 100644 testautomation/framework/required/input/10erTest_680.sxw mode change 100755 => 100644 testautomation/framework/required/input/mailmerge_data.odb mode change 100755 => 100644 testautomation/global/input/graf_inp/picture.svm mode change 100755 => 100644 testautomation/graphics/required/input/Blueprint.odg mode change 100755 => 100644 testautomation/graphics/required/input/FormatConnector.odg mode change 100755 => 100644 testautomation/graphics/required/input/FormatConnector.odp mode change 100755 => 100644 testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.svm mode change 100755 => 100644 testautomation/graphics/required/input/allshapes.odp mode change 100755 => 100644 testautomation/graphics/required/input/allshapes2.odp mode change 100755 => 100644 testautomation/graphics/required/input/diashow.odp mode change 100755 => 100644 testautomation/graphics/required/input/effects.odp mode change 100755 => 100644 testautomation/graphics/required/input/engtext.odg mode change 100755 => 100644 testautomation/graphics/required/input/engtext.odp mode change 100755 => 100644 testautomation/graphics/required/input/export_graphic2.odp mode change 100755 => 100644 testautomation/graphics/required/input/export_graphic3.odg mode change 100755 => 100644 testautomation/graphics/required/input/export_graphic3.odp mode change 100755 => 100644 testautomation/graphics/required/input/graphicexport.odg mode change 100755 => 100644 testautomation/graphics/required/input/graphicexport.odp mode change 100755 => 100644 testautomation/graphics/required/input/graphicexport_pdf.odg mode change 100755 => 100644 testautomation/graphics/required/input/graphicexport_pdf.odp mode change 100755 => 100644 testautomation/graphics/required/input/gridtst.odg mode change 100755 => 100644 testautomation/graphics/required/input/gridtst.odp mode change 100755 => 100644 testautomation/graphics/required/input/gridtst.sxd mode change 100755 => 100644 testautomation/graphics/required/input/gridtst.sxi mode change 100755 => 100644 testautomation/graphics/required/input/leer.odg mode change 100755 => 100644 testautomation/graphics/required/input/leer.odp mode change 100755 => 100644 testautomation/graphics/required/input/oletest.odg mode change 100755 => 100644 testautomation/graphics/required/input/outlinefromwriter.odt mode change 100755 => 100644 testautomation/graphics/required/input/recht_1.odg mode change 100755 => 100644 testautomation/graphics/required/input/recht_1.odp mode change 100755 => 100644 testautomation/graphics/required/input/recht_3.odg mode change 100755 => 100644 testautomation/graphics/required/input/recht_3.odp mode change 100755 => 100644 testautomation/graphics/required/input/recht_31.odg mode change 100755 => 100644 testautomation/graphics/required/input/recht_31.odp mode change 100755 => 100644 testautomation/graphics/required/input/recht_33.odg mode change 100755 => 100644 testautomation/graphics/required/input/recht_33.odp mode change 100755 => 100644 testautomation/graphics/required/input/recht_34.odg mode change 100755 => 100644 testautomation/graphics/required/input/recht_34.odp mode change 100755 => 100644 testautomation/graphics/required/input/recht_36.odg mode change 100755 => 100644 testautomation/graphics/required/input/recht_36.odp mode change 100755 => 100644 testautomation/graphics/required/input/recht_39.odg mode change 100755 => 100644 testautomation/graphics/required/input/recht_39.odp mode change 100755 => 100644 testautomation/graphics/required/input/recht_46.odg mode change 100755 => 100644 testautomation/graphics/required/input/recht_46.odp mode change 100755 => 100644 testautomation/graphics/required/input/recht_48.odg mode change 100755 => 100644 testautomation/graphics/required/input/recht_48.odp mode change 100755 => 100644 testautomation/graphics/required/input/recht_49.odg mode change 100755 => 100644 testautomation/graphics/required/input/recht_49.odp mode change 100755 => 100644 testautomation/graphics/required/input/recht_50.odg mode change 100755 => 100644 testautomation/graphics/required/input/recht_50.odp mode change 100755 => 100644 testautomation/graphics/required/input/recht_55.odg mode change 100755 => 100644 testautomation/graphics/required/input/recht_55.odp mode change 100755 => 100644 testautomation/graphics/required/input/recht_81.odg mode change 100755 => 100644 testautomation/graphics/required/input/recht_81.odp mode change 100755 => 100644 testautomation/graphics/required/input/rightfont.odg mode change 100755 => 100644 testautomation/graphics/required/input/rightfont.odp mode change 100755 => 100644 testautomation/graphics/required/input/rightfont1.odg mode change 100755 => 100644 testautomation/graphics/required/input/rightfont1.odp mode change 100755 => 100644 testautomation/graphics/required/input/rightfont33.odg mode change 100755 => 100644 testautomation/graphics/required/input/rightfont33.odp mode change 100755 => 100644 testautomation/graphics/required/input/rightfont34.odg mode change 100755 => 100644 testautomation/graphics/required/input/rightfont34.odp mode change 100755 => 100644 testautomation/graphics/required/input/rightfont36.odg mode change 100755 => 100644 testautomation/graphics/required/input/rightfont36.odp mode change 100755 => 100644 testautomation/graphics/required/input/rightfont39.odg mode change 100755 => 100644 testautomation/graphics/required/input/rightfont39.odp mode change 100755 => 100644 testautomation/graphics/required/input/rightfont46.odg mode change 100755 => 100644 testautomation/graphics/required/input/rightfont46.odp mode change 100755 => 100644 testautomation/graphics/required/input/rightfont48.odg mode change 100755 => 100644 testautomation/graphics/required/input/rightfont48.odp mode change 100755 => 100644 testautomation/graphics/required/input/rightfont49.odg mode change 100755 => 100644 testautomation/graphics/required/input/rightfont49.odp mode change 100755 => 100644 testautomation/graphics/required/input/rightfont50.odp mode change 100755 => 100644 testautomation/graphics/required/input/rightfont55.odg mode change 100755 => 100644 testautomation/graphics/required/input/rightfont55.odp mode change 100755 => 100644 testautomation/graphics/required/input/silben_1.odg mode change 100755 => 100644 testautomation/graphics/required/input/silben_1.odp mode change 100755 => 100644 testautomation/graphics/required/input/silben_31.odg mode change 100755 => 100644 testautomation/graphics/required/input/silben_31.odp mode change 100755 => 100644 testautomation/graphics/required/input/silben_31.sxd mode change 100755 => 100644 testautomation/graphics/required/input/silben_31.sxi mode change 100755 => 100644 testautomation/graphics/required/input/silben_33.odg mode change 100755 => 100644 testautomation/graphics/required/input/silben_33.odp mode change 100755 => 100644 testautomation/graphics/required/input/silben_34.odg mode change 100755 => 100644 testautomation/graphics/required/input/silben_34.odp mode change 100755 => 100644 testautomation/graphics/required/input/silben_36.odg mode change 100755 => 100644 testautomation/graphics/required/input/silben_36.odp mode change 100755 => 100644 testautomation/graphics/required/input/silben_39.odg mode change 100755 => 100644 testautomation/graphics/required/input/silben_39.odp mode change 100755 => 100644 testautomation/graphics/required/input/silben_46.odg mode change 100755 => 100644 testautomation/graphics/required/input/silben_46.odp mode change 100755 => 100644 testautomation/graphics/required/input/silben_48.odg mode change 100755 => 100644 testautomation/graphics/required/input/silben_48.odp mode change 100755 => 100644 testautomation/graphics/required/input/silben_49.odg mode change 100755 => 100644 testautomation/graphics/required/input/silben_49.odp mode change 100755 => 100644 testautomation/graphics/required/input/silben_50.odg mode change 100755 => 100644 testautomation/graphics/required/input/silben_50.odp mode change 100755 => 100644 testautomation/graphics/required/input/silben_55.odg mode change 100755 => 100644 testautomation/graphics/required/input/silben_55.odp mode change 100755 => 100644 testautomation/graphics/required/input/spellb_1.odg mode change 100755 => 100644 testautomation/graphics/required/input/spellb_1.odp mode change 100755 => 100644 testautomation/graphics/required/input/spellb_31.odg mode change 100755 => 100644 testautomation/graphics/required/input/spellb_31.odp mode change 100755 => 100644 testautomation/graphics/required/input/spellb_33.odg mode change 100755 => 100644 testautomation/graphics/required/input/spellb_33.odp mode change 100755 => 100644 testautomation/graphics/required/input/spellb_34.odg mode change 100755 => 100644 testautomation/graphics/required/input/spellb_34.odp mode change 100755 => 100644 testautomation/graphics/required/input/spellb_36.odg mode change 100755 => 100644 testautomation/graphics/required/input/spellb_36.odp mode change 100755 => 100644 testautomation/graphics/required/input/spellb_39.odg mode change 100755 => 100644 testautomation/graphics/required/input/spellb_39.odp mode change 100755 => 100644 testautomation/graphics/required/input/spellb_49.odg mode change 100755 => 100644 testautomation/graphics/required/input/spellb_49.odp mode change 100755 => 100644 testautomation/graphics/required/input/spellb_50.odg mode change 100755 => 100644 testautomation/graphics/required/input/spellb_50.odp mode change 100755 => 100644 testautomation/graphics/required/input/spellb_55.odg mode change 100755 => 100644 testautomation/graphics/required/input/spellb_55.odp mode change 100755 => 100644 testautomation/graphics/required/input/spellb_7.odg mode change 100755 => 100644 testautomation/graphics/required/input/spellb_7.odp mode change 100755 => 100644 testautomation/graphics/required/input/spellb_82.odg mode change 100755 => 100644 testautomation/graphics/required/input/spellb_82.odp mode change 100755 => 100644 testautomation/graphics/required/input/spellb_86.odg mode change 100755 => 100644 testautomation/graphics/required/input/spellb_86.odp mode change 100755 => 100644 testautomation/graphics/required/input/spellb_88.odg mode change 100755 => 100644 testautomation/graphics/required/input/spellb_88.odp mode change 100755 => 100644 testautomation/graphics/required/input/tbo_alf_.odg mode change 100755 => 100644 testautomation/graphics/required/input/tbo_alf_.odp mode change 100755 => 100644 testautomation/graphics/required/input/tchinese.odg mode change 100755 => 100644 testautomation/graphics/required/input/tchinese.odp mode change 100755 => 100644 testautomation/math/optional/input/101_1.sxm mode change 100755 => 100644 testautomation/math/optional/input/101_2.sxw mode change 100755 => 100644 testautomation/math/optional/input/filter/math.sxw mode change 100755 => 100644 testautomation/math/required/input/ShortLicense.oxt mode change 100755 => 100644 testautomation/math/required/input/unknown-dependency.oxt mode change 100755 => 100644 testautomation/spreadsheet/optional/input/datapilot.ods mode change 100755 => 100644 testautomation/spreadsheet/optional/input/loadsave/bugdocs/1024.ods mode change 100755 => 100644 testautomation/spreadsheet/optional/input/loadsave/sun/so7.sxc mode change 100755 => 100644 testautomation/spreadsheet/optional/input/loadsave/sun/so8.ods mode change 100755 => 100644 testautomation/spreadsheet/optional/input/loadsave/sun/so8tmpl.ots mode change 100755 => 100644 testautomation/spreadsheet/optional/input/namedrange.sxc mode change 100755 => 100644 testautomation/spreadsheet/optional/input/printrange.sxc mode change 100755 => 100644 testautomation/spreadsheet/optional/input/printranges_3defined.ods mode change 100755 => 100644 testautomation/spreadsheet/optional/input/validity.ods mode change 100755 => 100644 testautomation/spreadsheet/required/input/Database_Refresh.ods mode change 100755 => 100644 testautomation/spreadsheet/required/input/datapilot.ods mode change 100755 => 100644 testautomation/spreadsheet/required/input/english.ods mode change 100755 => 100644 testautomation/spreadsheet/required/input/korean.ods mode change 100755 => 100644 testautomation/spreadsheet/required/input/linkclient.ods mode change 100755 => 100644 testautomation/spreadsheet/required/input/linkserver.ods mode change 100755 => 100644 testautomation/spreadsheet/required/input/merge.ods mode change 100755 => 100644 testautomation/spreadsheet/required/input/recentdocument.ods mode change 100755 => 100644 testautomation/spreadsheet/required/input/tEditObject.ods mode change 100755 => 100644 testautomation/spreadsheet/required/input/twoobjects.ods mode change 100755 => 100644 testautomation/spreadsheet/required/input/twosheets.ods mode change 100755 => 100644 testautomation/spreadsheet/tools/input/Errorcodes.ods mode change 100755 => 100644 testautomation/spreadsheet/tools/input/Functionnames.ods mode change 100755 => 100644 testautomation/writer/optional/input/advanced/tToolsAutocorrectWordCompletion_4.sxw mode change 100755 => 100644 testautomation/writer/optional/input/clipboard/calc.sxc mode change 100755 => 100644 testautomation/writer/optional/input/clipboard/draw.sxd mode change 100755 => 100644 testautomation/writer/optional/input/clipboard/dummy.sxw mode change 100755 => 100644 testautomation/writer/optional/input/clipboard/writer.sxw mode change 100755 => 100644 testautomation/writer/optional/input/export/odt/export1.odt mode change 100755 => 100644 testautomation/writer/optional/input/export/odt/export2.odt mode change 100755 => 100644 testautomation/writer/optional/input/export/odt/export3.odt mode change 100755 => 100644 testautomation/writer/optional/input/export/odt/export4.odt mode change 100755 => 100644 testautomation/writer/optional/input/export/sxw/i50228.sxw mode change 100755 => 100644 testautomation/writer/optional/input/export/sxw/test3.sxw mode change 100755 => 100644 testautomation/writer/optional/input/fields/AboveBelow.sxw mode change 100755 => 100644 testautomation/writer/optional/input/fields/CombineTest.sxw mode change 100755 => 100644 testautomation/writer/optional/input/fields/Date.sxw mode change 100755 => 100644 testautomation/writer/optional/input/fields/Time.sxw mode change 100755 => 100644 testautomation/writer/optional/input/fields/chapterTest.sxw mode change 100755 => 100644 testautomation/writer/optional/input/fields/fields_docinfos.sxw mode change 100755 => 100644 testautomation/writer/optional/input/fields/numberRange.sxw mode change 100755 => 100644 testautomation/writer/optional/input/fields/pageTest.sxw mode change 100755 => 100644 testautomation/writer/optional/input/fields/staticsTest.sxw mode change 100755 => 100644 testautomation/writer/optional/input/fields/statisticsTest.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatpage/pageLayout.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatpage/testColumnInPage.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatpage/testColumnInPage2.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatpage/testColumnVertical.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatpage/testFooterContent31.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatpage/testFooterContent32.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatpage/testForAutoFit.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatpage/testHeaderContent29.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatpage/testHeaderContent30.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatpage/testSeparatorLine.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/DropCapsTest.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/TabsDecimal.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/TabsTest.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/alignmentTest.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/alignmentTestJustified.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/alignmentTestJustifiedCentered.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/alignmentTestRight.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/columnBreakParagraph.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/columnBreakParagraphAfter.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/columnBreakParagraphBefore.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/eightLineAdd1Pic.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/eightline.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/hyphenation.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/hyphenationNew.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/indent.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/pageBreakAfter.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/pageBreakBefore.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/paragraphNumbering.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/registerTrue.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/spacing.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/spacing1.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/specialHyphenation.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/testExpand.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/textFlowOptions.sxw mode change 100755 => 100644 testautomation/writer/optional/input/formatparagraph/textFlowOptions1.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/ChineseToKorean.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/KoreanToChinese.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/Replace.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/alwayIgnore.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/alwaysReplace.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/drawBox.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/hangul.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/multiLanguage_C.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/multiLanguage_K.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/multiSelection.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/noKoreanAndChinese.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/notConvertHangulHanja.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/replaceAll.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hangulhanjaonversion/textBox.sxw mode change 100755 => 100644 testautomation/writer/optional/input/hyphenation/tHyphenation.odt mode change 100755 => 100644 testautomation/writer/optional/input/import/dummy.sxw mode change 100755 => 100644 testautomation/writer/optional/input/import/sw60.sxw mode change 100755 => 100644 testautomation/writer/optional/input/import/xml2.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/001.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/003.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/007.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/031.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/033.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/034.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/036.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/039.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/045.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/046.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/048.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/049.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/050.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/055.odt mode change 100755 => 100644 testautomation/writer/optional/input/linguistik/sprache.odt mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/dok1.sxw mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/dok2.sxw mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/dok3.sxw mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/frame.sxg mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/htmltest.sxg mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/link_of_section_test.sxw mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/update1.sxg mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/update2.sxg mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/update3.sxg mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/w_102a/st1_12.sxg mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/w_102a/st1_121.sxw mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/w_102a/st1_122.sxw mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/w_102a/st1_123.sxw mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/w_102a/st1_124.sxw mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/w_102a/st1_125.sxw mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/w_102a/st1_126.sxw mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/w_102a/st1_127.sxw mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/w_102a/st1_128.sxw mode change 100755 => 100644 testautomation/writer/optional/input/masterdoc/w_102a/st1_129.sxw mode change 100755 => 100644 testautomation/writer/optional/input/navigator/navigator.odt mode change 100755 => 100644 testautomation/writer/optional/input/number/numbering1.sxw mode change 100755 => 100644 testautomation/writer/optional/input/options/gridtst.sxw mode change 100755 => 100644 testautomation/writer/optional/input/options/gridtst2.sxw mode change 100755 => 100644 testautomation/writer/optional/input/options/options1.sxw mode change 100755 => 100644 testautomation/writer/optional/input/options/options2.sxw mode change 100755 => 100644 testautomation/writer/optional/input/options/options3.sxw mode change 100755 => 100644 testautomation/writer/optional/input/options/wtitertest.sxw mode change 100755 => 100644 testautomation/writer/optional/input/redlining/tRedlining_15.sxw mode change 100755 => 100644 testautomation/writer/optional/input/redlining/tRedlining_4.sxw mode change 100755 => 100644 testautomation/writer/optional/input/regression/issuezilla/i64991.odt mode change 100755 => 100644 testautomation/writer/optional/input/regression/issuezilla/i65094a.odt mode change 100755 => 100644 testautomation/writer/optional/input/regression/issuezilla/i65094b.odt mode change 100755 => 100644 testautomation/writer/optional/input/regression/issuezilla/i69521.odt mode change 100755 => 100644 testautomation/writer/optional/input/search/attrib.sxw mode change 100755 => 100644 testautomation/writer/optional/input/search/regu_aus.sxw mode change 100755 => 100644 testautomation/writer/optional/input/search/style_characters_raw.sxw mode change 100755 => 100644 testautomation/writer/optional/input/search/style_characters_styles_allone.sxw mode change 100755 => 100644 testautomation/writer/optional/input/search/such_u_e.sxw mode change 100755 => 100644 testautomation/writer/optional/input/section/section_test.sxd mode change 100755 => 100644 testautomation/writer/optional/input/section/tParagraphSection_1.sxw mode change 100755 => 100644 testautomation/writer/optional/input/section/tScenarioSection_1.sxw mode change 100755 => 100644 testautomation/writer/optional/input/section/tScenarioSection_2.sxw mode change 100755 => 100644 testautomation/writer/optional/input/sorting/phonelist.odt mode change 100755 => 100644 testautomation/writer/optional/input/sorting/phonelist_sc.odt mode change 100755 => 100644 testautomation/writer/optional/input/sorting/sort1.odm mode change 100755 => 100644 testautomation/writer/optional/input/sorting/sort1.odt mode change 100755 => 100644 testautomation/writer/optional/input/sorting/sort2.odm mode change 100755 => 100644 testautomation/writer/optional/input/sorting/sort2.odt mode change 100755 => 100644 testautomation/writer/optional/input/sorting/sort3.odm mode change 100755 => 100644 testautomation/writer/optional/input/sorting/sort3.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/Language_Guessing_Sample_Texts.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/spellcheck_1.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/spellcheck_33.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/spellcheck_34.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/spellcheck_49.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/spellcheck_50.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_01.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_03.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_07.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_31.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_33.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_34.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_36.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_39.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_45.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_46.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_48.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_49.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_50.odt mode change 100755 => 100644 testautomation/writer/optional/input/spellcheck/st1_2_55.odt mode change 100755 => 100644 testautomation/writer/optional/input/st1_1.sxw mode change 100755 => 100644 testautomation/writer/optional/input/st1_13a.sxw mode change 100755 => 100644 testautomation/writer/optional/input/st1_13b.sxw mode change 100755 => 100644 testautomation/writer/optional/input/st1_14.sxw mode change 100755 => 100644 testautomation/writer/optional/input/st1_5.sxw mode change 100755 => 100644 testautomation/writer/optional/input/st1_7.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/AnchorAsCharacter.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/AnchorToCharacter.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/AnchorToPage.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/AnchorToParagraph.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/Footer.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/Header.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/after.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/before.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/frame.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/frameInEndnote.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/frameInFooter.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/frameInFootnote.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/frameInFrame.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/frameInHeader.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/frameInTable.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/lineOfText.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/pageColumn1.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/pageColumn2.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/pageParagraph.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/through.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/twopages.sxw mode change 100755 => 100644 testautomation/writer/optional/input/textframe/wrap.sxw mode change 100755 => 100644 testautomation/writer/optional/input/verzeichnis/verzeichnis.sxw mode change 100755 => 100644 testautomation/writer/optional/input/verzeichnis/verzeichnisse.sxw mode change 100755 => 100644 testautomation/writer/required/input/bt.sxw mode change 100755 => 100644 testautomation/writer/required/input/hangul.sxw mode change 100755 => 100644 testautomation/writer/required/input/htmltest.sxg mode change 100755 => 100644 testautomation/writer/required/input/htmltest.sxw mode change 100755 => 100644 testautomation/writer/required/input/linguistik/001.odt mode change 100755 => 100644 testautomation/writer/required/input/linguistik/003.odt mode change 100755 => 100644 testautomation/writer/required/input/linguistik/007.odt mode change 100755 => 100644 testautomation/writer/required/input/linguistik/031.odt mode change 100755 => 100644 testautomation/writer/required/input/linguistik/033.odt mode change 100755 => 100644 testautomation/writer/required/input/linguistik/034.odt mode change 100755 => 100644 testautomation/writer/required/input/linguistik/036.odt mode change 100755 => 100644 testautomation/writer/required/input/linguistik/039.odt mode change 100755 => 100644 testautomation/writer/required/input/linguistik/045.odt mode change 100755 => 100644 testautomation/writer/required/input/linguistik/046.odt mode change 100755 => 100644 testautomation/writer/required/input/linguistik/048.odt mode change 100755 => 100644 testautomation/writer/required/input/linguistik/049.odt mode change 100755 => 100644 testautomation/writer/required/input/linguistik/055.odt mode change 100755 => 100644 testautomation/writer/required/input/linguistik/sprache.odt mode change 100755 => 100644 testautomation/writer/required/input/st1_1.sxw mode change 100755 => 100644 testautomation/xml/optional/input/calc/ooo10/NatNumtest.sxc mode change 100755 => 100644 testautomation/xml/optional/input/calc/ooo10/alien_attributes.sxc mode change 100755 => 100644 testautomation/xml/optional/input/calc/ooo10/feat906.sxc mode change 100755 => 100644 testautomation/xml/optional/input/calc/ooo10/japan.sxc mode change 100755 => 100644 testautomation/xml/optional/input/calc/ooo10/korean.sxc mode change 100755 => 100644 testautomation/xml/optional/input/calc/ooo10/pagefields_datapilot1.sxc mode change 100755 => 100644 testautomation/xml/optional/input/calc/ooo10/pagefields_datapilot2.sxc mode change 100755 => 100644 testautomation/xml/optional/input/calc/ooo10/pagefields_datapilot3.sxc mode change 100755 => 100644 testautomation/xml/optional/input/calc/ooo10/pagefields_datapilot4.sxc mode change 100755 => 100644 testautomation/xml/optional/input/calc/ooo10/simple_c.sxc mode change 100755 => 100644 testautomation/xml/optional/input/calc/ooo10/trad_c.sxc mode change 100755 => 100644 testautomation/xml/optional/input/for_xhtml_export/Table-XHTML.odt mode change 100755 => 100644 testautomation/xml/optional/input/for_xhtml_export/border.ods mode change 100755 => 100644 testautomation/xml/optional/input/for_xhtml_export/bullets.sxw mode change 100755 => 100644 testautomation/xml/optional/input/for_xhtml_export/p_in_h.odt mode change 100755 => 100644 testautomation/xml/optional/input/for_xhtml_export/presentation_xhtml.odp mode change 100755 => 100644 testautomation/xml/optional/input/for_xhtml_export/span_split.odt mode change 100755 => 100644 testautomation/xml/optional/input/graphics/ooo10/alien.sxd mode change 100755 => 100644 testautomation/xml/optional/input/graphics/ooo10/alien.sxi mode change 100755 => 100644 testautomation/xml/optional/input/graphics/ooo10/chin.sxd mode change 100755 => 100644 testautomation/xml/optional/input/graphics/ooo10/chin.sxi mode change 100755 => 100644 testautomation/xml/optional/input/graphics/ooo10/japan.sxd mode change 100755 => 100644 testautomation/xml/optional/input/graphics/ooo10/japan.sxi mode change 100755 => 100644 testautomation/xml/optional/input/graphics/ooo10/korean.sxd mode change 100755 => 100644 testautomation/xml/optional/input/graphics/ooo10/korean.sxi mode change 100755 => 100644 testautomation/xml/optional/input/graphics/ooo10/trad_chin.sxd mode change 100755 => 100644 testautomation/xml/optional/input/graphics/ooo10/trad_chin.sxi mode change 100755 => 100644 testautomation/xml/optional/input/math/asian/jp_math.sxm mode change 100755 => 100644 testautomation/xml/optional/input/math/asian/ko_math.sxm mode change 100755 => 100644 testautomation/xml/optional/input/math/asian/zh_cn_math.sxm mode change 100755 => 100644 testautomation/xml/optional/input/math/asian/zh_tw_math.sxm mode change 100755 => 100644 testautomation/xml/optional/input/writer/feat1318.sxw mode change 100755 => 100644 testautomation/xml/optional/input/writer/feat476.sxw mode change 100755 => 100644 testautomation/xml/optional/input/writer/fiscus.sxw mode change 100755 => 100644 testautomation/xml/optional/input/writer/fiscus2.sxw mode change 100755 => 100644 testautomation/xml/optional/input/writer/jp_text.sxw mode change 100755 => 100644 testautomation/xml/optional/input/writer/ko_text.sxw mode change 100755 => 100644 testautomation/xml/optional/input/writer/zh_cn_text.sxw mode change 100755 => 100644 testautomation/xml/optional/input/writer/zh_tw_text.sxw mode change 100755 => 100644 testautomation/xml/required/input/graphics/alien_attributes/alien_attributes_presentation.odp mode change 100755 => 100644 testautomation/xml/required/input/graphics/header_footer/allheaderfooter_fixed.odp mode change 100755 => 100644 testautomation/xml/required/input/graphics/header_footer/noheaderfooter.odp mode change 100755 => 100644 testautomation/xml/required/input/graphics/header_footer/nomasterelements.odp mode change 100755 => 100644 testautomation/xml/required/input/graphics/header_footer/someheaderfooter_varible.odp diff --git a/testautomation/chart2/optional/input/ods/2d_areas_normal.ods b/testautomation/chart2/optional/input/ods/2d_areas_normal.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/2d_areas_percent.ods b/testautomation/chart2/optional/input/ods/2d_areas_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/2d_areas_stacked.ods b/testautomation/chart2/optional/input/ods/2d_areas_stacked.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/2d_bars_normal.ods b/testautomation/chart2/optional/input/ods/2d_bars_normal.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/2d_bars_percent.ods b/testautomation/chart2/optional/input/ods/2d_bars_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/2d_bars_stacked.ods b/testautomation/chart2/optional/input/ods/2d_bars_stacked.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/2d_columns_lines_and_columns.ods b/testautomation/chart2/optional/input/ods/2d_columns_lines_and_columns.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/2d_columns_lines_and_stacked_columns.ods b/testautomation/chart2/optional/input/ods/2d_columns_lines_and_stacked_columns.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/2d_columns_normal.ods b/testautomation/chart2/optional/input/ods/2d_columns_normal.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/2d_columns_percent.ods b/testautomation/chart2/optional/input/ods/2d_columns_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/2d_columns_stacked.ods b/testautomation/chart2/optional/input/ods/2d_columns_stacked.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/3d_lines_deep.ods b/testautomation/chart2/optional/input/ods/3d_lines_deep.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/3d_pies_normal.ods b/testautomation/chart2/optional/input/ods/3d_pies_normal.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/areas_deep.ods b/testautomation/chart2/optional/input/ods/areas_deep.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/areas_percent.ods b/testautomation/chart2/optional/input/ods/areas_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/areas_stacked.ods b/testautomation/chart2/optional/input/ods/areas_stacked.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_deep.ods b/testautomation/chart2/optional/input/ods/bars_deep.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_horizontal_cones.ods b/testautomation/chart2/optional/input/ods/bars_horizontal_cones.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_horizontal_cones_deep.ods b/testautomation/chart2/optional/input/ods/bars_horizontal_cones_deep.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_horizontal_cones_percent.ods b/testautomation/chart2/optional/input/ods/bars_horizontal_cones_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_horizontal_pyramids.ods b/testautomation/chart2/optional/input/ods/bars_horizontal_pyramids.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_horizontal_pyramids_deep.ods b/testautomation/chart2/optional/input/ods/bars_horizontal_pyramids_deep.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_horizontal_pyramids_percent.ods b/testautomation/chart2/optional/input/ods/bars_horizontal_pyramids_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_horizontal_pyramids_stacked.ods b/testautomation/chart2/optional/input/ods/bars_horizontal_pyramids_stacked.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_horizontal_stacked_cones.ods b/testautomation/chart2/optional/input/ods/bars_horizontal_stacked_cones.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_normal.ods b/testautomation/chart2/optional/input/ods/bars_normal.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_percent.ods b/testautomation/chart2/optional/input/ods/bars_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_stacked.ods b/testautomation/chart2/optional/input/ods/bars_stacked.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_tube.ods b/testautomation/chart2/optional/input/ods/bars_tube.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_tubes_deep.ods b/testautomation/chart2/optional/input/ods/bars_tubes_deep.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_tubes_percent.ods b/testautomation/chart2/optional/input/ods/bars_tubes_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/bars_tubes_stacked.ods b/testautomation/chart2/optional/input/ods/bars_tubes_stacked.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_cones.ods b/testautomation/chart2/optional/input/ods/columns_cones.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_cones_deep.ods b/testautomation/chart2/optional/input/ods/columns_cones_deep.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_cones_percent.ods b/testautomation/chart2/optional/input/ods/columns_cones_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_cones_stacked.ods b/testautomation/chart2/optional/input/ods/columns_cones_stacked.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_cylinder.ods b/testautomation/chart2/optional/input/ods/columns_cylinder.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_cylinder_deep.ods b/testautomation/chart2/optional/input/ods/columns_cylinder_deep.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_cylinder_percent.ods b/testautomation/chart2/optional/input/ods/columns_cylinder_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_cylinder_stacked.ods b/testautomation/chart2/optional/input/ods/columns_cylinder_stacked.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_deep.ods b/testautomation/chart2/optional/input/ods/columns_deep.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_normal.ods b/testautomation/chart2/optional/input/ods/columns_normal.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_percent.ods b/testautomation/chart2/optional/input/ods/columns_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_pyramids.ods b/testautomation/chart2/optional/input/ods/columns_pyramids.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_pyramids_deep.ods b/testautomation/chart2/optional/input/ods/columns_pyramids_deep.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_pyramids_percent.ods b/testautomation/chart2/optional/input/ods/columns_pyramids_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_pyramids_stacked.ods b/testautomation/chart2/optional/input/ods/columns_pyramids_stacked.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/columns_stacked.ods b/testautomation/chart2/optional/input/ods/columns_stacked.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/lines_b-spline.ods b/testautomation/chart2/optional/input/ods/lines_b-spline.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/lines_b-spline_with_symbols.ods b/testautomation/chart2/optional/input/ods/lines_b-spline_with_symbols.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/lines_cubic_spline.ods b/testautomation/chart2/optional/input/ods/lines_cubic_spline.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/lines_cubic_spline_with_symbols.ods b/testautomation/chart2/optional/input/ods/lines_cubic_spline_with_symbols.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/lines_normal.ods b/testautomation/chart2/optional/input/ods/lines_normal.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/lines_percent.ods b/testautomation/chart2/optional/input/ods/lines_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/lines_percent_with_symbols.ods b/testautomation/chart2/optional/input/ods/lines_percent_with_symbols.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/lines_stacked.ods b/testautomation/chart2/optional/input/ods/lines_stacked.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/lines_stacked_with_symbols.ods b/testautomation/chart2/optional/input/ods/lines_stacked_with_symbols.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/lines_symbols.ods b/testautomation/chart2/optional/input/ods/lines_symbols.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/net_normal.ods b/testautomation/chart2/optional/input/ods/net_normal.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/net_percent.ods b/testautomation/chart2/optional/input/ods/net_percent.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/net_percent_with_symbols.ods b/testautomation/chart2/optional/input/ods/net_percent_with_symbols.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/net_stacked.ods b/testautomation/chart2/optional/input/ods/net_stacked.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/net_stacked_with_symbols.ods b/testautomation/chart2/optional/input/ods/net_stacked_with_symbols.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/net_symbols.ods b/testautomation/chart2/optional/input/ods/net_symbols.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/pies_normal.ods b/testautomation/chart2/optional/input/ods/pies_normal.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/pies_offset1.ods b/testautomation/chart2/optional/input/ods/pies_offset1.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/pies_offset2.ods b/testautomation/chart2/optional/input/ods/pies_offset2.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/pies_rings.ods b/testautomation/chart2/optional/input/ods/pies_rings.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/stockchart_type1.ods b/testautomation/chart2/optional/input/ods/stockchart_type1.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/stockchart_type2.ods b/testautomation/chart2/optional/input/ods/stockchart_type2.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/stockchart_type3.ods b/testautomation/chart2/optional/input/ods/stockchart_type3.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/stockchart_type4.ods b/testautomation/chart2/optional/input/ods/stockchart_type4.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/xy_chart_b-spline.ods b/testautomation/chart2/optional/input/ods/xy_chart_b-spline.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/xy_chart_b-spline_with_symbols.ods b/testautomation/chart2/optional/input/ods/xy_chart_b-spline_with_symbols.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/xy_chart_cubic_spline.ods b/testautomation/chart2/optional/input/ods/xy_chart_cubic_spline.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/xy_chart_cubic_spline_with_symbols.ods b/testautomation/chart2/optional/input/ods/xy_chart_cubic_spline_with_symbols.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/xy_chart_lines_only.ods b/testautomation/chart2/optional/input/ods/xy_chart_lines_only.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/xy_chart_lines_with_symbols.ods b/testautomation/chart2/optional/input/ods/xy_chart_lines_with_symbols.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/ods/xy_chart_symbols_only.ods b/testautomation/chart2/optional/input/ods/xy_chart_symbols_only.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/randomData.ods b/testautomation/chart2/optional/input/randomData.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/2d_areas_normal.sxc b/testautomation/chart2/optional/input/sxc/2d_areas_normal.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/2d_areas_percent.sxc b/testautomation/chart2/optional/input/sxc/2d_areas_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/2d_areas_stacked.sxc b/testautomation/chart2/optional/input/sxc/2d_areas_stacked.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/2d_bars_normal.sxc b/testautomation/chart2/optional/input/sxc/2d_bars_normal.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/2d_bars_percent.sxc b/testautomation/chart2/optional/input/sxc/2d_bars_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/2d_bars_stacked.sxc b/testautomation/chart2/optional/input/sxc/2d_bars_stacked.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/2d_columns_lines_and_columns.sxc b/testautomation/chart2/optional/input/sxc/2d_columns_lines_and_columns.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/2d_columns_lines_and_stacked_columns.sxc b/testautomation/chart2/optional/input/sxc/2d_columns_lines_and_stacked_columns.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/2d_columns_normal.sxc b/testautomation/chart2/optional/input/sxc/2d_columns_normal.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/2d_columns_percent.sxc b/testautomation/chart2/optional/input/sxc/2d_columns_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/2d_columns_stacked.sxc b/testautomation/chart2/optional/input/sxc/2d_columns_stacked.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/3d_lines_deep.sxc b/testautomation/chart2/optional/input/sxc/3d_lines_deep.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/3d_pies_normal.sxc b/testautomation/chart2/optional/input/sxc/3d_pies_normal.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/areas_deep.sxc b/testautomation/chart2/optional/input/sxc/areas_deep.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/areas_percent.sxc b/testautomation/chart2/optional/input/sxc/areas_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/areas_stacked.sxc b/testautomation/chart2/optional/input/sxc/areas_stacked.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_deep.sxc b/testautomation/chart2/optional/input/sxc/bars_deep.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_horizontal_cones.sxc b/testautomation/chart2/optional/input/sxc/bars_horizontal_cones.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_horizontal_cones_deep.sxc b/testautomation/chart2/optional/input/sxc/bars_horizontal_cones_deep.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_horizontal_cones_percent.sxc b/testautomation/chart2/optional/input/sxc/bars_horizontal_cones_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_horizontal_pyramids.sxc b/testautomation/chart2/optional/input/sxc/bars_horizontal_pyramids.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_horizontal_pyramids_deep.sxc b/testautomation/chart2/optional/input/sxc/bars_horizontal_pyramids_deep.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_horizontal_pyramids_percent.sxc b/testautomation/chart2/optional/input/sxc/bars_horizontal_pyramids_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_horizontal_pyramids_stacked.sxc b/testautomation/chart2/optional/input/sxc/bars_horizontal_pyramids_stacked.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_horizontal_stacked_cones.sxc b/testautomation/chart2/optional/input/sxc/bars_horizontal_stacked_cones.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_normal.sxc b/testautomation/chart2/optional/input/sxc/bars_normal.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_percent.sxc b/testautomation/chart2/optional/input/sxc/bars_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_stacked.sxc b/testautomation/chart2/optional/input/sxc/bars_stacked.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_tube.sxc b/testautomation/chart2/optional/input/sxc/bars_tube.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_tubes_deep.sxc b/testautomation/chart2/optional/input/sxc/bars_tubes_deep.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_tubes_percent.sxc b/testautomation/chart2/optional/input/sxc/bars_tubes_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/bars_tubes_stacked.sxc b/testautomation/chart2/optional/input/sxc/bars_tubes_stacked.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_cones.sxc b/testautomation/chart2/optional/input/sxc/columns_cones.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_cones_deep.sxc b/testautomation/chart2/optional/input/sxc/columns_cones_deep.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_cones_percent.sxc b/testautomation/chart2/optional/input/sxc/columns_cones_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_cones_stacked.sxc b/testautomation/chart2/optional/input/sxc/columns_cones_stacked.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_cylinder.sxc b/testautomation/chart2/optional/input/sxc/columns_cylinder.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_cylinder_deep.sxc b/testautomation/chart2/optional/input/sxc/columns_cylinder_deep.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_cylinder_percent.sxc b/testautomation/chart2/optional/input/sxc/columns_cylinder_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_cylinder_stacked.sxc b/testautomation/chart2/optional/input/sxc/columns_cylinder_stacked.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_deep.sxc b/testautomation/chart2/optional/input/sxc/columns_deep.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_normal.sxc b/testautomation/chart2/optional/input/sxc/columns_normal.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_percent.sxc b/testautomation/chart2/optional/input/sxc/columns_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_pyramids.sxc b/testautomation/chart2/optional/input/sxc/columns_pyramids.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_pyramids_deep.sxc b/testautomation/chart2/optional/input/sxc/columns_pyramids_deep.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_pyramids_percent.sxc b/testautomation/chart2/optional/input/sxc/columns_pyramids_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_pyramids_stacked.sxc b/testautomation/chart2/optional/input/sxc/columns_pyramids_stacked.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/columns_stacked.sxc b/testautomation/chart2/optional/input/sxc/columns_stacked.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/lines_b-spline.sxc b/testautomation/chart2/optional/input/sxc/lines_b-spline.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/lines_b-spline_with_symbols.sxc b/testautomation/chart2/optional/input/sxc/lines_b-spline_with_symbols.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/lines_cubic_spline.sxc b/testautomation/chart2/optional/input/sxc/lines_cubic_spline.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/lines_cubic_spline_with_symbols.sxc b/testautomation/chart2/optional/input/sxc/lines_cubic_spline_with_symbols.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/lines_normal.sxc b/testautomation/chart2/optional/input/sxc/lines_normal.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/lines_percent.sxc b/testautomation/chart2/optional/input/sxc/lines_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/lines_percent_with_symbols.sxc b/testautomation/chart2/optional/input/sxc/lines_percent_with_symbols.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/lines_stacked.sxc b/testautomation/chart2/optional/input/sxc/lines_stacked.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/lines_stacked_with_symbols.sxc b/testautomation/chart2/optional/input/sxc/lines_stacked_with_symbols.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/lines_symbols.sxc b/testautomation/chart2/optional/input/sxc/lines_symbols.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/net_normal.sxc b/testautomation/chart2/optional/input/sxc/net_normal.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/net_percent.sxc b/testautomation/chart2/optional/input/sxc/net_percent.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/net_percent_with_symbols.sxc b/testautomation/chart2/optional/input/sxc/net_percent_with_symbols.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/net_stacked.sxc b/testautomation/chart2/optional/input/sxc/net_stacked.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/net_stacked_with_symbols.sxc b/testautomation/chart2/optional/input/sxc/net_stacked_with_symbols.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/net_symbols.sxc b/testautomation/chart2/optional/input/sxc/net_symbols.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/pies_normal.sxc b/testautomation/chart2/optional/input/sxc/pies_normal.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/pies_offset1.sxc b/testautomation/chart2/optional/input/sxc/pies_offset1.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/pies_offset2.sxc b/testautomation/chart2/optional/input/sxc/pies_offset2.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/pies_rings.sxc b/testautomation/chart2/optional/input/sxc/pies_rings.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/stockchart_type1.sxc b/testautomation/chart2/optional/input/sxc/stockchart_type1.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/stockchart_type2.sxc b/testautomation/chart2/optional/input/sxc/stockchart_type2.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/stockchart_type3.sxc b/testautomation/chart2/optional/input/sxc/stockchart_type3.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/stockchart_type4.sxc b/testautomation/chart2/optional/input/sxc/stockchart_type4.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/xy_chart_b-spline.sxc b/testautomation/chart2/optional/input/sxc/xy_chart_b-spline.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/xy_chart_b-spline_with_symbols.sxc b/testautomation/chart2/optional/input/sxc/xy_chart_b-spline_with_symbols.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/xy_chart_cubic_spline.sxc b/testautomation/chart2/optional/input/sxc/xy_chart_cubic_spline.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/xy_chart_cubic_spline_with_symbols.sxc b/testautomation/chart2/optional/input/sxc/xy_chart_cubic_spline_with_symbols.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/xy_chart_lines_only.sxc b/testautomation/chart2/optional/input/sxc/xy_chart_lines_only.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/xy_chart_lines_with_symbols.sxc b/testautomation/chart2/optional/input/sxc/xy_chart_lines_with_symbols.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/optional/input/sxc/xy_chart_symbols_only.sxc b/testautomation/chart2/optional/input/sxc/xy_chart_symbols_only.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/required/input/basetable.sxc b/testautomation/chart2/required/input/basetable.sxc old mode 100755 new mode 100644 diff --git a/testautomation/chart2/required/input/ch_flexrange01.ods b/testautomation/chart2/required/input/ch_flexrange01.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/required/input/ch_flexrange02.ods b/testautomation/chart2/required/input/ch_flexrange02.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/required/input/ch_flexrange03.ods b/testautomation/chart2/required/input/ch_flexrange03.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/required/input/ch_flexrange04.ods b/testautomation/chart2/required/input/ch_flexrange04.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/required/input/ch_flexrange05.odt b/testautomation/chart2/required/input/ch_flexrange05.odt old mode 100755 new mode 100644 diff --git a/testautomation/chart2/required/input/ch_flexrange06.odt b/testautomation/chart2/required/input/ch_flexrange06.odt old mode 100755 new mode 100644 diff --git a/testautomation/chart2/required/input/ch_flexrange07.odt b/testautomation/chart2/required/input/ch_flexrange07.odt old mode 100755 new mode 100644 diff --git a/testautomation/chart2/required/input/ch_flexrange08.odt b/testautomation/chart2/required/input/ch_flexrange08.odt old mode 100755 new mode 100644 diff --git a/testautomation/chart2/required/input/spreadsheetFile.ods b/testautomation/chart2/required/input/spreadsheetFile.ods old mode 100755 new mode 100644 diff --git a/testautomation/chart2/required/input/verySimpleChart.ods b/testautomation/chart2/required/input/verySimpleChart.ods old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/input/TT_All_Controls.odt b/testautomation/dbaccess/optional/input/TT_All_Controls.odt old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/input/TT_Form_Filter.odt b/testautomation/dbaccess/optional/input/TT_Form_Filter.odt old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/input/hsql_datasource/TT_hsqldb.odb b/testautomation/dbaccess/optional/input/hsql_datasource/TT_hsqldb.odb old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/input/hsql_datasource/TT_hsqldb_2.0.0.odb b/testautomation/dbaccess/optional/input/hsql_datasource/TT_hsqldb_2.0.0.odb old mode 100755 new mode 100644 diff --git a/testautomation/dbaccess/optional/input/spreadsheet_datasource/TT_Query1.ods b/testautomation/dbaccess/optional/input/spreadsheet_datasource/TT_Query1.ods old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/broken-dependency.oxt b/testautomation/extensions/optional/input/dependencies/broken-dependency.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/double-dependencies.oxt b/testautomation/extensions/optional/input/dependencies/double-dependencies.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/empty-dependencies.oxt b/testautomation/extensions/optional/input/dependencies/empty-dependencies.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/funny-dependency.oxt b/testautomation/extensions/optional/input/dependencies/funny-dependency.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/license-dependency.oxt b/testautomation/extensions/optional/input/dependencies/license-dependency.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/many-dependencies.oxt b/testautomation/extensions/optional/input/dependencies/many-dependencies.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/no-dependencies.oxt b/testautomation/extensions/optional/input/dependencies/no-dependencies.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/no-description.oxt b/testautomation/extensions/optional/input/dependencies/no-description.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/unknown-dependency.oxt b/testautomation/extensions/optional/input/dependencies/unknown-dependency.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/version10000.oxt b/testautomation/extensions/optional/input/dependencies/version10000.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/version21.oxt b/testautomation/extensions/optional/input/dependencies/version21.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/version21ns.oxt b/testautomation/extensions/optional/input/dependencies/version21ns.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/version21other.oxt b/testautomation/extensions/optional/input/dependencies/version21other.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/version25.oxt b/testautomation/extensions/optional/input/dependencies/version25.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/versionempty.oxt b/testautomation/extensions/optional/input/dependencies/versionempty.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/dependencies/versionnone.oxt b/testautomation/extensions/optional/input/dependencies/versionnone.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/display_name/name1.oxt b/testautomation/extensions/optional/input/display_name/name1.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/display_name/name2.oxt b/testautomation/extensions/optional/input/display_name/name2.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/display_name/name3.oxt b/testautomation/extensions/optional/input/display_name/name3.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/display_name/name4.oxt b/testautomation/extensions/optional/input/display_name/name4.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/display_name/name5.oxt b/testautomation/extensions/optional/input/display_name/name5.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/errors/i77436-extension.oxt b/testautomation/extensions/optional/input/errors/i77436-extension.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/errors/lowercasemetainf.oxt b/testautomation/extensions/optional/input/errors/lowercasemetainf.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/eventbinding/DialogComponent.odt b/testautomation/extensions/optional/input/eventbinding/DialogComponent.odt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/eventbinding/DialogComponent.oxt b/testautomation/extensions/optional/input/eventbinding/DialogComponent.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/extensible_help/extensible_help_en.oxt b/testautomation/extensions/optional/input/extensible_help/extensible_help_en.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/extensible_help/extensible_help_en_de.oxt b/testautomation/extensions/optional/input/extensible_help/extensible_help_en_de.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/extensions/TaskPaneComponent/TaskPaneComponent.oxt b/testautomation/extensions/optional/input/extensions/TaskPaneComponent/TaskPaneComponent.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/identifier/explicit/identifier.oxt b/testautomation/extensions/optional/input/identifier/explicit/identifier.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/identifier/legacy/identifier.oxt b/testautomation/extensions/optional/input/identifier/legacy/identifier.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/options/leaf1.oxt b/testautomation/extensions/optional/input/options/leaf1.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/options/leaf2.oxt b/testautomation/extensions/optional/input/options/leaf2.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/options/leaves1.oxt b/testautomation/extensions/optional/input/options/leaves1.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/options/leaves2.oxt b/testautomation/extensions/optional/input/options/leaves2.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/options/leaves3.oxt b/testautomation/extensions/optional/input/options/leaves3.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/options/modules1.oxt b/testautomation/extensions/optional/input/options/modules1.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/options/modules2.oxt b/testautomation/extensions/optional/input/options/modules2.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/options/nodes1.oxt b/testautomation/extensions/optional/input/options/nodes1.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/options/nodes2.oxt b/testautomation/extensions/optional/input/options/nodes2.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/options/nodes3.oxt b/testautomation/extensions/optional/input/options/nodes3.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/options/nodes4.oxt b/testautomation/extensions/optional/input/options/nodes4.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/options/nodes5.oxt b/testautomation/extensions/optional/input/options/nodes5.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/path_to_extension/LocationTest.odt b/testautomation/extensions/optional/input/path_to_extension/LocationTest.odt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/path_to_extension/locationtest.oxt b/testautomation/extensions/optional/input/path_to_extension/locationtest.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/all1.oxt b/testautomation/extensions/optional/input/platform/all1.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/all2.oxt b/testautomation/extensions/optional/input/platform/all2.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/all3.oxt b/testautomation/extensions/optional/input/platform/all3.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/freebsd_x86.oxt b/testautomation/extensions/optional/input/platform/freebsd_x86.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/freebsd_x86_64.oxt b/testautomation/extensions/optional/input/platform/freebsd_x86_64.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/invalid1.oxt b/testautomation/extensions/optional/input/platform/invalid1.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/invalid2.oxt b/testautomation/extensions/optional/input/platform/invalid2.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/invalid3.oxt b/testautomation/extensions/optional/input/platform/invalid3.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/linux_arm_eabi.oxt b/testautomation/extensions/optional/input/platform/linux_arm_eabi.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/linux_arm_oabi.oxt b/testautomation/extensions/optional/input/platform/linux_arm_oabi.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/linux_ia64.oxt b/testautomation/extensions/optional/input/platform/linux_ia64.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/linux_mips_eb.oxt b/testautomation/extensions/optional/input/platform/linux_mips_eb.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/linux_mips_el.oxt b/testautomation/extensions/optional/input/platform/linux_mips_el.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/linux_powerpc.oxt b/testautomation/extensions/optional/input/platform/linux_powerpc.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/linux_powerpc64.oxt b/testautomation/extensions/optional/input/platform/linux_powerpc64.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/linux_s390.oxt b/testautomation/extensions/optional/input/platform/linux_s390.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/linux_s390x.oxt b/testautomation/extensions/optional/input/platform/linux_s390x.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/linux_sparc.oxt b/testautomation/extensions/optional/input/platform/linux_sparc.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/linux_x86.oxt b/testautomation/extensions/optional/input/platform/linux_x86.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/linux_x86_64.oxt b/testautomation/extensions/optional/input/platform/linux_x86_64.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/macosx_powerpc.oxt b/testautomation/extensions/optional/input/platform/macosx_powerpc.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/macosx_x86.oxt b/testautomation/extensions/optional/input/platform/macosx_x86.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/mul1.oxt b/testautomation/extensions/optional/input/platform/mul1.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/os2_x86.oxt b/testautomation/extensions/optional/input/platform/os2_x86.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/solaris_sparc.oxt b/testautomation/extensions/optional/input/platform/solaris_sparc.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/solaris_x86.oxt b/testautomation/extensions/optional/input/platform/solaris_x86.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/platform/windows_x86.oxt b/testautomation/extensions/optional/input/platform/windows_x86.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/publisher/pub1.oxt b/testautomation/extensions/optional/input/publisher/pub1.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/publisher/pub2.oxt b/testautomation/extensions/optional/input/publisher/pub2.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/publisher/pub3.oxt b/testautomation/extensions/optional/input/publisher/pub3.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/publisher/pub4.oxt b/testautomation/extensions/optional/input/publisher/pub4.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/publisher/pub5.oxt b/testautomation/extensions/optional/input/publisher/pub5.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/publisher/pub6.oxt b/testautomation/extensions/optional/input/publisher/pub6.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/publisher/pub7.oxt b/testautomation/extensions/optional/input/publisher/pub7.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/BadDesc.oxt b/testautomation/extensions/optional/input/simpleLicense/BadDesc.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/BadNamespace.oxt b/testautomation/extensions/optional/input/simpleLicense/BadNamespace.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/BadRoot.oxt b/testautomation/extensions/optional/input/simpleLicense/BadRoot.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/CancelLicense.oxt b/testautomation/extensions/optional/input/simpleLicense/CancelLicense.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/IncompAttr1.oxt b/testautomation/extensions/optional/input/simpleLicense/IncompAttr1.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/IncompAttr2.oxt b/testautomation/extensions/optional/input/simpleLicense/IncompAttr2.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/LongLic.oxt b/testautomation/extensions/optional/input/simpleLicense/LongLic.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/MissingLic.oxt b/testautomation/extensions/optional/input/simpleLicense/MissingLic.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/MissingLicRef.oxt b/testautomation/extensions/optional/input/simpleLicense/MissingLicRef.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/NoDesc.oxt b/testautomation/extensions/optional/input/simpleLicense/NoDesc.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/NoLangNoDefault.oxt b/testautomation/extensions/optional/input/simpleLicense/NoLangNoDefault.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/OnlyDefault.oxt b/testautomation/extensions/optional/input/simpleLicense/OnlyDefault.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/ShortLicense.oxt b/testautomation/extensions/optional/input/simpleLicense/ShortLicense.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/simpleLicense/ShortLicenseShared.oxt b/testautomation/extensions/optional/input/simpleLicense/ShortLicenseShared.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/update/plain1.oxt b/testautomation/extensions/optional/input/update/plain1.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/update/plain2.oxt b/testautomation/extensions/optional/input/update/plain2.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/update/plain3.oxt b/testautomation/extensions/optional/input/update/plain3.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/versions/plain.oxt b/testautomation/extensions/optional/input/versions/plain.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/versions/version_0.0/plain.oxt b/testautomation/extensions/optional/input/versions/version_0.0/plain.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/versions/version_1.02.4.7.0/plain.oxt b/testautomation/extensions/optional/input/versions/version_1.02.4.7.0/plain.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/versions/version_1.2.15.3/plain.oxt b/testautomation/extensions/optional/input/versions/version_1.2.15.3/plain.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/versions/version_1.2.3/plain.oxt b/testautomation/extensions/optional/input/versions/version_1.2.3/plain.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/versions/version_1.2.4.7/plain.oxt b/testautomation/extensions/optional/input/versions/version_1.2.4.7/plain.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/versions/version_none/plain.oxt b/testautomation/extensions/optional/input/versions/version_none/plain.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/web_update/web1.oxt b/testautomation/extensions/optional/input/web_update/web1.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/web_update/web2.oxt b/testautomation/extensions/optional/input/web_update/web2.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/web_update/web3.oxt b/testautomation/extensions/optional/input/web_update/web3.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/web_update/web4.oxt b/testautomation/extensions/optional/input/web_update/web4.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/web_update/web5.oxt b/testautomation/extensions/optional/input/web_update/web5.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/web_update/web6.oxt b/testautomation/extensions/optional/input/web_update/web6.oxt old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/web_update/web7.oxt b/testautomation/extensions/optional/input/web_update/web7.oxt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/CJK/FontSizeChanges_1.sxw b/testautomation/framework/optional/input/CJK/FontSizeChanges_1.sxw old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/CJK/IndentsTest.sxw b/testautomation/framework/optional/input/CJK/IndentsTest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/CJK/graphicInPage.sxw b/testautomation/framework/optional/input/CJK/graphicInPage.sxw old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/CJK/gridtest.sxw b/testautomation/framework/optional/input/CJK/gridtest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/CJK/objectsTest.sxw b/testautomation/framework/optional/input/CJK/objectsTest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/CJK/rubytest.sxw b/testautomation/framework/optional/input/CJK/rubytest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/CJK/sortTest.sxw b/testautomation/framework/optional/input/CJK/sortTest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/alldocs/fdlg.sxc b/testautomation/framework/optional/input/alldocs/fdlg.sxc old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/alldocs/fdlg.sxd b/testautomation/framework/optional/input/alldocs/fdlg.sxd old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/alldocs/fdlg.sxg b/testautomation/framework/optional/input/alldocs/fdlg.sxg old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/alldocs/fdlg.sxi b/testautomation/framework/optional/input/alldocs/fdlg.sxi old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/alldocs/fdlg.sxm b/testautomation/framework/optional/input/alldocs/fdlg.sxm old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/alldocs/fdlg.sxw b/testautomation/framework/optional/input/alldocs/fdlg.sxw old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/eventbinding/DialogComponent.odt b/testautomation/framework/optional/input/eventbinding/DialogComponent.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/eventbinding/DialogComponent.oxt b/testautomation/framework/optional/input/eventbinding/DialogComponent.oxt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/gridcontrol.odt b/testautomation/framework/optional/input/gridcontrol.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/01Cmulti.ods b/testautomation/framework/optional/input/multiselect/01Cmulti.ods old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/01Wmulti.odt b/testautomation/framework/optional/input/multiselect/01Wmulti.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/02Cmulti.ods b/testautomation/framework/optional/input/multiselect/02Cmulti.ods old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/02Wmulti.odt b/testautomation/framework/optional/input/multiselect/02Wmulti.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/03Cmulti.ods b/testautomation/framework/optional/input/multiselect/03Cmulti.ods old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/03Wmulti.odt b/testautomation/framework/optional/input/multiselect/03Wmulti.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/04Cmulti.ods b/testautomation/framework/optional/input/multiselect/04Cmulti.ods old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/04Wmulti.odt b/testautomation/framework/optional/input/multiselect/04Wmulti.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/05Cmulti.ods b/testautomation/framework/optional/input/multiselect/05Cmulti.ods old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/05Wmulti.odt b/testautomation/framework/optional/input/multiselect/05Wmulti.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/06Cmulti.ods b/testautomation/framework/optional/input/multiselect/06Cmulti.ods old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/06Wmulti.odt b/testautomation/framework/optional/input/multiselect/06Wmulti.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/07Cmulti.ods b/testautomation/framework/optional/input/multiselect/07Cmulti.ods old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/07Wmulti.odt b/testautomation/framework/optional/input/multiselect/07Wmulti.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/08Cmulti.ods b/testautomation/framework/optional/input/multiselect/08Cmulti.ods old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/08Wmulti.odt b/testautomation/framework/optional/input/multiselect/08Wmulti.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/09Cmulti.ods b/testautomation/framework/optional/input/multiselect/09Cmulti.ods old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/09Wmulti.odt b/testautomation/framework/optional/input/multiselect/09Wmulti.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/10Cmulti.ods b/testautomation/framework/optional/input/multiselect/10Cmulti.ods old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/multiselect/10Wmulti.odt b/testautomation/framework/optional/input/multiselect/10Wmulti.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/security/DigitalSignature.odf b/testautomation/framework/optional/input/security/DigitalSignature.odf old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/security/DigitalSignature.odg b/testautomation/framework/optional/input/security/DigitalSignature.odg old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/security/DigitalSignature.odp b/testautomation/framework/optional/input/security/DigitalSignature.odp old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/security/DigitalSignature.ods b/testautomation/framework/optional/input/security/DigitalSignature.ods old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/security/DigitalSignature.odt b/testautomation/framework/optional/input/security/DigitalSignature.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/security/test_macro.odt b/testautomation/framework/optional/input/security/test_macro.odt old mode 100755 new mode 100644 diff --git a/testautomation/framework/optional/input/security/test_macro.sxw b/testautomation/framework/optional/input/security/test_macro.sxw old mode 100755 new mode 100644 diff --git a/testautomation/framework/required/input/10erTest_680.sxw b/testautomation/framework/required/input/10erTest_680.sxw old mode 100755 new mode 100644 diff --git a/testautomation/framework/required/input/mailmerge_data.odb b/testautomation/framework/required/input/mailmerge_data.odb old mode 100755 new mode 100644 diff --git a/testautomation/global/input/graf_inp/picture.svm b/testautomation/global/input/graf_inp/picture.svm old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/Blueprint.odg b/testautomation/graphics/required/input/Blueprint.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/FormatConnector.odg b/testautomation/graphics/required/input/FormatConnector.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/FormatConnector.odp b/testautomation/graphics/required/input/FormatConnector.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.svm b/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.svm old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/allshapes.odp b/testautomation/graphics/required/input/allshapes.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/allshapes2.odp b/testautomation/graphics/required/input/allshapes2.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/diashow.odp b/testautomation/graphics/required/input/diashow.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/effects.odp b/testautomation/graphics/required/input/effects.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/engtext.odg b/testautomation/graphics/required/input/engtext.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/engtext.odp b/testautomation/graphics/required/input/engtext.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/export_graphic2.odp b/testautomation/graphics/required/input/export_graphic2.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/export_graphic3.odg b/testautomation/graphics/required/input/export_graphic3.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/export_graphic3.odp b/testautomation/graphics/required/input/export_graphic3.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/graphicexport.odg b/testautomation/graphics/required/input/graphicexport.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/graphicexport.odp b/testautomation/graphics/required/input/graphicexport.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/graphicexport_pdf.odg b/testautomation/graphics/required/input/graphicexport_pdf.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/graphicexport_pdf.odp b/testautomation/graphics/required/input/graphicexport_pdf.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/gridtst.odg b/testautomation/graphics/required/input/gridtst.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/gridtst.odp b/testautomation/graphics/required/input/gridtst.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/gridtst.sxd b/testautomation/graphics/required/input/gridtst.sxd old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/gridtst.sxi b/testautomation/graphics/required/input/gridtst.sxi old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/leer.odg b/testautomation/graphics/required/input/leer.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/leer.odp b/testautomation/graphics/required/input/leer.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/oletest.odg b/testautomation/graphics/required/input/oletest.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/outlinefromwriter.odt b/testautomation/graphics/required/input/outlinefromwriter.odt old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_1.odg b/testautomation/graphics/required/input/recht_1.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_1.odp b/testautomation/graphics/required/input/recht_1.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_3.odg b/testautomation/graphics/required/input/recht_3.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_3.odp b/testautomation/graphics/required/input/recht_3.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_31.odg b/testautomation/graphics/required/input/recht_31.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_31.odp b/testautomation/graphics/required/input/recht_31.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_33.odg b/testautomation/graphics/required/input/recht_33.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_33.odp b/testautomation/graphics/required/input/recht_33.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_34.odg b/testautomation/graphics/required/input/recht_34.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_34.odp b/testautomation/graphics/required/input/recht_34.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_36.odg b/testautomation/graphics/required/input/recht_36.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_36.odp b/testautomation/graphics/required/input/recht_36.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_39.odg b/testautomation/graphics/required/input/recht_39.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_39.odp b/testautomation/graphics/required/input/recht_39.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_46.odg b/testautomation/graphics/required/input/recht_46.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_46.odp b/testautomation/graphics/required/input/recht_46.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_48.odg b/testautomation/graphics/required/input/recht_48.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_48.odp b/testautomation/graphics/required/input/recht_48.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_49.odg b/testautomation/graphics/required/input/recht_49.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_49.odp b/testautomation/graphics/required/input/recht_49.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_50.odg b/testautomation/graphics/required/input/recht_50.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_50.odp b/testautomation/graphics/required/input/recht_50.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_55.odg b/testautomation/graphics/required/input/recht_55.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_55.odp b/testautomation/graphics/required/input/recht_55.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_81.odg b/testautomation/graphics/required/input/recht_81.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/recht_81.odp b/testautomation/graphics/required/input/recht_81.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont.odg b/testautomation/graphics/required/input/rightfont.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont.odp b/testautomation/graphics/required/input/rightfont.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont1.odg b/testautomation/graphics/required/input/rightfont1.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont1.odp b/testautomation/graphics/required/input/rightfont1.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont33.odg b/testautomation/graphics/required/input/rightfont33.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont33.odp b/testautomation/graphics/required/input/rightfont33.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont34.odg b/testautomation/graphics/required/input/rightfont34.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont34.odp b/testautomation/graphics/required/input/rightfont34.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont36.odg b/testautomation/graphics/required/input/rightfont36.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont36.odp b/testautomation/graphics/required/input/rightfont36.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont39.odg b/testautomation/graphics/required/input/rightfont39.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont39.odp b/testautomation/graphics/required/input/rightfont39.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont46.odg b/testautomation/graphics/required/input/rightfont46.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont46.odp b/testautomation/graphics/required/input/rightfont46.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont48.odg b/testautomation/graphics/required/input/rightfont48.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont48.odp b/testautomation/graphics/required/input/rightfont48.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont49.odg b/testautomation/graphics/required/input/rightfont49.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont49.odp b/testautomation/graphics/required/input/rightfont49.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont50.odp b/testautomation/graphics/required/input/rightfont50.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont55.odg b/testautomation/graphics/required/input/rightfont55.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/rightfont55.odp b/testautomation/graphics/required/input/rightfont55.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_1.odg b/testautomation/graphics/required/input/silben_1.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_1.odp b/testautomation/graphics/required/input/silben_1.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_31.odg b/testautomation/graphics/required/input/silben_31.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_31.odp b/testautomation/graphics/required/input/silben_31.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_31.sxd b/testautomation/graphics/required/input/silben_31.sxd old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_31.sxi b/testautomation/graphics/required/input/silben_31.sxi old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_33.odg b/testautomation/graphics/required/input/silben_33.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_33.odp b/testautomation/graphics/required/input/silben_33.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_34.odg b/testautomation/graphics/required/input/silben_34.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_34.odp b/testautomation/graphics/required/input/silben_34.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_36.odg b/testautomation/graphics/required/input/silben_36.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_36.odp b/testautomation/graphics/required/input/silben_36.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_39.odg b/testautomation/graphics/required/input/silben_39.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_39.odp b/testautomation/graphics/required/input/silben_39.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_46.odg b/testautomation/graphics/required/input/silben_46.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_46.odp b/testautomation/graphics/required/input/silben_46.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_48.odg b/testautomation/graphics/required/input/silben_48.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_48.odp b/testautomation/graphics/required/input/silben_48.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_49.odg b/testautomation/graphics/required/input/silben_49.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_49.odp b/testautomation/graphics/required/input/silben_49.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_50.odg b/testautomation/graphics/required/input/silben_50.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_50.odp b/testautomation/graphics/required/input/silben_50.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_55.odg b/testautomation/graphics/required/input/silben_55.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/silben_55.odp b/testautomation/graphics/required/input/silben_55.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_1.odg b/testautomation/graphics/required/input/spellb_1.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_1.odp b/testautomation/graphics/required/input/spellb_1.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_31.odg b/testautomation/graphics/required/input/spellb_31.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_31.odp b/testautomation/graphics/required/input/spellb_31.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_33.odg b/testautomation/graphics/required/input/spellb_33.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_33.odp b/testautomation/graphics/required/input/spellb_33.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_34.odg b/testautomation/graphics/required/input/spellb_34.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_34.odp b/testautomation/graphics/required/input/spellb_34.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_36.odg b/testautomation/graphics/required/input/spellb_36.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_36.odp b/testautomation/graphics/required/input/spellb_36.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_39.odg b/testautomation/graphics/required/input/spellb_39.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_39.odp b/testautomation/graphics/required/input/spellb_39.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_49.odg b/testautomation/graphics/required/input/spellb_49.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_49.odp b/testautomation/graphics/required/input/spellb_49.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_50.odg b/testautomation/graphics/required/input/spellb_50.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_50.odp b/testautomation/graphics/required/input/spellb_50.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_55.odg b/testautomation/graphics/required/input/spellb_55.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_55.odp b/testautomation/graphics/required/input/spellb_55.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_7.odg b/testautomation/graphics/required/input/spellb_7.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_7.odp b/testautomation/graphics/required/input/spellb_7.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_82.odg b/testautomation/graphics/required/input/spellb_82.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_82.odp b/testautomation/graphics/required/input/spellb_82.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_86.odg b/testautomation/graphics/required/input/spellb_86.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_86.odp b/testautomation/graphics/required/input/spellb_86.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_88.odg b/testautomation/graphics/required/input/spellb_88.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/spellb_88.odp b/testautomation/graphics/required/input/spellb_88.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/tbo_alf_.odg b/testautomation/graphics/required/input/tbo_alf_.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/tbo_alf_.odp b/testautomation/graphics/required/input/tbo_alf_.odp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/tchinese.odg b/testautomation/graphics/required/input/tchinese.odg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/tchinese.odp b/testautomation/graphics/required/input/tchinese.odp old mode 100755 new mode 100644 diff --git a/testautomation/math/optional/input/101_1.sxm b/testautomation/math/optional/input/101_1.sxm old mode 100755 new mode 100644 diff --git a/testautomation/math/optional/input/101_2.sxw b/testautomation/math/optional/input/101_2.sxw old mode 100755 new mode 100644 diff --git a/testautomation/math/optional/input/filter/math.sxw b/testautomation/math/optional/input/filter/math.sxw old mode 100755 new mode 100644 diff --git a/testautomation/math/required/input/ShortLicense.oxt b/testautomation/math/required/input/ShortLicense.oxt old mode 100755 new mode 100644 diff --git a/testautomation/math/required/input/unknown-dependency.oxt b/testautomation/math/required/input/unknown-dependency.oxt old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/input/datapilot.ods b/testautomation/spreadsheet/optional/input/datapilot.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/input/loadsave/bugdocs/1024.ods b/testautomation/spreadsheet/optional/input/loadsave/bugdocs/1024.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/input/loadsave/sun/so7.sxc b/testautomation/spreadsheet/optional/input/loadsave/sun/so7.sxc old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/input/loadsave/sun/so8.ods b/testautomation/spreadsheet/optional/input/loadsave/sun/so8.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/input/loadsave/sun/so8tmpl.ots b/testautomation/spreadsheet/optional/input/loadsave/sun/so8tmpl.ots old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/input/namedrange.sxc b/testautomation/spreadsheet/optional/input/namedrange.sxc old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/input/printrange.sxc b/testautomation/spreadsheet/optional/input/printrange.sxc old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/input/printranges_3defined.ods b/testautomation/spreadsheet/optional/input/printranges_3defined.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/optional/input/validity.ods b/testautomation/spreadsheet/optional/input/validity.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/required/input/Database_Refresh.ods b/testautomation/spreadsheet/required/input/Database_Refresh.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/required/input/datapilot.ods b/testautomation/spreadsheet/required/input/datapilot.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/required/input/english.ods b/testautomation/spreadsheet/required/input/english.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/required/input/korean.ods b/testautomation/spreadsheet/required/input/korean.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/required/input/linkclient.ods b/testautomation/spreadsheet/required/input/linkclient.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/required/input/linkserver.ods b/testautomation/spreadsheet/required/input/linkserver.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/required/input/merge.ods b/testautomation/spreadsheet/required/input/merge.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/required/input/recentdocument.ods b/testautomation/spreadsheet/required/input/recentdocument.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/required/input/tEditObject.ods b/testautomation/spreadsheet/required/input/tEditObject.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/required/input/twoobjects.ods b/testautomation/spreadsheet/required/input/twoobjects.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/required/input/twosheets.ods b/testautomation/spreadsheet/required/input/twosheets.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/tools/input/Errorcodes.ods b/testautomation/spreadsheet/tools/input/Errorcodes.ods old mode 100755 new mode 100644 diff --git a/testautomation/spreadsheet/tools/input/Functionnames.ods b/testautomation/spreadsheet/tools/input/Functionnames.ods old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/advanced/tToolsAutocorrectWordCompletion_4.sxw b/testautomation/writer/optional/input/advanced/tToolsAutocorrectWordCompletion_4.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/clipboard/calc.sxc b/testautomation/writer/optional/input/clipboard/calc.sxc old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/clipboard/draw.sxd b/testautomation/writer/optional/input/clipboard/draw.sxd old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/clipboard/dummy.sxw b/testautomation/writer/optional/input/clipboard/dummy.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/clipboard/writer.sxw b/testautomation/writer/optional/input/clipboard/writer.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/export/odt/export1.odt b/testautomation/writer/optional/input/export/odt/export1.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/export/odt/export2.odt b/testautomation/writer/optional/input/export/odt/export2.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/export/odt/export3.odt b/testautomation/writer/optional/input/export/odt/export3.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/export/odt/export4.odt b/testautomation/writer/optional/input/export/odt/export4.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/export/sxw/i50228.sxw b/testautomation/writer/optional/input/export/sxw/i50228.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/export/sxw/test3.sxw b/testautomation/writer/optional/input/export/sxw/test3.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/fields/AboveBelow.sxw b/testautomation/writer/optional/input/fields/AboveBelow.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/fields/CombineTest.sxw b/testautomation/writer/optional/input/fields/CombineTest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/fields/Date.sxw b/testautomation/writer/optional/input/fields/Date.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/fields/Time.sxw b/testautomation/writer/optional/input/fields/Time.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/fields/chapterTest.sxw b/testautomation/writer/optional/input/fields/chapterTest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/fields/fields_docinfos.sxw b/testautomation/writer/optional/input/fields/fields_docinfos.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/fields/numberRange.sxw b/testautomation/writer/optional/input/fields/numberRange.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/fields/pageTest.sxw b/testautomation/writer/optional/input/fields/pageTest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/fields/staticsTest.sxw b/testautomation/writer/optional/input/fields/staticsTest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/fields/statisticsTest.sxw b/testautomation/writer/optional/input/fields/statisticsTest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatpage/pageLayout.sxw b/testautomation/writer/optional/input/formatpage/pageLayout.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatpage/testColumnInPage.sxw b/testautomation/writer/optional/input/formatpage/testColumnInPage.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatpage/testColumnInPage2.sxw b/testautomation/writer/optional/input/formatpage/testColumnInPage2.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatpage/testColumnVertical.sxw b/testautomation/writer/optional/input/formatpage/testColumnVertical.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatpage/testFooterContent31.sxw b/testautomation/writer/optional/input/formatpage/testFooterContent31.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatpage/testFooterContent32.sxw b/testautomation/writer/optional/input/formatpage/testFooterContent32.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatpage/testForAutoFit.sxw b/testautomation/writer/optional/input/formatpage/testForAutoFit.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatpage/testHeaderContent29.sxw b/testautomation/writer/optional/input/formatpage/testHeaderContent29.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatpage/testHeaderContent30.sxw b/testautomation/writer/optional/input/formatpage/testHeaderContent30.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatpage/testSeparatorLine.sxw b/testautomation/writer/optional/input/formatpage/testSeparatorLine.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/DropCapsTest.sxw b/testautomation/writer/optional/input/formatparagraph/DropCapsTest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/TabsDecimal.sxw b/testautomation/writer/optional/input/formatparagraph/TabsDecimal.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/TabsTest.sxw b/testautomation/writer/optional/input/formatparagraph/TabsTest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/alignmentTest.sxw b/testautomation/writer/optional/input/formatparagraph/alignmentTest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/alignmentTestJustified.sxw b/testautomation/writer/optional/input/formatparagraph/alignmentTestJustified.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/alignmentTestJustifiedCentered.sxw b/testautomation/writer/optional/input/formatparagraph/alignmentTestJustifiedCentered.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/alignmentTestRight.sxw b/testautomation/writer/optional/input/formatparagraph/alignmentTestRight.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/columnBreakParagraph.sxw b/testautomation/writer/optional/input/formatparagraph/columnBreakParagraph.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/columnBreakParagraphAfter.sxw b/testautomation/writer/optional/input/formatparagraph/columnBreakParagraphAfter.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/columnBreakParagraphBefore.sxw b/testautomation/writer/optional/input/formatparagraph/columnBreakParagraphBefore.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/eightLineAdd1Pic.sxw b/testautomation/writer/optional/input/formatparagraph/eightLineAdd1Pic.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/eightline.sxw b/testautomation/writer/optional/input/formatparagraph/eightline.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/hyphenation.sxw b/testautomation/writer/optional/input/formatparagraph/hyphenation.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/hyphenationNew.sxw b/testautomation/writer/optional/input/formatparagraph/hyphenationNew.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/indent.sxw b/testautomation/writer/optional/input/formatparagraph/indent.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/pageBreakAfter.sxw b/testautomation/writer/optional/input/formatparagraph/pageBreakAfter.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/pageBreakBefore.sxw b/testautomation/writer/optional/input/formatparagraph/pageBreakBefore.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/paragraphNumbering.sxw b/testautomation/writer/optional/input/formatparagraph/paragraphNumbering.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/registerTrue.sxw b/testautomation/writer/optional/input/formatparagraph/registerTrue.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/spacing.sxw b/testautomation/writer/optional/input/formatparagraph/spacing.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/spacing1.sxw b/testautomation/writer/optional/input/formatparagraph/spacing1.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/specialHyphenation.sxw b/testautomation/writer/optional/input/formatparagraph/specialHyphenation.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/testExpand.sxw b/testautomation/writer/optional/input/formatparagraph/testExpand.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/textFlowOptions.sxw b/testautomation/writer/optional/input/formatparagraph/textFlowOptions.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/formatparagraph/textFlowOptions1.sxw b/testautomation/writer/optional/input/formatparagraph/textFlowOptions1.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/ChineseToKorean.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/ChineseToKorean.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/KoreanToChinese.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/KoreanToChinese.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/Replace.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/Replace.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/alwayIgnore.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/alwayIgnore.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/alwaysReplace.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/alwaysReplace.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/drawBox.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/drawBox.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/hangul.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/hangul.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/multiLanguage_C.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/multiLanguage_C.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/multiLanguage_K.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/multiLanguage_K.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/multiSelection.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/multiSelection.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/noKoreanAndChinese.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/noKoreanAndChinese.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/notConvertHangulHanja.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/notConvertHangulHanja.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/replaceAll.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/replaceAll.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hangulhanjaonversion/textBox.sxw b/testautomation/writer/optional/input/hangulhanjaonversion/textBox.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/hyphenation/tHyphenation.odt b/testautomation/writer/optional/input/hyphenation/tHyphenation.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/import/dummy.sxw b/testautomation/writer/optional/input/import/dummy.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/import/sw60.sxw b/testautomation/writer/optional/input/import/sw60.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/import/xml2.odt b/testautomation/writer/optional/input/import/xml2.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/001.odt b/testautomation/writer/optional/input/linguistik/001.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/003.odt b/testautomation/writer/optional/input/linguistik/003.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/007.odt b/testautomation/writer/optional/input/linguistik/007.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/031.odt b/testautomation/writer/optional/input/linguistik/031.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/033.odt b/testautomation/writer/optional/input/linguistik/033.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/034.odt b/testautomation/writer/optional/input/linguistik/034.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/036.odt b/testautomation/writer/optional/input/linguistik/036.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/039.odt b/testautomation/writer/optional/input/linguistik/039.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/045.odt b/testautomation/writer/optional/input/linguistik/045.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/046.odt b/testautomation/writer/optional/input/linguistik/046.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/048.odt b/testautomation/writer/optional/input/linguistik/048.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/049.odt b/testautomation/writer/optional/input/linguistik/049.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/050.odt b/testautomation/writer/optional/input/linguistik/050.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/055.odt b/testautomation/writer/optional/input/linguistik/055.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/linguistik/sprache.odt b/testautomation/writer/optional/input/linguistik/sprache.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/dok1.sxw b/testautomation/writer/optional/input/masterdoc/dok1.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/dok2.sxw b/testautomation/writer/optional/input/masterdoc/dok2.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/dok3.sxw b/testautomation/writer/optional/input/masterdoc/dok3.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/frame.sxg b/testautomation/writer/optional/input/masterdoc/frame.sxg old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/htmltest.sxg b/testautomation/writer/optional/input/masterdoc/htmltest.sxg old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/link_of_section_test.sxw b/testautomation/writer/optional/input/masterdoc/link_of_section_test.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/update1.sxg b/testautomation/writer/optional/input/masterdoc/update1.sxg old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/update2.sxg b/testautomation/writer/optional/input/masterdoc/update2.sxg old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/update3.sxg b/testautomation/writer/optional/input/masterdoc/update3.sxg old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/w_102a/st1_12.sxg b/testautomation/writer/optional/input/masterdoc/w_102a/st1_12.sxg old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/w_102a/st1_121.sxw b/testautomation/writer/optional/input/masterdoc/w_102a/st1_121.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/w_102a/st1_122.sxw b/testautomation/writer/optional/input/masterdoc/w_102a/st1_122.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/w_102a/st1_123.sxw b/testautomation/writer/optional/input/masterdoc/w_102a/st1_123.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/w_102a/st1_124.sxw b/testautomation/writer/optional/input/masterdoc/w_102a/st1_124.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/w_102a/st1_125.sxw b/testautomation/writer/optional/input/masterdoc/w_102a/st1_125.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/w_102a/st1_126.sxw b/testautomation/writer/optional/input/masterdoc/w_102a/st1_126.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/w_102a/st1_127.sxw b/testautomation/writer/optional/input/masterdoc/w_102a/st1_127.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/w_102a/st1_128.sxw b/testautomation/writer/optional/input/masterdoc/w_102a/st1_128.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/masterdoc/w_102a/st1_129.sxw b/testautomation/writer/optional/input/masterdoc/w_102a/st1_129.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/navigator/navigator.odt b/testautomation/writer/optional/input/navigator/navigator.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/number/numbering1.sxw b/testautomation/writer/optional/input/number/numbering1.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/options/gridtst.sxw b/testautomation/writer/optional/input/options/gridtst.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/options/gridtst2.sxw b/testautomation/writer/optional/input/options/gridtst2.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/options/options1.sxw b/testautomation/writer/optional/input/options/options1.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/options/options2.sxw b/testautomation/writer/optional/input/options/options2.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/options/options3.sxw b/testautomation/writer/optional/input/options/options3.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/options/wtitertest.sxw b/testautomation/writer/optional/input/options/wtitertest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/redlining/tRedlining_15.sxw b/testautomation/writer/optional/input/redlining/tRedlining_15.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/redlining/tRedlining_4.sxw b/testautomation/writer/optional/input/redlining/tRedlining_4.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/regression/issuezilla/i64991.odt b/testautomation/writer/optional/input/regression/issuezilla/i64991.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/regression/issuezilla/i65094a.odt b/testautomation/writer/optional/input/regression/issuezilla/i65094a.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/regression/issuezilla/i65094b.odt b/testautomation/writer/optional/input/regression/issuezilla/i65094b.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/regression/issuezilla/i69521.odt b/testautomation/writer/optional/input/regression/issuezilla/i69521.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/search/attrib.sxw b/testautomation/writer/optional/input/search/attrib.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/search/regu_aus.sxw b/testautomation/writer/optional/input/search/regu_aus.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/search/style_characters_raw.sxw b/testautomation/writer/optional/input/search/style_characters_raw.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/search/style_characters_styles_allone.sxw b/testautomation/writer/optional/input/search/style_characters_styles_allone.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/search/such_u_e.sxw b/testautomation/writer/optional/input/search/such_u_e.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/section/section_test.sxd b/testautomation/writer/optional/input/section/section_test.sxd old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/section/tParagraphSection_1.sxw b/testautomation/writer/optional/input/section/tParagraphSection_1.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/section/tScenarioSection_1.sxw b/testautomation/writer/optional/input/section/tScenarioSection_1.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/section/tScenarioSection_2.sxw b/testautomation/writer/optional/input/section/tScenarioSection_2.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/sorting/phonelist.odt b/testautomation/writer/optional/input/sorting/phonelist.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/sorting/phonelist_sc.odt b/testautomation/writer/optional/input/sorting/phonelist_sc.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/sorting/sort1.odm b/testautomation/writer/optional/input/sorting/sort1.odm old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/sorting/sort1.odt b/testautomation/writer/optional/input/sorting/sort1.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/sorting/sort2.odm b/testautomation/writer/optional/input/sorting/sort2.odm old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/sorting/sort2.odt b/testautomation/writer/optional/input/sorting/sort2.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/sorting/sort3.odm b/testautomation/writer/optional/input/sorting/sort3.odm old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/sorting/sort3.odt b/testautomation/writer/optional/input/sorting/sort3.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/Language_Guessing_Sample_Texts.odt b/testautomation/writer/optional/input/spellcheck/Language_Guessing_Sample_Texts.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/spellcheck_1.odt b/testautomation/writer/optional/input/spellcheck/spellcheck_1.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/spellcheck_33.odt b/testautomation/writer/optional/input/spellcheck/spellcheck_33.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/spellcheck_34.odt b/testautomation/writer/optional/input/spellcheck/spellcheck_34.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/spellcheck_49.odt b/testautomation/writer/optional/input/spellcheck/spellcheck_49.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/spellcheck_50.odt b/testautomation/writer/optional/input/spellcheck/spellcheck_50.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_01.odt b/testautomation/writer/optional/input/spellcheck/st1_2_01.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_03.odt b/testautomation/writer/optional/input/spellcheck/st1_2_03.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_07.odt b/testautomation/writer/optional/input/spellcheck/st1_2_07.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_31.odt b/testautomation/writer/optional/input/spellcheck/st1_2_31.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_33.odt b/testautomation/writer/optional/input/spellcheck/st1_2_33.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_34.odt b/testautomation/writer/optional/input/spellcheck/st1_2_34.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_36.odt b/testautomation/writer/optional/input/spellcheck/st1_2_36.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_39.odt b/testautomation/writer/optional/input/spellcheck/st1_2_39.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_45.odt b/testautomation/writer/optional/input/spellcheck/st1_2_45.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_46.odt b/testautomation/writer/optional/input/spellcheck/st1_2_46.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_48.odt b/testautomation/writer/optional/input/spellcheck/st1_2_48.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_49.odt b/testautomation/writer/optional/input/spellcheck/st1_2_49.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_50.odt b/testautomation/writer/optional/input/spellcheck/st1_2_50.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/spellcheck/st1_2_55.odt b/testautomation/writer/optional/input/spellcheck/st1_2_55.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/st1_1.sxw b/testautomation/writer/optional/input/st1_1.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/st1_13a.sxw b/testautomation/writer/optional/input/st1_13a.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/st1_13b.sxw b/testautomation/writer/optional/input/st1_13b.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/st1_14.sxw b/testautomation/writer/optional/input/st1_14.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/st1_5.sxw b/testautomation/writer/optional/input/st1_5.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/st1_7.sxw b/testautomation/writer/optional/input/st1_7.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/AnchorAsCharacter.sxw b/testautomation/writer/optional/input/textframe/AnchorAsCharacter.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/AnchorToCharacter.sxw b/testautomation/writer/optional/input/textframe/AnchorToCharacter.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/AnchorToPage.sxw b/testautomation/writer/optional/input/textframe/AnchorToPage.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/AnchorToParagraph.sxw b/testautomation/writer/optional/input/textframe/AnchorToParagraph.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/Footer.sxw b/testautomation/writer/optional/input/textframe/Footer.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/Header.sxw b/testautomation/writer/optional/input/textframe/Header.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/after.sxw b/testautomation/writer/optional/input/textframe/after.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/before.sxw b/testautomation/writer/optional/input/textframe/before.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/frame.sxw b/testautomation/writer/optional/input/textframe/frame.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/frameInEndnote.sxw b/testautomation/writer/optional/input/textframe/frameInEndnote.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/frameInFooter.sxw b/testautomation/writer/optional/input/textframe/frameInFooter.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/frameInFootnote.sxw b/testautomation/writer/optional/input/textframe/frameInFootnote.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/frameInFrame.sxw b/testautomation/writer/optional/input/textframe/frameInFrame.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/frameInHeader.sxw b/testautomation/writer/optional/input/textframe/frameInHeader.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/frameInTable.sxw b/testautomation/writer/optional/input/textframe/frameInTable.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/lineOfText.sxw b/testautomation/writer/optional/input/textframe/lineOfText.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/pageColumn1.sxw b/testautomation/writer/optional/input/textframe/pageColumn1.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/pageColumn2.sxw b/testautomation/writer/optional/input/textframe/pageColumn2.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/pageParagraph.sxw b/testautomation/writer/optional/input/textframe/pageParagraph.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/through.sxw b/testautomation/writer/optional/input/textframe/through.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/twopages.sxw b/testautomation/writer/optional/input/textframe/twopages.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/textframe/wrap.sxw b/testautomation/writer/optional/input/textframe/wrap.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/verzeichnis/verzeichnis.sxw b/testautomation/writer/optional/input/verzeichnis/verzeichnis.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/verzeichnis/verzeichnisse.sxw b/testautomation/writer/optional/input/verzeichnis/verzeichnisse.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/bt.sxw b/testautomation/writer/required/input/bt.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/hangul.sxw b/testautomation/writer/required/input/hangul.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/htmltest.sxg b/testautomation/writer/required/input/htmltest.sxg old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/htmltest.sxw b/testautomation/writer/required/input/htmltest.sxw old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/001.odt b/testautomation/writer/required/input/linguistik/001.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/003.odt b/testautomation/writer/required/input/linguistik/003.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/007.odt b/testautomation/writer/required/input/linguistik/007.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/031.odt b/testautomation/writer/required/input/linguistik/031.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/033.odt b/testautomation/writer/required/input/linguistik/033.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/034.odt b/testautomation/writer/required/input/linguistik/034.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/036.odt b/testautomation/writer/required/input/linguistik/036.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/039.odt b/testautomation/writer/required/input/linguistik/039.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/045.odt b/testautomation/writer/required/input/linguistik/045.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/046.odt b/testautomation/writer/required/input/linguistik/046.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/048.odt b/testautomation/writer/required/input/linguistik/048.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/049.odt b/testautomation/writer/required/input/linguistik/049.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/055.odt b/testautomation/writer/required/input/linguistik/055.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/linguistik/sprache.odt b/testautomation/writer/required/input/linguistik/sprache.odt old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/st1_1.sxw b/testautomation/writer/required/input/st1_1.sxw old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/calc/ooo10/NatNumtest.sxc b/testautomation/xml/optional/input/calc/ooo10/NatNumtest.sxc old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/calc/ooo10/alien_attributes.sxc b/testautomation/xml/optional/input/calc/ooo10/alien_attributes.sxc old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/calc/ooo10/feat906.sxc b/testautomation/xml/optional/input/calc/ooo10/feat906.sxc old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/calc/ooo10/japan.sxc b/testautomation/xml/optional/input/calc/ooo10/japan.sxc old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/calc/ooo10/korean.sxc b/testautomation/xml/optional/input/calc/ooo10/korean.sxc old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/calc/ooo10/pagefields_datapilot1.sxc b/testautomation/xml/optional/input/calc/ooo10/pagefields_datapilot1.sxc old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/calc/ooo10/pagefields_datapilot2.sxc b/testautomation/xml/optional/input/calc/ooo10/pagefields_datapilot2.sxc old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/calc/ooo10/pagefields_datapilot3.sxc b/testautomation/xml/optional/input/calc/ooo10/pagefields_datapilot3.sxc old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/calc/ooo10/pagefields_datapilot4.sxc b/testautomation/xml/optional/input/calc/ooo10/pagefields_datapilot4.sxc old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/calc/ooo10/simple_c.sxc b/testautomation/xml/optional/input/calc/ooo10/simple_c.sxc old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/calc/ooo10/trad_c.sxc b/testautomation/xml/optional/input/calc/ooo10/trad_c.sxc old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/for_xhtml_export/Table-XHTML.odt b/testautomation/xml/optional/input/for_xhtml_export/Table-XHTML.odt old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/for_xhtml_export/border.ods b/testautomation/xml/optional/input/for_xhtml_export/border.ods old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/for_xhtml_export/bullets.sxw b/testautomation/xml/optional/input/for_xhtml_export/bullets.sxw old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/for_xhtml_export/p_in_h.odt b/testautomation/xml/optional/input/for_xhtml_export/p_in_h.odt old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/for_xhtml_export/presentation_xhtml.odp b/testautomation/xml/optional/input/for_xhtml_export/presentation_xhtml.odp old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/for_xhtml_export/span_split.odt b/testautomation/xml/optional/input/for_xhtml_export/span_split.odt old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/graphics/ooo10/alien.sxd b/testautomation/xml/optional/input/graphics/ooo10/alien.sxd old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/graphics/ooo10/alien.sxi b/testautomation/xml/optional/input/graphics/ooo10/alien.sxi old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/graphics/ooo10/chin.sxd b/testautomation/xml/optional/input/graphics/ooo10/chin.sxd old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/graphics/ooo10/chin.sxi b/testautomation/xml/optional/input/graphics/ooo10/chin.sxi old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/graphics/ooo10/japan.sxd b/testautomation/xml/optional/input/graphics/ooo10/japan.sxd old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/graphics/ooo10/japan.sxi b/testautomation/xml/optional/input/graphics/ooo10/japan.sxi old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/graphics/ooo10/korean.sxd b/testautomation/xml/optional/input/graphics/ooo10/korean.sxd old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/graphics/ooo10/korean.sxi b/testautomation/xml/optional/input/graphics/ooo10/korean.sxi old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/graphics/ooo10/trad_chin.sxd b/testautomation/xml/optional/input/graphics/ooo10/trad_chin.sxd old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/graphics/ooo10/trad_chin.sxi b/testautomation/xml/optional/input/graphics/ooo10/trad_chin.sxi old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/math/asian/jp_math.sxm b/testautomation/xml/optional/input/math/asian/jp_math.sxm old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/math/asian/ko_math.sxm b/testautomation/xml/optional/input/math/asian/ko_math.sxm old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/math/asian/zh_cn_math.sxm b/testautomation/xml/optional/input/math/asian/zh_cn_math.sxm old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/math/asian/zh_tw_math.sxm b/testautomation/xml/optional/input/math/asian/zh_tw_math.sxm old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/writer/feat1318.sxw b/testautomation/xml/optional/input/writer/feat1318.sxw old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/writer/feat476.sxw b/testautomation/xml/optional/input/writer/feat476.sxw old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/writer/fiscus.sxw b/testautomation/xml/optional/input/writer/fiscus.sxw old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/writer/fiscus2.sxw b/testautomation/xml/optional/input/writer/fiscus2.sxw old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/writer/jp_text.sxw b/testautomation/xml/optional/input/writer/jp_text.sxw old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/writer/ko_text.sxw b/testautomation/xml/optional/input/writer/ko_text.sxw old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/writer/zh_cn_text.sxw b/testautomation/xml/optional/input/writer/zh_cn_text.sxw old mode 100755 new mode 100644 diff --git a/testautomation/xml/optional/input/writer/zh_tw_text.sxw b/testautomation/xml/optional/input/writer/zh_tw_text.sxw old mode 100755 new mode 100644 diff --git a/testautomation/xml/required/input/graphics/alien_attributes/alien_attributes_presentation.odp b/testautomation/xml/required/input/graphics/alien_attributes/alien_attributes_presentation.odp old mode 100755 new mode 100644 diff --git a/testautomation/xml/required/input/graphics/header_footer/allheaderfooter_fixed.odp b/testautomation/xml/required/input/graphics/header_footer/allheaderfooter_fixed.odp old mode 100755 new mode 100644 diff --git a/testautomation/xml/required/input/graphics/header_footer/noheaderfooter.odp b/testautomation/xml/required/input/graphics/header_footer/noheaderfooter.odp old mode 100755 new mode 100644 diff --git a/testautomation/xml/required/input/graphics/header_footer/nomasterelements.odp b/testautomation/xml/required/input/graphics/header_footer/nomasterelements.odp old mode 100755 new mode 100644 diff --git a/testautomation/xml/required/input/graphics/header_footer/someheaderfooter_varible.odp b/testautomation/xml/required/input/graphics/header_footer/someheaderfooter_varible.odp old mode 100755 new mode 100644 -- cgit v1.2.3 From 6fd56428916e59dc9995917e70262f7cb78197d9 Mon Sep 17 00:00:00 2001 From: Francisco Saito Date: Tue, 29 Mar 2011 21:44:51 +0100 Subject: drop bogus executable flag from image files --- .../framework/optional/input/alldocs/borabora.jpg | Bin testautomation/global/input/graf_inp/baer.tif | Bin testautomation/global/input/graf_inp/borabora.jpg | Bin testautomation/global/input/graf_inp/desp.bmp | Bin testautomation/global/input/graf_inp/enter.bmp | Bin testautomation/global/input/graf_inp/graph_ex.png | Bin testautomation/global/input/graf_inp/obst.png | Bin testautomation/global/input/graf_inp/papagei2.xpm | 0 testautomation/global/input/graf_inp/pilz.tga | Bin testautomation/global/input/graf_inp/stabler.tif | Bin .../graphics/required/input/SaveAsPicture/SaveAsPicture.bmp | Bin .../graphics/required/input/SaveAsPicture/SaveAsPicture.jpg | Bin .../graphics/required/input/SaveAsPicture/SaveAsPicture.png | Bin .../graphics/required/input/SaveAsPicture/SaveAsPicture.tga | Bin .../graphics/required/input/SaveAsPicture/SaveAsPicture.tif | Bin .../graphics/required/input/SaveAsPicture/SaveAsPicture.xpm | 0 testautomation/graphics/required/input/i_us_large.jpg | Bin testautomation/graphics/required/input/ole.bmp | Bin .../writer/optional/input/alternative_text/jolink.jpg | Bin testautomation/writer/optional/input/graphics/bild.jpg | Bin testautomation/writer/optional/input/graphics/jolink.jpg | Bin .../writer/optional/input/insertgraphic/Bughunter.jpg | Bin testautomation/writer/optional/input/insertgraphic/game.bmp | Bin testautomation/writer/optional/input/menu/drums.jpg | Bin .../writer/optional/input/options/test1_html_m5a52a8ec.jpg | Bin .../writer/optional/input/options/test_html_8166445.jpg | Bin testautomation/writer/required/input/graphics/jolink.jpg | Bin 27 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 testautomation/framework/optional/input/alldocs/borabora.jpg mode change 100755 => 100644 testautomation/global/input/graf_inp/baer.tif mode change 100755 => 100644 testautomation/global/input/graf_inp/borabora.jpg mode change 100755 => 100644 testautomation/global/input/graf_inp/desp.bmp mode change 100755 => 100644 testautomation/global/input/graf_inp/enter.bmp mode change 100755 => 100644 testautomation/global/input/graf_inp/graph_ex.png mode change 100755 => 100644 testautomation/global/input/graf_inp/obst.png mode change 100755 => 100644 testautomation/global/input/graf_inp/papagei2.xpm mode change 100755 => 100644 testautomation/global/input/graf_inp/pilz.tga mode change 100755 => 100644 testautomation/global/input/graf_inp/stabler.tif mode change 100755 => 100644 testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.bmp mode change 100755 => 100644 testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.jpg mode change 100755 => 100644 testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.png mode change 100755 => 100644 testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.tga mode change 100755 => 100644 testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.tif mode change 100755 => 100644 testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.xpm mode change 100755 => 100644 testautomation/graphics/required/input/i_us_large.jpg mode change 100755 => 100644 testautomation/graphics/required/input/ole.bmp mode change 100755 => 100644 testautomation/writer/optional/input/alternative_text/jolink.jpg mode change 100755 => 100644 testautomation/writer/optional/input/graphics/bild.jpg mode change 100755 => 100644 testautomation/writer/optional/input/graphics/jolink.jpg mode change 100755 => 100644 testautomation/writer/optional/input/insertgraphic/Bughunter.jpg mode change 100755 => 100644 testautomation/writer/optional/input/insertgraphic/game.bmp mode change 100755 => 100644 testautomation/writer/optional/input/menu/drums.jpg mode change 100755 => 100644 testautomation/writer/optional/input/options/test1_html_m5a52a8ec.jpg mode change 100755 => 100644 testautomation/writer/optional/input/options/test_html_8166445.jpg mode change 100755 => 100644 testautomation/writer/required/input/graphics/jolink.jpg diff --git a/testautomation/framework/optional/input/alldocs/borabora.jpg b/testautomation/framework/optional/input/alldocs/borabora.jpg old mode 100755 new mode 100644 diff --git a/testautomation/global/input/graf_inp/baer.tif b/testautomation/global/input/graf_inp/baer.tif old mode 100755 new mode 100644 diff --git a/testautomation/global/input/graf_inp/borabora.jpg b/testautomation/global/input/graf_inp/borabora.jpg old mode 100755 new mode 100644 diff --git a/testautomation/global/input/graf_inp/desp.bmp b/testautomation/global/input/graf_inp/desp.bmp old mode 100755 new mode 100644 diff --git a/testautomation/global/input/graf_inp/enter.bmp b/testautomation/global/input/graf_inp/enter.bmp old mode 100755 new mode 100644 diff --git a/testautomation/global/input/graf_inp/graph_ex.png b/testautomation/global/input/graf_inp/graph_ex.png old mode 100755 new mode 100644 diff --git a/testautomation/global/input/graf_inp/obst.png b/testautomation/global/input/graf_inp/obst.png old mode 100755 new mode 100644 diff --git a/testautomation/global/input/graf_inp/papagei2.xpm b/testautomation/global/input/graf_inp/papagei2.xpm old mode 100755 new mode 100644 diff --git a/testautomation/global/input/graf_inp/pilz.tga b/testautomation/global/input/graf_inp/pilz.tga old mode 100755 new mode 100644 diff --git a/testautomation/global/input/graf_inp/stabler.tif b/testautomation/global/input/graf_inp/stabler.tif old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.bmp b/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.bmp old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.jpg b/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.jpg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.png b/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.png old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.tga b/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.tga old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.tif b/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.tif old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.xpm b/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.xpm old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/i_us_large.jpg b/testautomation/graphics/required/input/i_us_large.jpg old mode 100755 new mode 100644 diff --git a/testautomation/graphics/required/input/ole.bmp b/testautomation/graphics/required/input/ole.bmp old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/alternative_text/jolink.jpg b/testautomation/writer/optional/input/alternative_text/jolink.jpg old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/graphics/bild.jpg b/testautomation/writer/optional/input/graphics/bild.jpg old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/graphics/jolink.jpg b/testautomation/writer/optional/input/graphics/jolink.jpg old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/insertgraphic/Bughunter.jpg b/testautomation/writer/optional/input/insertgraphic/Bughunter.jpg old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/insertgraphic/game.bmp b/testautomation/writer/optional/input/insertgraphic/game.bmp old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/menu/drums.jpg b/testautomation/writer/optional/input/menu/drums.jpg old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/options/test1_html_m5a52a8ec.jpg b/testautomation/writer/optional/input/options/test1_html_m5a52a8ec.jpg old mode 100755 new mode 100644 diff --git a/testautomation/writer/optional/input/options/test_html_8166445.jpg b/testautomation/writer/optional/input/options/test_html_8166445.jpg old mode 100755 new mode 100644 diff --git a/testautomation/writer/required/input/graphics/jolink.jpg b/testautomation/writer/required/input/graphics/jolink.jpg old mode 100755 new mode 100644 -- cgit v1.2.3 From eb4cad3c8f237e09db7589e875173b2dcfa81791 Mon Sep 17 00:00:00 2001 From: Francisco Saito Date: Tue, 29 Mar 2011 21:47:37 +0100 Subject: drop bogus executable flag from idl/build/src and config files --- smoketestdoc/com/sun/star/comp/smoketest/TestExtension.idl | 0 smoketestdoc/prj/build.lst | 0 smoketestdoc/prj/d.lst | 0 smoketestoo_native/prj/build.lst | 0 .../registry/data/org/openoffice/Office/UI/CalcWindowState.xcu | 0 .../registry/data/org/openoffice/Office/UI/Factories.xcu | 0 testautomation/global/hid/hid.lst | 0 testgraphical/prj/build.lst | 0 8 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 smoketestdoc/com/sun/star/comp/smoketest/TestExtension.idl mode change 100755 => 100644 smoketestdoc/prj/build.lst mode change 100755 => 100644 smoketestdoc/prj/d.lst mode change 100755 => 100644 smoketestoo_native/prj/build.lst mode change 100755 => 100644 testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu mode change 100755 => 100644 testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/registry/data/org/openoffice/Office/UI/Factories.xcu mode change 100755 => 100644 testautomation/global/hid/hid.lst mode change 100755 => 100644 testgraphical/prj/build.lst diff --git a/smoketestdoc/com/sun/star/comp/smoketest/TestExtension.idl b/smoketestdoc/com/sun/star/comp/smoketest/TestExtension.idl old mode 100755 new mode 100644 diff --git a/smoketestdoc/prj/build.lst b/smoketestdoc/prj/build.lst old mode 100755 new mode 100644 diff --git a/smoketestdoc/prj/d.lst b/smoketestdoc/prj/d.lst old mode 100755 new mode 100644 diff --git a/smoketestoo_native/prj/build.lst b/smoketestoo_native/prj/build.lst old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/registry/data/org/openoffice/Office/UI/Factories.xcu b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/registry/data/org/openoffice/Office/UI/Factories.xcu old mode 100755 new mode 100644 diff --git a/testautomation/global/hid/hid.lst b/testautomation/global/hid/hid.lst old mode 100755 new mode 100644 diff --git a/testgraphical/prj/build.lst b/testgraphical/prj/build.lst old mode 100755 new mode 100644 -- cgit v1.2.3 From 01b86789db30a88b6289c7a9ddaab1f0d0282b3e Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Wed, 30 Mar 2011 10:28:57 +0200 Subject: using --headless, now that it works --- test/source/java/org/openoffice/test/OfficeConnection.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/source/java/org/openoffice/test/OfficeConnection.java b/test/source/java/org/openoffice/test/OfficeConnection.java index a7231fce5..6aa164aed 100644 --- a/test/source/java/org/openoffice/test/OfficeConnection.java +++ b/test/source/java/org/openoffice/test/OfficeConnection.java @@ -56,8 +56,7 @@ public final class OfficeConnection { String headless_flags = ""; try { if(Argument.get("headless").length() > 0) { - // meh, we warn about -headless being replaced by --headless, but that does not actually work - headless_flags = "-headless"; + headless_flags = "--headless"; } } catch(Exception e) {} description = "pipe,name=oootest" + UUID.randomUUID(); -- cgit v1.2.3 From 18cf39a89a93b2ac0fa7d39ac4589a089da0f901 Mon Sep 17 00:00:00 2001 From: Bernhard Rosenkraenzer Date: Thu, 31 Mar 2011 18:52:01 +0200 Subject: avoid gcj compilation error set encoding="utf-8" fork="true" to avoid known gcj error --- qadevOOo/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qadevOOo/build.xml b/qadevOOo/build.xml index f1d18384c..280decf84 100755 --- a/qadevOOo/build.xml +++ b/qadevOOo/build.xml @@ -19,7 +19,7 @@ - + -- cgit v1.2.3 -- cgit v1.2.3 -- cgit v1.2.3 From 119af1574e9e683654af7fbca7352a384c1bd2cc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 5 Apr 2011 11:47:33 +0100 Subject: remove ADAPT_EXT_STL --- smoketestoo_native/makefile.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 195ef4052..31d67d77a 100755 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -35,13 +35,6 @@ ABORT_ON_ASSERTION = TRUE CFLAGSCXX += $(CPPUNIT_CFLAGS) -#building with stlport, but cppunit was not built with stlport -.IF "$(USE_SYSTEM_STL)"!="YES" -.IF "$(SYSTEM_CPPUNIT)"=="YES" -CFLAGSCXX+=-DADAPT_EXT_STL -.ENDIF -.ENDIF - SLOFILES = $(SHL1OBJS) SHL1TARGET = smoketest -- cgit v1.2.3 From e6cb05fe747bfff69435eb7e7a6f64f49f1f7c19 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 5 Apr 2011 11:54:17 +0100 Subject: remove ADAPT_EXT_STL --- test/source/cpp/makefile.mk | 3 --- test/source/cpp/unoexceptionprotector/makefile.mk | 3 --- 2 files changed, 6 deletions(-) diff --git a/test/source/cpp/makefile.mk b/test/source/cpp/makefile.mk index 2073f1500..cae88e039 100644 --- a/test/source/cpp/makefile.mk +++ b/test/source/cpp/makefile.mk @@ -35,9 +35,6 @@ VISIBILITY_HIDDEN = TRUE CDEFS += -DOOO_DLLIMPLEMENTATION_TEST CFLAGSCXX += $(CPPUNIT_CFLAGS) -.IF "$(USE_SYSTEM_STL)" != "YES" && "$(SYSTEM_CPPUNIT)" == "YES" -CFLAGSCXX += -DADAPT_EXT_STL -.END SLOFILES = \ $(SLO)/getargument.obj \ diff --git a/test/source/cpp/unoexceptionprotector/makefile.mk b/test/source/cpp/unoexceptionprotector/makefile.mk index 7f62199f4..86c8bc6fb 100644 --- a/test/source/cpp/unoexceptionprotector/makefile.mk +++ b/test/source/cpp/unoexceptionprotector/makefile.mk @@ -35,9 +35,6 @@ VISIBILITY_HIDDEN = TRUE DLLPRE = CFLAGSCXX += $(CPPUNIT_CFLAGS) -.IF "$(USE_SYSTEM_STL)" != "YES" && "$(SYSTEM_CPPUNIT)" == "YES" -CFLAGSCXX += -DADAPT_EXT_STL -.END SLOFILES = $(SLO)/unoexceptionprotector.obj -- cgit v1.2.3 From 22cd1c5d1685cf50642eb93470c78d3e0ea56761 Mon Sep 17 00:00:00 2001 From: Octavio Alvarez Date: Sun, 3 Apr 2011 16:05:52 -0700 Subject: Change accel key for Clear Direct Formatting back to D --- testautomation/framework/optional/input/menu/en-us_calc.txt | 2 +- testautomation/framework/optional/input/menu/en-us_draw.txt | 2 +- testautomation/framework/optional/input/menu/en-us_htmldokument.txt | 2 +- testautomation/framework/optional/input/menu/en-us_impress.txt | 2 +- testautomation/framework/optional/input/menu/en-us_masterdoc.txt | 2 +- testautomation/framework/optional/input/menu/en-us_writer.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/testautomation/framework/optional/input/menu/en-us_calc.txt b/testautomation/framework/optional/input/menu/en-us_calc.txt index 3f0b945c5..9da6f8984 100755 --- a/testautomation/framework/optional/input/menu/en-us_calc.txt +++ b/testautomation/framework/optional/input/menu/en-us_calc.txt @@ -93,7 +93,7 @@ Mo~vie and Sound Ch~art... Float~ing Frame ********** F~ormat -~Clear Direct Formatting +Clear ~Direct Formatting ~Cells... ~Row diff --git a/testautomation/framework/optional/input/menu/en-us_draw.txt b/testautomation/framework/optional/input/menu/en-us_draw.txt index 7334e2e10..06363e595 100755 --- a/testautomation/framework/optional/input/menu/en-us_draw.txt +++ b/testautomation/framework/optional/input/menu/en-us_draw.txt @@ -86,7 +86,7 @@ Float~ing Frame ~File... ********** F~ormat -~Clear Direct Formatting +Clear ~Direct Formatting C~haracter... P~aragraph... diff --git a/testautomation/framework/optional/input/menu/en-us_htmldokument.txt b/testautomation/framework/optional/input/menu/en-us_htmldokument.txt index 985d18470..637a4e2aa 100755 --- a/testautomation/framework/optional/input/menu/en-us_htmldokument.txt +++ b/testautomation/framework/optional/input/menu/en-us_htmldokument.txt @@ -89,7 +89,7 @@ Float~ing Frame ~File... ********** F~ormat -~Clear Direct Formatting +Clear ~Direct Formatting C~haracter... P~aragraph... diff --git a/testautomation/framework/optional/input/menu/en-us_impress.txt b/testautomation/framework/optional/input/menu/en-us_impress.txt index fdd773ab4..f3a00e13a 100755 --- a/testautomation/framework/optional/input/menu/en-us_impress.txt +++ b/testautomation/framework/optional/input/menu/en-us_impress.txt @@ -95,7 +95,7 @@ Float~ing Frame ~File... ********** F~ormat -~Clear Direct Formatting +Clear ~Direct Formatting C~haracter... P~aragraph... diff --git a/testautomation/framework/optional/input/menu/en-us_masterdoc.txt b/testautomation/framework/optional/input/menu/en-us_masterdoc.txt index 12c6e9a50..14803fc12 100755 --- a/testautomation/framework/optional/input/menu/en-us_masterdoc.txt +++ b/testautomation/framework/optional/input/menu/en-us_masterdoc.txt @@ -104,7 +104,7 @@ Float~ing Frame ~File... ********** F~ormat -~Clear Direct Formatting +Clear ~Direct Formatting C~haracter... P~aragraph... diff --git a/testautomation/framework/optional/input/menu/en-us_writer.txt b/testautomation/framework/optional/input/menu/en-us_writer.txt index 016481b49..012b4f7f7 100755 --- a/testautomation/framework/optional/input/menu/en-us_writer.txt +++ b/testautomation/framework/optional/input/menu/en-us_writer.txt @@ -105,7 +105,7 @@ Float~ing Frame ~File... ********** F~ormat -~Clear Direct Formatting +Clear ~Direct Formatting C~haracter... P~aragraph... -- cgit v1.2.3 From 3ec627ecdfcc8f96b70c15de059b40c2444e3d9a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 7 Apr 2011 13:12:30 +0100 Subject: add includeantruntime=false --- qadevOOo/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qadevOOo/build.xml b/qadevOOo/build.xml index 280decf84..375d61757 100755 --- a/qadevOOo/build.xml +++ b/qadevOOo/build.xml @@ -19,7 +19,7 @@ - + @@ -35,7 +35,7 @@ - + -- cgit v1.2.3 From ee666191ab3f28bc7cb36b3678cad2b5f7eef588 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 7 Apr 2011 17:29:51 +0100 Subject: handle the --disable-binfilter variable throughout Seeing as I got real confused when I ran it manually with the binfilter disabled and had the OpenV5 available and various errors at runtime --- smoketestdoc/data/Global.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/smoketestdoc/data/Global.xml b/smoketestdoc/data/Global.xml index 3991a36bb..ef178e15a 100644 --- a/smoketestdoc/data/Global.xml +++ b/smoketestdoc/data/Global.xml @@ -532,6 +532,11 @@ Sub SetGlobalOptionsDialog () REM create dialog control gOptionsDialog = CreateUnoDialog( oInputStreamProvider ) + if Environ("WITH_BINFILTER") = "NO" then + oControl = gOptionsDialog.getControl("cbOpen50Test") + oControl.Model.setPropertyValue("Enabled", FALSE) + End If + end Sub Sub ShowOptionsDlg @@ -588,7 +593,11 @@ Sub GetOptions gOptionsDialog.getControl("cbDatabaseTest").setState( -( GetUserFieldState (cUserFieldTestDatabase, gOutputDoc))) gOptionsDialog.getControl("cbExtensionTest").setState( -( GetUserFieldState (cUserFieldTestExtension, gOutputDoc))) gOptionsDialog.getControl("cbSaveOpenXMLTest").setState( -( GetUserFieldState (cUserFieldTestOpenSaveXML, gOutputDoc))) - gOptionsDialog.getControl("cbOpen50Test").setState( -( GetUserFieldState (cUserFieldTestOpen50, gOutPutDoc))) + if Environ("WITH_BINFILTER") = "NO" then + gOptionsDialog.getControl("cbOpen50Test").setState(0) + else + gOptionsDialog.getControl("cbOpen50Test").setState( -( GetUserFieldState (cUserFieldTestOpen50, gOutPutDoc))) + End If gOptionsDialog.getControl("cbSaveOpen8Test").setState( -( GetUserFieldState (cUserFieldTestOpenSave8, gOutputDoc))) gOptionsDialog.getControl("cbTerminateAfterTest").setState( -( GetUserFieldState (cUserFieldTestTerminateAfterTest, gOutputDoc))) End Sub @@ -606,7 +615,11 @@ Sub ReadOptions bMakeDBTest = GetUserFieldState (cUserFieldTestDatabase, gOutputDoc) bMakeExtensionTest = GetUserFieldState (cUserFieldTestExtension, gOutputDoc) bMakeSaveOpenXMLTest = GetUserFieldState (cUserFieldTestOpenSaveXML, gOutputDoc) - bMakeOpen50Test = GetUserFieldState (cUserFieldTestOpen50, gOutPutDoc) + if Environ("WITH_BINFILTER") = "NO" then + bMakeOpen50Test = false + else + bMakeOpen50Test = GetUserFieldState (cUserFieldTestOpen50, gOutPutDoc) + End If bMakeSaveOpen8Test = GetUserFieldState (cUserFieldTestOpenSave8, gOutputDoc) bMakeTerminateAfterTest = GetUserFieldState (cUserFieldTestTerminateAfterTest, gOutputDoc) end Sub -- cgit v1.2.3 -- cgit v1.2.3 From fb7459309da92b3bcf01739c59561948d3c61735 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 13 Apr 2011 09:57:50 +0100 Subject: catch by const reference --- testtools/source/bridgetest/bridgetest.cxx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/testtools/source/bridgetest/bridgetest.cxx b/testtools/source/bridgetest/bridgetest.cxx index 75b832443..efe3c04d2 100644 --- a/testtools/source/bridgetest/bridgetest.cxx +++ b/testtools/source/bridgetest/bridgetest.cxx @@ -547,21 +547,21 @@ static sal_Bool performTest( try { xLBT->getRaiseAttr1(); bRet &= check(false, "getRaiseAttr1 did not throw"); - } catch (RuntimeException &) { + } catch (const RuntimeException &) { } catch (...) { bRet &= check(false, "getRaiseAttr1 threw wrong type"); } try { xLBT->setRaiseAttr1(0); bRet &= check(false, "setRaiseAttr1 did not throw"); - } catch (IllegalArgumentException &) { + } catch (const IllegalArgumentException &) { } catch (...) { bRet &= check(false, "setRaiseAttr1 threw wrong type"); } try { xLBT->getRaiseAttr2(); bRet &= check(false, "getRaiseAttr2 did not throw"); - } catch (IllegalArgumentException &) { + } catch (const IllegalArgumentException &) { } catch (...) { bRet &= check(false, "getRaiseAttr2 threw wrong type"); } @@ -907,7 +907,7 @@ static sal_Bool performTest( // available in Java, while the server is, the logic is reversed here: try { xBT2->testConstructorsService(xContext); - } catch (BadConstructorArguments &) { + } catch (const BadConstructorArguments &) { bRet = false; } if (!noCurrentContext) { @@ -947,7 +947,7 @@ static sal_Bool raiseOnewayException( const Reference < XBridgeTest > & xLBT ) // When it flies, it must contain the correct elements. xLBT->raiseRuntimeExceptionOneway( sCompare, x ); } - catch( RuntimeException & e ) + catch( const RuntimeException & e ) { bReturn = ( #if OSL_DEBUG_LEVEL == 0 @@ -975,14 +975,14 @@ static sal_Bool raiseException( const Reference< XBridgeTest > & xLBT ) 5, OUSTR(STRING_TEST_CONSTANT), xLBT->getInterface() ); } - catch (IllegalArgumentException aExc) + catch (const IllegalArgumentException &rExc) { - if (aExc.ArgumentPosition == 5 && + if (rExc.ArgumentPosition == 5 && #if OSL_DEBUG_LEVEL == 0 // java stack traces trash Message - aExc.Message.compareToAscii( STRING_TEST_CONSTANT ) == 0 && + rExc.Message.compareToAscii( STRING_TEST_CONSTANT ) == 0 && #endif - aExc.Context == xLBT->getInterface()) + rExc.Context == xLBT->getInterface()) { #ifdef COMPCHECK //When we check if a new compiler still works then we must not call @@ -1022,7 +1022,7 @@ static sal_Bool raiseException( const Reference< XBridgeTest > & xLBT ) xLBT->setRuntimeException( 0xcafebabe ); } } - catch (Exception & rExc) + catch (const Exception & rExc) { if (rExc.Context == xLBT->getInterface() #if OSL_DEBUG_LEVEL == 0 @@ -1236,7 +1236,7 @@ sal_Int32 TestBridgeImpl::run( const Sequence< OUString > & rArgs ) Reference< XInterface >() ); } } - catch (Exception & exc) + catch (const Exception & exc) { OString cstr( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); fprintf( stderr, "exception occurred: %s\n", cstr.getStr() ); -- cgit v1.2.3 -- cgit v1.2.3 From b768b6fd30dc683fad409aeecc63cbdeaaa74e09 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 21 Apr 2011 15:28:34 +0200 Subject: Easyhack: Add visibility markup to all component_get* functions --- testtools/source/bridgetest/bridgetest.cxx | 4 ++-- testtools/source/bridgetest/constructors.cxx | 4 ++-- testtools/source/bridgetest/cppobj.cxx | 4 ++-- testtools/source/performance/ubobject.cxx | 4 ++-- testtools/source/performance/ubtest.cxx | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/testtools/source/bridgetest/bridgetest.cxx b/testtools/source/bridgetest/bridgetest.cxx index efe3c04d2..069b00fba 100644 --- a/testtools/source/bridgetest/bridgetest.cxx +++ b/testtools/source/bridgetest/bridgetest.cxx @@ -1297,13 +1297,13 @@ static Reference< XInterface > SAL_CALL TestBridgeImpl_create( extern "C" { //================================================================================================== -void SAL_CALL component_getImplementationEnvironment( +SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } //================================================================================================== -void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * ) { void * pRet = 0; diff --git a/testtools/source/bridgetest/constructors.cxx b/testtools/source/bridgetest/constructors.cxx index c0826d16e..9ba26c289 100644 --- a/testtools/source/bridgetest/constructors.cxx +++ b/testtools/source/bridgetest/constructors.cxx @@ -497,14 +497,14 @@ css::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames2() { { 0, 0, 0, 0, 0, 0 } }; } -extern "C" void * SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( char const * implName, void * serviceManager, void * registryKey) { return ::cppu::component_getFactoryHelper( implName, serviceManager, registryKey, entries); } -extern "C" void SAL_CALL component_getImplementationEnvironment( +extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( char const ** envTypeName, uno_Environment **) { *envTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx index 608dda401..07829658a 100644 --- a/testtools/source/bridgetest/cppobj.cxx +++ b/testtools/source/bridgetest/cppobj.cxx @@ -1184,13 +1184,13 @@ static Reference< XInterface > SAL_CALL Test_Impl_create( const Reference< XMult extern "C" { //================================================================================================== -void SAL_CALL component_getImplementationEnvironment( +SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } //================================================================================================== -void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * ) { void * pRet = 0; diff --git a/testtools/source/performance/ubobject.cxx b/testtools/source/performance/ubobject.cxx index e490dfcb0..74a45428c 100644 --- a/testtools/source/performance/ubobject.cxx +++ b/testtools/source/performance/ubobject.cxx @@ -257,7 +257,7 @@ static Reference< XInterface > SAL_CALL ServiceImpl_create( const Reference< XMu extern "C" { //================================================================================================== -void SAL_CALL component_getImplementationEnvironment( +SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; @@ -285,7 +285,7 @@ sal_Bool SAL_CALL component_writeInfo( return sal_False; } //================================================================================================== -void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { void * pRet = 0; diff --git a/testtools/source/performance/ubtest.cxx b/testtools/source/performance/ubtest.cxx index 13712c24d..fdb2b642c 100644 --- a/testtools/source/performance/ubtest.cxx +++ b/testtools/source/performance/ubtest.cxx @@ -1288,7 +1288,7 @@ sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs ) extern "C" { //================================================================================================== -void SAL_CALL component_getImplementationEnvironment( +SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; @@ -1316,7 +1316,7 @@ sal_Bool SAL_CALL component_writeInfo( return sal_False; } //================================================================================================== -void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { void * pRet = 0; -- cgit v1.2.3 From ef43518a2ac6caac369275bf741110358d1f6194 Mon Sep 17 00:00:00 2001 From: "Wolfram Garten [wg]" Date: Mon, 21 Feb 2011 11:15:57 +0100 Subject: i117035: [Automation] adapt automated testscripts to new export format svg --- testautomation/graphics/optional/d_export_graphic_a.bas | 1 + 1 file changed, 1 insertion(+) diff --git a/testautomation/graphics/optional/d_export_graphic_a.bas b/testautomation/graphics/optional/d_export_graphic_a.bas index 45b5ef107..ebe35387d 100644 --- a/testautomation/graphics/optional/d_export_graphic_a.bas +++ b/testautomation/graphics/optional/d_export_graphic_a.bas @@ -61,6 +61,7 @@ sub main Call tXPM 'X PixMap Call tGIF 'Graphics Interchange Format Call tJPEG 'Joint Photographic Experts Group + Call tSVG 'Scalable Vector Graphics Call hStatusOut end sub -- cgit v1.2.3 From 335f9f778a7a34ed7d62af3396463f8c3bafeee3 Mon Sep 17 00:00:00 2001 From: "Wolfram Garten [wg]" Date: Mon, 21 Feb 2011 11:16:53 +0100 Subject: i117035: [Automation] adapt automated testscripts to new export format svg --- testautomation/graphics/optional/export_graphic_a.bas | 1 + 1 file changed, 1 insertion(+) diff --git a/testautomation/graphics/optional/export_graphic_a.bas b/testautomation/graphics/optional/export_graphic_a.bas index 1bd3149cf..b7bb9ad88 100644 --- a/testautomation/graphics/optional/export_graphic_a.bas +++ b/testautomation/graphics/optional/export_graphic_a.bas @@ -60,6 +60,7 @@ sub main Call tXPM 'X PixMap Call tGIF 'Graphics Interchange Format Call tJPEG 'Joint Photographic Experts Group + Call tSVG 'Scalable Vector Graphics Call hStatusOut end sub -- cgit v1.2.3 From 1a2d394cdd5fd9ecd565f7c1d12f7c7cbbfe3aa5 Mon Sep 17 00:00:00 2001 From: "Wolfram Garten [wg]" Date: Mon, 21 Feb 2011 11:17:34 +0100 Subject: i117035: [Automation] adapt automated testscripts to new export format svg --- .../optional/includes/global/g_savepictureas.inc | 166 +++++++++++---------- 1 file changed, 88 insertions(+), 78 deletions(-) diff --git a/testautomation/graphics/optional/includes/global/g_savepictureas.inc b/testautomation/graphics/optional/includes/global/g_savepictureas.inc index bbf9776b7..e340308dc 100644 --- a/testautomation/graphics/optional/includes/global/g_savepictureas.inc +++ b/testautomation/graphics/optional/includes/global/g_savepictureas.inc @@ -173,88 +173,88 @@ testcase tContextSaveAsPicture Testsize = false SavedOrgPosition = Dateityp.GetSelIndex select case left(lcase(Dateityp.GetSelText),3) 'Filetype - case "png" : if (Filetype = "png") OR (Filetype = "psd") OR (Filetype = "pcx") OR (Filetype = "xbm") OR (Filetype = "ras") OR (Filetype = "pbm") OR (Filetype = "pcd") OR (Filetype = "pgm") OR (Filetype = "bmp") OR (Filetype = "ppm") OR (Filetype = "sgf") OR (Filetype = "xpm") OR (Filetype = "tga") then - printlog " " + Filetype + " will be saved as png, correct." - CounterShouldBe = 17 - else - warnlog "Png should not have been selected when we opened a '" + Filetype + "'-file." - endif - case "svm" : if (Filetype = "svm") OR (Filetype = "dxf") OR (Filetype = "eps") OR (Filetype = "sgv") then - printlog " " + Filetype + " will be saved as Svm, correct." - CounterShouldBe = 17 - else - warnlog "Svm should not have been selected when we opened a '" + Filetype + "'-file." - endif - case "wmf" : if (Filetype = "wmf") OR (Filetype = "emf") then - printlog " " + Filetype + " will be saved as Wmf, correct." - CounterShouldBe = 17 - if Filetype = "wmf" then Testsize = true - else - warnlog "Wmf should not have been selected when we opened a '" + Filetype + "'-file." - endif - case "jpe" : if (Filetype = "jpg") OR Filetype = "jif" OR Filetype = "peg" then - printlog " " + Filetype + " will be saved as Jpg, correct." - CounterShouldBe = 17 - if Filetype = "jpg" then Testsize = true - else - warnlog "Jpg should not have been selected when we opened a '" + Filetype + "'-file." - endif - case "tif" : if Filetype = "tif" OR Filetype = "iff" then - printlog " " + Filetype + " will be saved as Tiff, correct." - CounterShouldBe = 17 - if Filetype = "tif" then Testsize = true - else - warnlog "Tif should not have been selected when we opened a '" + Filetype + "'-file." - endif - case "sgf" : if (Filetype = "sgv") OR (Filetype = "sgf") then - printlog " " + Filetype + " will be saved as Sgf, correct." - CounterShouldBe = 17 - if Filetype = "sgf" then Testsize = true - else - warnlog "Sgf should not have been selected when we opened a '" + Filetype + "'-file." - endif - case "gif" : if (Filetype = "gif") then - printlog " " + Filetype + " will be saved as Gif, correct." - CounterShouldBe = 17 - if Filetype = "gif" then Testsize = true - else - warnlog "Gif should not have been selected when we opened a '" + Filetype + "'-file." - endif - case "met" : if (Filetype = "met") then - printlog " " + Filetype + " will be saved as Met, correct." - CounterShouldBe = 17 - if Filetype = "met" then Testsize = true - else - warnlog "Met should not have been selected when we opened a '" + Filetype + "'-file." - endif - case "pct" : if (Filetype = "pct") OR (Filetype = "ict") then - printlog " " + Filetype + " will be saved as Pct, correct." - CounterShouldBe = 17 - if Filetype = "pct" then Testsize = true - else - warnlog "Pct should not have been selected when we opened a '" + Filetype + "'-file." - endif - case else : qaerrorlog " The test has not yet been fitted for this format ( " + Filetype + "). Contact FHA." - printlog " But will be saved as: " + left(lcase(Dateityp.GetSelText),3) - CounterShouldBe = 18 - Testsize = true - end select + case "png" : if (Filetype = "png") OR (Filetype = "psd") OR (Filetype = "pcx") OR (Filetype = "xbm") OR (Filetype = "ras") OR (Filetype = "pbm") OR (Filetype = "pcd") OR (Filetype = "pgm") OR (Filetype = "bmp") OR (Filetype = "ppm") OR (Filetype = "sgf") OR (Filetype = "xpm") OR (Filetype = "tga") then + printlog " " + Filetype + " will be saved as png, correct." + CounterShouldBe = 17 + else + warnlog "Png should not have been selected when we opened a '" + Filetype + "'-file." + endif + case "svm" : if (Filetype = "svm") OR (Filetype = "svg") OR (Filetype = "dxf") OR (Filetype = "eps") OR (Filetype = "sgv") then + printlog " " + Filetype + " will be saved as Svm, correct." + CounterShouldBe = 17 + else + warnlog "Svm should not have been selected when we opened a '" + Filetype + "'-file." + endif + case "wmf" : if (Filetype = "wmf") OR (Filetype = "emf") then + printlog " " + Filetype + " will be saved as Wmf, correct." + CounterShouldBe = 17 + if Filetype = "wmf" then Testsize = true + else + warnlog "Wmf should not have been selected when we opened a '" + Filetype + "'-file." + endif + case "jpe" : if (Filetype = "jpg") OR Filetype = "jif" OR Filetype = "peg" then + printlog " " + Filetype + " will be saved as Jpg, correct." + CounterShouldBe = 17 + if Filetype = "jpg" then Testsize = true + else + warnlog "Jpg should not have been selected when we opened a '" + Filetype + "'-file." + endif + case "tif" : if Filetype = "tif" OR Filetype = "iff" then + printlog " " + Filetype + " will be saved as Tiff, correct." + CounterShouldBe = 17 + if Filetype = "tif" then Testsize = true + else + warnlog "Tif should not have been selected when we opened a '" + Filetype + "'-file." + endif + case "sgf" : if (Filetype = "sgv") OR (Filetype = "sgf") then + printlog " " + Filetype + " will be saved as Sgf, correct." + CounterShouldBe = 17 + if Filetype = "sgf" then Testsize = true + else + warnlog "Sgf should not have been selected when we opened a '" + Filetype + "'-file." + endif + case "gif" : if (Filetype = "gif") then + printlog " " + Filetype + " will be saved as Gif, correct." + CounterShouldBe = 17 + if Filetype = "gif" then Testsize = true + else + warnlog "Gif should not have been selected when we opened a '" + Filetype + "'-file." + endif + case "met" : if (Filetype = "met") then + printlog " " + Filetype + " will be saved as Met, correct." + CounterShouldBe = 17 + if Filetype = "met" then Testsize = true + else + warnlog "Met should not have been selected when we opened a '" + Filetype + "'-file." + endif + case "pct" : if (Filetype = "pct") OR (Filetype = "ict") then + printlog " " + Filetype + " will be saved as Pct, correct." + CounterShouldBe = 17 + if Filetype = "pct" then Testsize = true + else + warnlog "Pct should not have been selected when we opened a '" + Filetype + "'-file." + endif + case else : qaerrorlog " The test has not yet been fitted for this format ( " + Filetype + "). Contact FHA." + printlog " But will be saved as: " + left(lcase(Dateityp.GetSelText),3) + CounterShouldBe = 18 + Testsize = true + end select '..........................................................................................................................' - Dateityp.TypeKeys "" - if (Dateityp.GetItemCount) = CounterShouldBe then 'Counter - 10 - for q = 1 to CounterShouldBe - 1 - LastFilterName = Dateityp.GetSelIndex - Dateityp.TypeKeys "" - if Dateityp.GetSelIndex = LastFilterName then - warnlog " Check the export-filters when trying to save a " + Filename + "-file. Exiting test." - goto endsub + Dateityp.TypeKeys "" + if (Dateityp.GetItemCount) = CounterShouldBe then 'Counter - 10 + for q = 1 to CounterShouldBe - 1 + LastFilterName = Dateityp.GetSelIndex + Dateityp.TypeKeys "" + if Dateityp.GetSelIndex = LastFilterName then + warnlog " Check the export-filters when trying to save a " + Filename + "-file. Exiting test." + goto endsub + endif + next q + else + warnlog "Dateityp.GetItemCount = " + (Dateityp.GetItemCount) + " CounterShouldBe = " + CounterShouldBe endif - next q - else - warnlog "Dateityp.GetItemCount = " + (Dateityp.GetItemCount) + " CounterShouldBe = " + CounterShouldBe - endif Dateityp.Select SavedOrgPosition @@ -472,6 +472,16 @@ testcase tContextSavePictureLinkAsPicture Found = true SavedOrgPosition = Dateityp.GetSelIndex select case left(lcase(Dateityp.GetSelText),3) 'Filetype + + case "svg" : if (filetype = "svg") then + printlog " " + Filetype + " will be saved as svg, correct." + SavedFileType = "svg" + Testsize = true + CounterShouldBe = 17 + else + warnlog "svg should not have been selected when we opened a '" + Filetype + "'-file." + endif + case "png" : if (Filetype = "png") then printlog " " + Filetype + " will be saved as png, correct." SavedFileType = "png" -- cgit v1.2.3 From b7e42c127b666117b2893ae2b6ad4c9736bbd495 Mon Sep 17 00:00:00 2001 From: "Wolfram Garten [wg]" Date: Mon, 21 Feb 2011 11:17:59 +0100 Subject: i117035: [Automation] adapt automated testscripts to new export format svg --- testautomation/graphics/optional/includes/global/g_load_save.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testautomation/graphics/optional/includes/global/g_load_save.inc b/testautomation/graphics/optional/includes/global/g_load_save.inc index d0d51e833..7e9f9e832 100644 --- a/testautomation/graphics/optional/includes/global/g_load_save.inc +++ b/testautomation/graphics/optional/includes/global/g_load_save.inc @@ -488,6 +488,8 @@ endcase 'tDeletedTemplate '------------------------------------------------------------------------------- testcase tSaveLoadLayoutEmpty +warnlog "#i110054# Empty OOo saved as UOF file comes up read only" +goto endsub Dim NewFileDir as String NewFileDir = ConvertPath (gOfficePath + "user\work\LayoutTest\") -- cgit v1.2.3 From 6c96da749bfee3f067f41e1eab5da5139ac2a26d Mon Sep 17 00:00:00 2001 From: "Wolfram Garten [wg]" Date: Mon, 21 Feb 2011 11:18:25 +0100 Subject: i117035: [Automation] adapt automated testscripts to new export format svg --- .../optional/includes/global/export_graphic.inc | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/testautomation/graphics/optional/includes/global/export_graphic.inc b/testautomation/graphics/optional/includes/global/export_graphic.inc index a5ab31c82..ce25c3925 100644 --- a/testautomation/graphics/optional/includes/global/export_graphic.inc +++ b/testautomation/graphics/optional/includes/global/export_graphic.inc @@ -330,6 +330,31 @@ testcase tTIFF endcase 'tTIFF '------------------------------------------------------------------------------ +testcase tSVG + 'warnlog( "#i115138# - Test document freezes draw" ) + 'goto endsub + + dim x as integer + dim i as integer + + const sFilter = "SVG - Scalable Vector Graphics (.svg)" + const sExt = ".svg" + + printlog "Open the document" + hFileOpen (ConvertPath ( gTesttoolPath + "graphics\required\input\graphicexport."+ExtensionString )) + + printlog "Save it" + if ( hCallExport (OutputGrafikTBO , sFilter ) ) then + printlog( "Close file and re-insert graphics into new document" ) + hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + else + warnlog( "No export options dialog was displayed" ) + endif + + call hCloseDocument + +endcase 'tSVG +'------------------------------------------------------------------------------ testcase tXPM warnlog( "#i115138# - Test document freezes draw" ) goto endsub -- cgit v1.2.3 From 0294a0f407dc2cc59b232f302ed02b0b7cba6aff Mon Sep 17 00:00:00 2001 From: "Wolfram Garten [wg]" Date: Mon, 21 Feb 2011 11:19:16 +0100 Subject: i117035: [Automation] adapt automated testscripts to new export format svg --- .../required/input/SaveAsPicture/SaveAsPicture.svg | 730 +++++++++++++++++++++ 1 file changed, 730 insertions(+) create mode 100644 testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.svg diff --git a/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.svg b/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.svg new file mode 100644 index 000000000..983e57026 --- /dev/null +++ b/testautomation/graphics/required/input/SaveAsPicture/SaveAsPicture.svg @@ -0,0 +1,730 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 886f829c6b624229a06ec01f6940fd0dee12e409 Mon Sep 17 00:00:00 2001 From: "Wolfram Garten [wg]" Date: Mon, 21 Feb 2011 11:20:04 +0100 Subject: i117035: [Automation] adapt automated testscripts to new export format svg --- testautomation/global/input/filters/graphic_filters.txt | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 testautomation/global/input/filters/graphic_filters.txt diff --git a/testautomation/global/input/filters/graphic_filters.txt b/testautomation/global/input/filters/graphic_filters.txt old mode 100644 new mode 100755 index 9b63e265b..e86e1bdea --- a/testautomation/global/input/filters/graphic_filters.txt +++ b/testautomation/global/input/filters/graphic_filters.txt @@ -18,6 +18,7 @@ PSD - Adobe Photoshop (*.psd) RAS - Sun Raster Image (*.ras) SGF - StarWriter Graphics Format (*.sgf) SGV - StarDraw 2.0 (*.sgv) +SVG - Scalable Vector Graphics (*.svg) SVM - StarView Metafile (*.svm) TGA - Truevision Targa (*.tga) TIFF - Tagged Image File Format (*.tif;*.tiff) -- cgit v1.2.3 From 11fe434a3821c66ac52230478eac257e32006fa8 Mon Sep 17 00:00:00 2001 From: "Wolfram Garten [wg]" Date: Mon, 21 Feb 2011 11:20:31 +0100 Subject: i117035: [Automation] adapt automated testscripts to new export format svg --- testautomation/framework/required/includes/first.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/testautomation/framework/required/includes/first.inc b/testautomation/framework/required/includes/first.inc index 35905c20c..4ab2352d0 100644 --- a/testautomation/framework/required/includes/first.inc +++ b/testautomation/framework/required/includes/first.inc @@ -304,11 +304,11 @@ testcase tInFilterCountCompare() printlog( "Check filterlist (filterstring) for graphics files" ) const FILE_NAME = "graphic_filters.txt" - const SUFFIX_STRING_LENGTH = 178 + const SUFFIX_STRING_LENGTH = 184 ' List of filter suffixes for verification in case of error ' *.bmp;*.dxf;*.emf;*.eps;*.gif;*.jpg;*.jpeg;*.jfif;*.jif;*.met;*.pbm;*.pcd; -' *.pct;*.pcx;*.pgm;*.png;*.ppm;*.psd;*.ras;*.sgf;*.sgv;*.svm;*.tga;*.tif; +' *.pct;*.pcx;*.pgm;*.png;*.ppm;*.psd;*.ras;*.sgf;*.sgv;*.svg;*.svm;*.tga;*.tif; ' *.tiff;*.wmf;*.xbm;*.xpm;*.pict dim caUIFilters( 30 ) as string @@ -383,6 +383,8 @@ testcase tInFilterCountCompare() endif irc = iEnd - iBegin + printlog irc + printlog SUFFIX_STRING_LENGTH if ( irc <> SUFFIX_STRING_LENGTH ) then warnlog( "The list of file suffixes has changed, please verify" ) printlog( "Found: " & irc & " chars, expected " & SUFFIX_STRING_LENGTH ) -- cgit v1.2.3 From 3fa76f85dbbbd9afc156369237879c0edb92b86e Mon Sep 17 00:00:00 2001 From: "Marc Neumann [msc]" Date: Tue, 22 Feb 2011 09:21:09 +0100 Subject: cws dba34c: the celldescription control is visible at all database types --- testautomation/dbaccess/tools/tabletools.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testautomation/dbaccess/tools/tabletools.inc b/testautomation/dbaccess/tools/tabletools.inc index 3fcf1ef8e..f98889d8c 100644 --- a/testautomation/dbaccess/tools/tabletools.inc +++ b/testautomation/dbaccess/tools/tabletools.inc @@ -340,7 +340,9 @@ function fCreateTable(aFieldTypeContent(),sTableName,optional sCatalog,optional sleep 1 FieldType.TypeKeys "" , TRUE Description.TypeKeys "" , TRUE - CellDescription.TypeKeys "" , TRUE + if( CellDescription.isVisible() ) then + CellDescription.TypeKeys "" , TRUE + endif printlog "-------------------------------" next -- cgit v1.2.3 From 9913a03febb3bbdb57c8c4dad51cf4939b435b6e Mon Sep 17 00:00:00 2001 From: "Marc Neumann [msc]" Date: Tue, 8 Mar 2011 11:52:31 +0100 Subject: cws dba34c: add new test for mysql connector --- .../dbaccess/optional/dba_db_MySQLnative.bas | 54 ++++++ .../dbaccess/optional/includes/db_MySQLnative.inc | 206 +++++++++++++++++++++ .../dbaccess/optional/includes/db_Query.inc | 1 + .../optional/includes/wiz_ReportWizard.inc | 41 ++-- testautomation/dbaccess/tools/dbcreatetools.inc | 98 ++++++++++ testautomation/dbaccess/tools/dbtools.inc | 17 ++ testautomation/global/win/edia_d_h.win | 1 + 7 files changed, 397 insertions(+), 21 deletions(-) create mode 100644 testautomation/dbaccess/optional/dba_db_MySQLnative.bas create mode 100644 testautomation/dbaccess/optional/includes/db_MySQLnative.inc diff --git a/testautomation/dbaccess/optional/dba_db_MySQLnative.bas b/testautomation/dbaccess/optional/dba_db_MySQLnative.bas new file mode 100644 index 000000000..adb2e7987 --- /dev/null +++ b/testautomation/dbaccess/optional/dba_db_MySQLnative.bas @@ -0,0 +1,54 @@ +'encoding UTF-8 Do not remove or change this line! +'************************************************************************** +' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +' +' Copyright 2000, 2010 Oracle and/or its affiliates. +' +' OpenOffice.org - a multi-platform office productivity suite +' +' This file is part of OpenOffice.org. +' +' OpenOffice.org is free software: you can redistribute it and/or modify +' it under the terms of the GNU Lesser General Public License version 3 +' only, as published by the Free Software Foundation. +' +' OpenOffice.org is distributed in the hope that it will be useful, +' but WITHOUT ANY WARRANTY; without even the implied warranty of +' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +' GNU Lesser General Public License version 3 for more details +' (a copy is included in the LICENSE file that accompanied this code). +' +' You should have received a copy of the GNU Lesser General Public License +' version 3 along with OpenOffice.org. If not, see +' +' for a copy of the LGPLv3 License. +' +'/************************************************************************ +'* +'* owner : marc.neumann@oracle.com +'* +'* short description : MySQL Native Connector Extension Test +'* +'\*********************************************************************** +sub main + printlog "--------------------------------------------------------------" + printlog "--- D B A C C E S S Mysql Native Connector ---" + printlog "--------------------------------------------------------------" + + use "dbaccess/optional/includes/db_MySQLnative.inc" + use "dbaccess/optional/includes/db_Relations.inc" + + call hStatusIn ("dbaccess" , "dba_db_MySQLnative.bas") + + call db_MySQLnative + + call hStatusOut + +end sub + +sub LoadIncludeFiles + use "dbaccess/tools/dbinit.inc" + Call sDBInit + Call GetUseFiles + gApplication = "WRITER" +end sub diff --git a/testautomation/dbaccess/optional/includes/db_MySQLnative.inc b/testautomation/dbaccess/optional/includes/db_MySQLnative.inc new file mode 100644 index 000000000..de80287be --- /dev/null +++ b/testautomation/dbaccess/optional/includes/db_MySQLnative.inc @@ -0,0 +1,206 @@ +'encoding UTF-8 Do not remove or change this line! +'************************************************************************** +' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +' +' Copyright 2000, 2010 Oracle and/or its affiliates. +' +' OpenOffice.org - a multi-platform office productivity suite +' +' This file is part of OpenOffice.org. +' +' OpenOffice.org is free software: you can redistribute it and/or modify +' it under the terms of the GNU Lesser General Public License version 3 +' only, as published by the Free Software Foundation. +' +' OpenOffice.org is distributed in the hope that it will be useful, +' but WITHOUT ANY WARRANTY; without even the implied warranty of +' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +' GNU Lesser General Public License version 3 for more details +' (a copy is included in the LICENSE file that accompanied this code). +' +' You should have received a copy of the GNU Lesser General Public License +' version 3 along with OpenOffice.org. If not, see +' +' for a copy of the LGPLv3 License. +' +'/************************************************************************ +'* +'* owner : marc.neumann@oracle.com +'* +'* short description : Create JDBC MySQL DS & Table & fill in Test +'* +'\*********************************************************************** +testcase db_MySQLnative + + ' ************************************************** + ' databases specific settings for JDBC MySQL + ' ************************************************** + + dim sDBConfigFile as string + + sDBConfigFile = environ ( "VTT_DB_CONFIG_FILE" ) + + printlog sDBConfigFile + + if (sDBConfigFile = "") then + qaerrorlog "settings for external databases not found. see wiki page. This test ist stopped now" + goto endsub + else + if Dir( sDBConfigFile ) = "" then ' the file does not exists + qaerrorlog "settings for external databases not found. see wiki page. This test ist stopped now" + else + ' file exists , so we can do th next step + endif + + endif + + + + Dim sFileName as string + sFileName = gOfficePath + Convertpath("user/work/TT_MYSQLnative.odb") + + Dim sTableName as string + sTableName = "tt_test_create-table" + + Dim sUser as string + sUser = "testtool" + + Dim sPWD as string + sPWD = "testtool" + + dim sCatalog as string + sCatalog = " " ' not used in this ds + + dim sSchema as string + sSchema = " " ' not used in this ds + + Dim aFieldTypeContent(30,2) as string 'database specific data matrix + + aFieldTypeContent(1,1)="tt_bool" + aFieldTypeContent(1,2)="bool" + + aFieldTypeContent(2,1)="tt_tinyint" + aFieldTypeContent(2,2)="tinyint" + + aFieldTypeContent(3,1)="tt_bigint" + aFieldTypeContent(3,2)="bigint" + + aFieldTypeContent(4,1)="tt_long_varbinary" + aFieldTypeContent(4,2)="long varbinary" + + aFieldTypeContent(5,1)="tt_mediumblob" + aFieldTypeContent(5,2)="mediumblob" + + aFieldTypeContent(6,1)="tt_longblob" + aFieldTypeContent(6,2)="longblob" + + aFieldTypeContent(7,1)="tt_blob" + aFieldTypeContent(7,2)="blob" + + aFieldTypeContent(8,1)="tt_tinyblob" + aFieldTypeContent(8,2)="tinyblob" + + aFieldTypeContent(9,1)="tt_varbinary" + aFieldTypeContent(9,2)="varbinary" + + aFieldTypeContent(10,1)="tt_binary" + aFieldTypeContent(10,2)="binary" + + aFieldTypeContent(11,1)="tt_longvarchar" + aFieldTypeContent(11,2)="long varchar" + + aFieldTypeContent(12,1)="tt_mediumtext" + aFieldTypeContent(12,2)="mediumtext" + + aFieldTypeContent(13,1)="tt_longtext" + aFieldTypeContent(13,2)="longtext" + + aFieldTypeContent(14,1)="tt_text" + aFieldTypeContent(14,2)="text" + + aFieldTypeContent(15,1)="tt_tinytext" + aFieldTypeContent(15,2)="tinytext" + + aFieldTypeContent(16,1)="tt_char" + aFieldTypeContent(16,2)="char" + + aFieldTypeContent(17,1)="tt_numeric" + aFieldTypeContent(17,2)="numeric" + + aFieldTypeContent(18,1)="tt_decimal" + aFieldTypeContent(18,2)="decimal" + + aFieldTypeContent(19,1)="tt_integer" + aFieldTypeContent(19,2)="integer" + + aFieldTypeContent(20,1)="tt_int" + aFieldTypeContent(20,2)="int" + + aFieldTypeContent(21,1)="tt_mediumint" + aFieldTypeContent(21,2)="mediumint" + + aFieldTypeContent(22,1)="tt_smallint" + aFieldTypeContent(22,2)="smallint" + + aFieldTypeContent(23,1)="tt_float" + aFieldTypeContent(23,2)="float" + + aFieldTypeContent(24,1)="tt_varchar" + aFieldTypeContent(24,2)="varchar" + + aFieldTypeContent(25,1)="tt_date" + aFieldTypeContent(25,2)="date" + + aFieldTypeContent(26,1)="tt_time" + aFieldTypeContent(26,2)="time" + + aFieldTypeContent(27,1)="tt_datetime" + aFieldTypeContent(27,2)="datetime" + + aFieldTypeContent(28,1)="tt_timestamp" + aFieldTypeContent(28,2)="timestamp" + + aFieldTypeContent(29,1)="tt_bit" + aFieldTypeContent(29,2)="bit" + + + + Dim aFieldContent(1,6) as string 'database specific data matrix + + aFieldContent(1,1)="1" + aFieldContent(1,2)="" + aFieldContent(1,3)="1" + aFieldContent(1,4)="1" + aFieldContent(1,5)="1" + aFieldContent(1,6)="1" + + dim aDatabaseProperties(7) as string + aDatabaseProperties() = tools_dbtools_fgetMySQLnativeDatabaseProperties(sDBConfigFile) + + dim dbok as boolean + dbok = false + + ' if and only if no properties are defined in the environment file the test is stopped + if(aDatabaseProperties(1) = "no") then + qaerrorlog "No database properties from Mysql defiened. The Test is stopped here." + goto endsub + endif + + dbok = fCreateMySQL_native_Datasource(sFileName,aDatabaseProperties(3),aDatabaseProperties(2),aDatabaseProperties(4),aDatabaseProperties(5)) + if dbok = true then + call fOpendatabase(sFileName,aDatabaseProperties(6)) + call fCreateTable( aFieldTypeContent(), sTableName) + call fInsertIntoTable( aFieldContent(), sTableName) + call fCloseDatabase + + use "dbaccess/optional/includes/db_Query.inc" + call db_Query(sFileName,"MYSQL_JDBC",aDatabaseProperties(6)) + + call tRelation( sFileName, aDatabaseProperties(6), "rel1", "rel2" ) + + else + warnlog "Data Source could not be created - beyond testcases stopped" + endif + +endcase + diff --git a/testautomation/dbaccess/optional/includes/db_Query.inc b/testautomation/dbaccess/optional/includes/db_Query.inc index b9d881426..798bc55b2 100644 --- a/testautomation/dbaccess/optional/includes/db_Query.inc +++ b/testautomation/dbaccess/optional/includes/db_Query.inc @@ -47,6 +47,7 @@ function db_Query( sFileName , optional sType , optional sPassword) case "HSQLDB" sType = "2" case "MYSQL_JDBC" + case "MYSQL_NATIVE" sType = "3" case else sType = "1" diff --git a/testautomation/dbaccess/optional/includes/wiz_ReportWizard.inc b/testautomation/dbaccess/optional/includes/wiz_ReportWizard.inc index 67010e64f..8743feae9 100644 --- a/testautomation/dbaccess/optional/includes/wiz_ReportWizard.inc +++ b/testautomation/dbaccess/optional/includes/wiz_ReportWizard.inc @@ -38,8 +38,8 @@ end sub '------------------------------------------------------------------------- testcase tNewReport - qaerrorlog "#i92543# crash when closing report" - goto endsub + ' qaerrorlog "#i92543# crash when closing report" + ' goto endsub call fOpenDatabase(gOfficePath + ConvertPath("user/database/biblio.odb")) @@ -85,34 +85,33 @@ testcase tNewReport FinishBtn.Click sleep(10) - Kontext "DocumentWriter" + Kontext "DocumentWriter" DocumentWriter.TypeKeys "" , true ' EDIT / SELECT TEXT - DocumentWriter.TypeKeys "" ,2, true - DocumentWriter.TypeKeys "" , true + DocumentWriter.TypeKeys "" , true + DocumentWriter.TypeKeys "" , true DocumentWriter.TypeKeys "" , true - dim s as String - s = getClipboard + dim s as String + s = getClipboard - if left(s,10) = "Identifier" then - printlog "Report Table Header contains " + left(s,10) + ". -> OK" + if s = "Identifier" then + printlog "Report Table Header contains " + s + ". -> OK" else - warnlog "Report Table Header contains " + left(s,10) + " instead of IDENTIFIER" + warnlog "Report Table Header contains " + s + " instead of IDENTIFIER" endif - 'for windows a "new Line" are two characters - 'so I need to start at char 13 and not on 12 - dim iFromCharacter as integer - if gPlatGroup = "w95" then - iFromCharacter = 13 - else - iFromCharacter = 12 - endif + ' select next line and check content + Kontext "DocumentWriter" + DocumentWriter.TypeKeys "" , true + DocumentWriter.TypeKeys "" , true + DocumentWriter.TypeKeys "" , true + + s = getClipboard - if mid(s,iFromCharacter,5) = "GUR00" OR mid(s,iFromCharacter,5) = "BOR04" then - printlog "1. record is " + mid(s,iFromCharacter,5) + ". -> OK" + if s = "GUR00" OR s = "BOR04" then + printlog "1. record is " + s + ". -> OK" else - warnlog "1. record is " + mid(s,iFromCharacter,5) + " instead of GUR00 OR BOR04" + warnlog "1. record is " + s + " instead of GUR00 OR BOR04" endif call fCloseForm ' should be changed to a CloseReport diff --git a/testautomation/dbaccess/tools/dbcreatetools.inc b/testautomation/dbaccess/tools/dbcreatetools.inc index 034b1d18f..222ec470c 100644 --- a/testautomation/dbaccess/tools/dbcreatetools.inc +++ b/testautomation/dbaccess/tools/dbcreatetools.inc @@ -236,6 +236,104 @@ function fCreateMySQL_JDBC_Datasource(sFileName,sDatabaseName,sHost,sPort,sUser, call fCloseDatabase(true) +end function +'------------------------------------------------------------------------- +function fCreateMySQL_native_Datasource(sFileName,sDatabaseName,sHost,sPort,sUser,optional sRegister) as boolean + '/// create a new MySQL database via JDBC file with the given filename + '///+ and the given URL + '/// parameter: + '/// sFielName: the file name for the database file + '/// sDatabaseName: the name of the mysql database + '/// sHost: the host where the mysql database is running + '/// sPort: the port where the mysql database is running + '/// sUser: the user for the connection + '/// optional sRegister: the name under which the database is be registered + dim bOK as boolean + bOK = FALSE + + dim sEntry as string + + ' delete the file + if ( app.Dir( ConvertPath(sFileName) ) ) <> "" then + app.kill(ConvertPath(sFileName)) + endif + + Kontext "DocumentWriter" + if (DocumentWriter.exists(1)) then + DocumentWriter.UseMenu + else + Kontext "DocumentBackground" + DocumentBackground.UseMenu + endif + hMenuSelectNr(1) + hMenuSelectNr(1) + hMenuSelectNr(5) + + sleep(4) + + Kontext "DatabaseWizard" + ConnectToDatabase.Check + sleep(1) + sEntry = hGetDatabaseDisplayName( "sdbc:mysqlc:*" ) + 'cut off the (JDBC) string + sEntry = Left( sEntry , Instr(sEntry,"(") - 2 ) + printlog "entry = " + sEntry + DatabaseType.select( sEntry ) + sleep(1) + NextBtn.Click + sleep(1) + MySQLnative.Check + NextBtn.Click + sleep(1) + DatabaseWizard.typeKeys("",true) + DatabaseWizard.typeKeys(sDatabaseName,true) + DatabaseWizard.typeKeys("",true) + DatabaseWizard.typeKeys("",true) + DatabaseWizard.typeKeys(sHost,true) + 'MySQLDatabaseName.setText(sDatabaseName) + 'MySQLHostName.setText(sHost) + 'MySQLPort.setText(sPort) + + NextBtn.Click + sleep(1) + + '/// add the user name + printlog "add the user name" + UserName.setText sUser + + '/// check the password required checkbox + printlog "check the password required checkbox" + PasswordRequired.Check + + NextBtn.Click + FinishBtn.Click + + Kontext "SpeichernDlg" + Dateiname.setText ConvertPath(sFileName) + Speichern.click + + sleep(5) + + if ( IsMissing(sRegister) ) then + printlog "don't register datasource" + else + printlog "register datasource with name " + sRegister + call fRegisterDatabaseFile(ConvertPath(sFilename),sRegister) + end if + + bOK = true + if bOK = true then + printlog "--- End of function - *** Succeed ***" + else + warnlog "--- End of function - *** Failed *** Data source was not created" + endif + + fCreateMySQL_native_Datasource = bOK + + sleep(1) + + call fCloseDatabase(true) + end function '------------------------------------------------------------------------- function fCreateAdabasDatasource(sFileName,sURL,sUser, optional sRegister) as boolean diff --git a/testautomation/dbaccess/tools/dbtools.inc b/testautomation/dbaccess/tools/dbtools.inc index 2e40a3f25..f36438b46 100644 --- a/testautomation/dbaccess/tools/dbtools.inc +++ b/testautomation/dbaccess/tools/dbtools.inc @@ -317,6 +317,23 @@ function tools_dbtools_fgetMySQLODBCDatabaseProperties() tools_dbtools_fgetMySQLODBCDatabaseProperties = b() +end function +'------------------------------------------------------------------------- +function tools_dbtools_fgetMySQLnativeDatabaseProperties(sDBConfigFileName as string) + '/// return the databaseserver properties from the environment directory + '/// parameter: + '///
                              + '/// return: + '/// the properties as an array + '/// entry 1 defined (yes or no) + '/// entry 2 server name + '/// entry 3 database name + '/// entry 4 database port + '/// entry 5 database user name + '/// entry 6 database user password + + tools_dbtools_fgetMySQLnativeDatabaseProperties = fgetGenericDatabaseProperties( sDBConfigFileName, "mysql_native" ) + end function '------------------------------------------------------------------------- function tools_dbtools_fgetAdabasDatabaseProperties() diff --git a/testautomation/global/win/edia_d_h.win b/testautomation/global/win/edia_d_h.win index 0448fccc9..ab411b541 100755 --- a/testautomation/global/win/edia_d_h.win +++ b/testautomation/global/win/edia_d_h.win @@ -47,6 +47,7 @@ UserName sym:DBACCESS_HID_PAGE_DBWIZARD_AUTHENTIFICATION_ET_GENERALUS AdabasBrowse sym:DBACCESS_HID_PAGE_DBWIZARD_ADABAS_PB_ADABASNAME MySQLODBC sym:DBACCESS_HID_PAGE_DBWIZARD_MYSQL_RB_CONNECTVIAODBC MySQLJDBC sym:DBACCESS_HID_PAGE_DBWIZARD_MYSQL_RB_CONNECTVIAJDBC +MySQLnative sym:dbaccess:RadioButton:PAGE_DBWIZARD_MYSQL_INTRO:RB_CONNECTVIANATIVE MySQLDatabaseName sym:DBACCESS_HID_PAGE_DBWIZARD_JDBC_ET_MYSQLDBNAME MySQLODBCDSName sym:DBACCESS_HID_PAGE_DBWIZARD_ODBC_ET_NAMEOFODBCDATASOURCE MySQLHostName sym:DBACCESS_HID_PAGE_DBWIZARD_JDBC_ET_MYSQLHOSTSERVER -- cgit v1.2.3 -- cgit v1.2.3 From b0d71c16932d72b2f1187e7939013daadb330ed0 Mon Sep 17 00:00:00 2001 From: Francois Tigeot Date: Thu, 28 Apr 2011 08:27:16 +0200 Subject: Remove OS/2 support --- testgraphical/prechecks/makefile.mk | 2 +- testtools/source/bridgetest/makefile.mk | 5 ----- testtools/source/bridgetest/pyuno/makefile.mk | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/testgraphical/prechecks/makefile.mk b/testgraphical/prechecks/makefile.mk index 13796c949..e86698fce 100644 --- a/testgraphical/prechecks/makefile.mk +++ b/testgraphical/prechecks/makefile.mk @@ -47,7 +47,7 @@ TARGET=notargetyet # PERLDEBUG=-d:ptkdb ALLTAR: -.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2" +.IF "$(GUI)"=="WNT" $(PERL) $(PERLDEBUG) softwaretests.pl -printerdriver -imagemagick -ghostscript $(P_VERBOSE) $(P_JAVA6) .ELSE $(PERL) $(PERLDEBUG) softwaretests.pl -imagemagick -ghostscript $(P_VERBOSE) $(P_JAVA6) diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk index 0abe1ab09..8ce4116f1 100644 --- a/testtools/source/bridgetest/makefile.mk +++ b/testtools/source/bridgetest/makefile.mk @@ -42,11 +42,6 @@ BATCH_SUFFIX=.bat GIVE_EXEC_RIGHTS=@echo MY_URE_INTERNAL_JAVA_DIR=$(strip $(subst,\,/ file:///$(shell @$(WRAPCMD) echo $(SOLARBINDIR)))) MY_LOCAL_CLASSDIR=$(strip $(subst,\,/ file:///$(shell $(WRAPCMD) echo $(PWD)/$(CLASSDIR)/))) -.ELIF "$(GUI)"=="OS2" -BATCH_SUFFIX=.cmd -GIVE_EXEC_RIGHTS=@echo -MY_URE_INTERNAL_JAVA_DIR=$(strip $(subst,\,/ file:///$(shell @$(WRAPCMD) echo $(SOLARBINDIR)))) -MY_LOCAL_CLASSDIR=$(strip $(subst,\,/ file:///$(shell $(WRAPCMD) echo $(PWD)/$(CLASSDIR)/))) .ELSE GIVE_EXEC_RIGHTS=chmod +x MY_URE_INTERNAL_JAVA_DIR=file://$(SOLARBINDIR) diff --git a/testtools/source/bridgetest/pyuno/makefile.mk b/testtools/source/bridgetest/pyuno/makefile.mk index 417bdfc58..b5d90cb21 100644 --- a/testtools/source/bridgetest/pyuno/makefile.mk +++ b/testtools/source/bridgetest/pyuno/makefile.mk @@ -56,7 +56,7 @@ PYTHONPATH:=$(SOLARLIBDIR)$/pyuno:$(PWD):$(SOLARLIBDIR):$(SOLARLIBDIR)$/python:$ .ENDIF # "$(GUI)"=="WNT" .EXPORT: PYTHONPATH -.IF "$(GUI)"!="WNT" && "$(GUI)"!="OS2" +.IF "$(GUI)"!="WNT" TEST_ENV=export FOO=file://$(shell @pwd)$/$(DLLDEST) \ UNO_TYPES=uno_types.rdb UNO_SERVICES=pyuno_services.rdb .ELSE # "$(GUI)" != "WNT" -- cgit v1.2.3 From a8b5e6b429ec1c3d7221d223ab866fec02b4c062 Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Sat, 30 Apr 2011 07:58:26 -0700 Subject: Ignore .getattributes & MacX work directories --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4890e114a..acaf1d188 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ # backup and temporary files *~ .*.sw[op] +.gitattributes # the build directories /*/unxlng?? /*/unxlng??.pro /*/wntmsc??? /*/wntmsc???.pro +/*/unxmac?? +/*/unxmac??.pro -- cgit v1.2.3 -- cgit v1.2.3 From a2e1469555348896389ab21194d4b7680abc37eb Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 3 May 2011 23:05:18 +0200 Subject: Change .toURL() to .toURI().toURL() --- qadevOOo/runner/helper/URLHelper.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qadevOOo/runner/helper/URLHelper.java b/qadevOOo/runner/helper/URLHelper.java index 587d7de8d..442623b25 100644 --- a/qadevOOo/runner/helper/URLHelper.java +++ b/qadevOOo/runner/helper/URLHelper.java @@ -68,8 +68,7 @@ public class URLHelper String sFileURL = null; try { - //sFileURL = aSystemPath.toURI().toURL().toString(); - sFileURL = aSystemPath.toURL().toString(); + sFileURL = aSystemPath.toURI().toURL().toString(); } catch( MalformedURLException exWrong ) { -- cgit v1.2.3 From b6b8bb2f3afb6cec8043494a33c66380bddb26c1 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Wed, 4 May 2011 13:40:12 +0800 Subject: Click ellipse and rectangle icons using .uno.BasicShapes. The .uno.Ellipse and .uno.Rect object in Toolbar is not clickable now caused by the fix: http://cgit.freedesktop.org/libreoffice/impress/commit/ \ ?h=libreoffice-3-4&id=d31b6292b14546ac7b04b4f483b70f68b56412e6 Thanks Yifan Jiang for testing. --- testautomation/global/win/bars.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testautomation/global/win/bars.win b/testautomation/global/win/bars.win index 9bd0d252c..850baef4f 100644 --- a/testautomation/global/win/bars.win +++ b/testautomation/global/win/bars.win @@ -1231,7 +1231,7 @@ DruckLayout .uno:PrintLayout Effekt .uno:EffectWindow Edit .uno:EditDoc Einfuegen .uno:InsertCtrl -Ellipsen .uno:Ellipse +Ellipsen .uno:BasicShapes.ellipse ExecuteBtn .uno:SbaExecuteSql Feldbefehle .uno:InsertFieldCtrl Filter .uno:DataFilterStandardFilter @@ -1271,7 +1271,7 @@ OnlineLayout .uno:BrowseView Paste .uno:Paste Praesentation .uno:Presentation PrintDefault .uno:PrintDefault -Rechteck .uno:Rect +Rechteck .uno:BasicShapes.rectangle Rechtschreibung .uno:Spelling RecSearch .uno:RecSearch RecSave .uno:RecSave -- cgit v1.2.3 -- cgit v1.2.3 -- cgit v1.2.3 From 831ec52edfbee9fbf97b892178a5548881143f33 Mon Sep 17 00:00:00 2001 From: Yifan Date: Mon, 9 May 2011 17:32:36 +0800 Subject: remove JMF dependency in test case Signed-off-by: Petr Mladek --- .../optional/includes/global/g_mediaplayer.inc | 56 ++++++++++------------ 1 file changed, 26 insertions(+), 30 deletions(-) diff --git a/testautomation/graphics/optional/includes/global/g_mediaplayer.inc b/testautomation/graphics/optional/includes/global/g_mediaplayer.inc index f78cdf816..e3e824a8d 100644 --- a/testautomation/graphics/optional/includes/global/g_mediaplayer.inc +++ b/testautomation/graphics/optional/includes/global/g_mediaplayer.inc @@ -39,13 +39,9 @@ testcase g_mediaplayer dim timevalue2 dim timevalue3 dim timecounter, iWaitIndex, timefound as integer - + if iSprache <> 39 then Printlog "- MediaPlayer" - if gPlatgroup = "unx" then - QaErrorLog "Solaris / Linux: Soundcard + Java Media Framework (JMF) Media-Libraries is needed." - goto endsub - endif Datei$ = ConvertPath (convertPath (gTesttoolPath + "graphics\required\input\29secsound.wav")) printlog "Open New Document" Call hNewDocument @@ -53,12 +49,12 @@ testcase g_mediaplayer printlog "Check if the Media Player already exists - if so - close it" kontext "mPlayer" printlog "Close the MediaPlayer if it is open already" - if mPlayer.exists then + if mPlayer.exists then warnlog "The MediaPlayer was visible since some earlier test." ToolsMediaPlayer printlog "Closed the Media Player" endif - + printlog "Tools - MediaPlayer" ToolsMediaPlayer sleep 2 @@ -76,11 +72,11 @@ testcase g_mediaplayer kontext "OeffnenDlg" Pfad.SetText Datei$ Oeffnen.Click - + printlog "This test wont work correctly under Solaris and Linux," printlog "unless some optional Media-libraries are installed." printlog "Therefore we warn the tester about it if we cannot open the file." - + iWaitIndex = 0 do while OeffnenDlg.Exists AND iWaitIndex < 10 sleep (1) @@ -93,15 +89,15 @@ testcase g_mediaplayer kontext "Mplayer" ToolsMediaPlayer printlog "close document" - Call hCloseDocument + Call hCloseDocument goto endsub else kontext "Mplayer" if Mplayer.exists then printlog "Media Player was opened." endif - + timevalue1 = mTimeedit.GetText - + printlog "Stop" sleep 2 mStop.Click @@ -144,7 +140,7 @@ testcase g_mediaplayer else Printlog "the play-button seemed to work. Good." endif - + printlog "Pause" mPlay.Click sleep 10 @@ -159,10 +155,10 @@ testcase g_mediaplayer else Printlog "the pause-button seemed to work. Good." endif - + printlog "Time" printlog " Click Stop to get to the beginning." - mStop.Click + mStop.Click sleep 1 printlog "And make sure it's really the beginning." timevalue1 = mTimeedit.GetText @@ -173,13 +169,13 @@ testcase g_mediaplayer else printlog "Sound stopped, time-value set to 00:00:00." endif - + printlog "We press 'Play'" printlog "Click play to get it running" - mPlay.Click + mPlay.Click sleep 5 timefound = 0 - + for timecounter = 1 to 50000 timevalue1 = mTimeedit.GetText if timevalue1 = "00:00:20 / 00:00:29" then @@ -191,7 +187,7 @@ testcase g_mediaplayer timefound = 2 endif next timecounter - + if timefound = 1 then Printlog "the time-counter seemed to work. Good." elseif timefound = 2 then @@ -199,34 +195,34 @@ testcase g_mediaplayer elseif timefound = 0 then warnlog "Either the time didnt change, or the test-computer is too fast." endif - + printlog "Loop" mLoop.Click - + printlog "Volume" - + printlog "Mute" mMute.Click sleep 1 mMute.Click - + printlog "Time-slider" ' mTimeslider. 'Click '-Position slider 'Moves to a different position in the file. - + printlog "Scroll-whatever" 'mZoomlistbox. '-Zoom 'Adjusts the size of the movie playback. - + printlog "Apply" mInsert.Click sleep 10 - + printlog "Close the MediaPlayer via Tools - MediaPlayer" ToolsMediaPlayer - + printlog "Check if there is an object available." if (gApplication = "IMPRESS") then kontext "DocumentImpress" @@ -236,7 +232,7 @@ testcase g_mediaplayer hTypeKeys ("") hOpenContextMenu() hMenuSelectNr(1) - + Kontext "TabPositionAndSize" Kontext Active.SetPage TabPositionAndSize @@ -250,8 +246,8 @@ testcase g_mediaplayer endif sleep 2 printlog "close document" - Call hCloseDocument + Call hCloseDocument else qaerrorLog "#74350# - Different strings in g_mediaplayer under Italian." endif -endcase \ No newline at end of file +endcase -- cgit v1.2.3 -- cgit v1.2.3 -- cgit v1.2.3 From 1a931e92e29bf1fa7aba91e27f4f16443d9c3171 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Wed, 18 May 2011 16:06:52 +0200 Subject: Unify Display Grid/ Grid Visible and other menu items --- testautomation/framework/optional/input/menu/en-us_draw.txt | 2 +- .../framework/optional/input/menu/en-us_impress.txt | 2 +- .../global/tools/includes/optional/t_toolbar_writer.inc | 4 ++-- testautomation/graphics/required/includes/global/id_005.inc | 12 ++++++------ .../graphics/required/includes/global/id_opt_1.inc | 12 ++++++------ 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/testautomation/framework/optional/input/menu/en-us_draw.txt b/testautomation/framework/optional/input/menu/en-us_draw.txt index 7334e2e10..7d1310247 100755 --- a/testautomation/framework/optional/input/menu/en-us_draw.txt +++ b/testautomation/framework/optional/input/menu/en-us_draw.txt @@ -64,7 +64,7 @@ Status ~Bar Input M~ethod Status ~Ruler Gr~id -~Guides +~Snap Lines ~Zoom... ********** ~Insert diff --git a/testautomation/framework/optional/input/menu/en-us_impress.txt b/testautomation/framework/optional/input/menu/en-us_impress.txt index fdd773ab4..f992eca1f 100755 --- a/testautomation/framework/optional/input/menu/en-us_impress.txt +++ b/testautomation/framework/optional/input/menu/en-us_impress.txt @@ -69,7 +69,7 @@ Status ~Bar Input M~ethod Status ~Ruler Gr~id -~Guides +~Snap Lines ~Header and Footer... ~Zoom... diff --git a/testautomation/global/tools/includes/optional/t_toolbar_writer.inc b/testautomation/global/tools/includes/optional/t_toolbar_writer.inc index 892dbd09b..f1c4c96a3 100644 --- a/testautomation/global/tools/includes/optional/t_toolbar_writer.inc +++ b/testautomation/global/tools/includes/optional/t_toolbar_writer.inc @@ -217,7 +217,7 @@ function fGetObjectWriter(sToolbar as String , sObject as String) as Integer case "Object rotation mode" : fGetObjectWriter = 14 case "Display Grid" : fGetObjectWriter = 15 case "Snap to Grid" : fGetObjectWriter = 16 - case "Guides When Moving" : fGetObjectWriter = 17 + case "Helplines While Moving" : fGetObjectWriter = 17 '----------------- 18 case "Wrap Off" : fGetObjectWriter = 19 case "Page Wrap" : fGetObjectWriter = 20 @@ -582,7 +582,7 @@ function fGetObjectCalc(sToolbar as String , sObject as String) as Integer Select case sObject case "Display Grid" : fGetObjectCalc = 21 case "Snap to Grid" : fGetObjectCalc = 22 - case "Guides When Moving" : fGetObjectCalc = 23 + case "Helplines While Moving" : fGetObjectCalc = 23 case else : QAErrorLog "The test does not support Object : " + sObject fGetObjectCalc = 0 end select diff --git a/testautomation/graphics/required/includes/global/id_005.inc b/testautomation/graphics/required/includes/global/id_005.inc index cba38479f..f663674e2 100644 --- a/testautomation/graphics/required/includes/global/id_005.inc +++ b/testautomation/graphics/required/includes/global/id_005.inc @@ -699,10 +699,10 @@ testcase tiFormatCaseCharacter printlog "move curser 1 time to the left" hTypeKeys "" - printlog "Format->Case/Characters->Uppercase" + printlog "Format->~Change Case->Uppercase" FormatChangeCaseUpper WaitSlot (1000) - printlog "Format->Case/Characters->Lowercase" + printlog "Format->~Change Case->Lowercase" FormatChangeCaseLower WaitSlot (2000) if bAsianLan then @@ -711,28 +711,28 @@ testcase tiFormatCaseCharacter end if printlog "if asian language (81/82/86/88):" try - printlog "+ Format->Case/Characters->Half-width" + printlog "+ Format->~Change Case->Half-width" FormatChangeCaseHalfWidth catch Warnlog "Format / Change Case / Half Width does not work." endcatch WaitSlot (1000) try - printlog "+ Format->Case/Characters->Full-width" + printlog "+ Format->~Change Case->Full-width" FormatChangeCaseFullWidth catch Warnlog "Format / Change Case / Full Width does not work!" endcatch sleep 1 try - printlog "+ Format->Case/Characters->Hiragana" + printlog "+ Format->~Change Case->Hiragana" FormatChangeCaseHiragana catch Warnlog "Format / Change Case / Hiragana does not work." endcatch sleep 1 try - printlog "+ Format->Case/Characters->Katatana" + printlog "+ Format->~Change Case->Katatana" FormatChangeCaseKatagana catch Warnlog "Format / Change Case / Katagana does not work." diff --git a/testautomation/graphics/required/includes/global/id_opt_1.inc b/testautomation/graphics/required/includes/global/id_opt_1.inc index 35874fe04..6c92749c5 100644 --- a/testautomation/graphics/required/includes/global/id_opt_1.inc +++ b/testautomation/graphics/required/includes/global/id_opt_1.inc @@ -422,7 +422,7 @@ testcase tToolsOptionsDrawView (sApplication as string) hToolsOptions (sApplication,"View") If LinealeSichtbar.IsChecked Then WarnLog "Rulers Visible x" - If HilfslinienBeimBewegen.IsChecked Then WarnLog "Guides When Moving x" + If HilfslinienBeimBewegen.IsChecked Then WarnLog "Helplines While Moving x" If KontrolpunkteImBezierEditor.IsChecked Then WarnLog "'All Control Points In B�zier Editor' x" If KonturFuerIndividuelleObjekte.IsChecked Then WarnLog "'Contour of Each Individual Object' x" @@ -441,7 +441,7 @@ testcase tToolsOptionsDrawView (sApplication as string) hToolsOptions (sApplication,"View") If True <> LinealeSichtbar.IsChecked Then WarnLog "Rulers Visible o" - If True <> HilfslinienBeimBewegen.IsChecked Then WarnLog "Guides When Moving o" + If True <> HilfslinienBeimBewegen.IsChecked Then WarnLog "Helplines While Moving o" If True <> KontrolpunkteImBezierEditor.IsChecked Then WarnLog "'All Control Points In B�zier Editor' o" If True <> KonturFuerIndividuelleObjekte.IsChecked Then WarnLog "'Contour of Each Individual Object' o" @@ -561,7 +561,7 @@ testcase tToolsOptionsDrawGrid (sApplication as string) hToolsOptions (sApplication,"Grid") If ( irgendwas(1) = FangrasterBenutzen.IsChecked ) Then WarnLog "Snap to Grid state changed" - If ( irgendwas(2) = RasterSichtbar.IsChecked ) Then WarnLog "Visible Grid state changed" + If ( irgendwas(2) = RasterSichtbar.IsChecked ) Then WarnLog "Display Grid state changed" ' If ( irgendwas(3) = AchsenSynchronisieren.IsChecked ) Then WarnLog "Synchronize Axes state changed" if ( AchsenSynchronisieren.IsChecked = TRUE ) Then WarnLog "Synchronize Axes state changed" @@ -638,7 +638,7 @@ testcase tToolsOptionsDrawGrid (sApplication as string) hToolsOptions (sApplication,"Grid") If FangrasterBenutzen.IsChecked Then WarnLog "Snap to Grid x" - If RasterSichtbar.IsChecked Then WarnLog "Visible Grid x" + If RasterSichtbar.IsChecked Then WarnLog "Display Grid x" If AchsenSynchronisieren.IsChecked Then WarnLog "Synchronize Axes x" @@ -702,7 +702,7 @@ testcase tToolsOptionsDrawGrid (sApplication as string) hToolsOptions (sApplication,"Grid") If True <> FangrasterBenutzen.IsChecked Then WarnLog "Snap to Grid o" - If True <> RasterSichtbar.IsChecked Then WarnLog "Visible Grid o" + If True <> RasterSichtbar.IsChecked Then WarnLog "Display Grid o" If True <> AchsenSynchronisieren.IsChecked Then WarnLog "Synchronize Axes o" @@ -1044,4 +1044,4 @@ testcase tToolsOptionsDrawPrint (sApplication as string) ExtrasOptionenDlg.OK hCloseDocument -endcase 'tToolsOptionsDrawPrint \ No newline at end of file +endcase 'tToolsOptionsDrawPrint -- cgit v1.2.3 From 0a61d48275abf1c43db017be097ba5f005721da1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 19 May 2011 00:34:13 +0300 Subject: Add the unxios and unxand directories --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index acaf1d188..f41298677 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,7 @@ /*/wntmsc???.pro /*/unxmac?? /*/unxmac??.pro +/*/unxios? +/*/unxios?.pro +/*/unxand? +/*/unxand?.pro -- cgit v1.2.3 From 9ffd3013612cc1d20f04624a773f34df06132566 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 19 May 2011 00:39:04 +0300 Subject: Add the wntgcc directories --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f41298677..9ea0cd6eb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ /*/unxlng??.pro /*/wntmsc??? /*/wntmsc???.pro +/*/wntgcc? +/*/wntgcc?.pro /*/unxmac?? /*/unxmac??.pro /*/unxios? -- cgit v1.2.3 From ed35c41764c3651d831f0dd1f3ef5678f8d04a05 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Thu, 19 May 2011 00:26:52 +0200 Subject: fdo#37325: make toolkit.UnoScrollBarControl not fail headless --- qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java b/qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java index 640365fdb..6d9db8da4 100644 --- a/qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java +++ b/qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java @@ -76,7 +76,7 @@ public class UnoScrollBarControl extends TestCase { XWindow xWin = xFrame.getContainerWindow(); Toolkit tk = Toolkit.getDefaultToolkit(); - Dimension dim = tk.getScreenSize(); + Dimension dim = new Dimension(800, 600); Rectangle newPosSize = xWin.getPosSize(); newPosSize.Width = new Double(dim.getWidth()).intValue(); -- cgit v1.2.3 From 4a57e4bdad0ace4b5bc784a98750b7da1761e460 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Thu, 19 May 2011 00:26:52 +0200 Subject: fdo#37325: make toolkit.UnoScrollBarControl not fail headless --- qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java b/qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java index 640365fdb..6d9db8da4 100644 --- a/qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java +++ b/qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java @@ -76,7 +76,7 @@ public class UnoScrollBarControl extends TestCase { XWindow xWin = xFrame.getContainerWindow(); Toolkit tk = Toolkit.getDefaultToolkit(); - Dimension dim = tk.getScreenSize(); + Dimension dim = new Dimension(800, 600); Rectangle newPosSize = xWin.getPosSize(); newPosSize.Width = new Double(dim.getWidth()).intValue(); -- cgit v1.2.3 From 4f83907d2020f22b89bbc7dc9e099bee7eb1c69b Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Thu, 19 May 2011 00:26:52 +0200 Subject: fdo#37325: make toolkit.UnoScrollBarControl not fail headless --- qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java b/qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java index 640365fdb..6d9db8da4 100644 --- a/qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java +++ b/qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java @@ -76,7 +76,7 @@ public class UnoScrollBarControl extends TestCase { XWindow xWin = xFrame.getContainerWindow(); Toolkit tk = Toolkit.getDefaultToolkit(); - Dimension dim = tk.getScreenSize(); + Dimension dim = new Dimension(800, 600); Rectangle newPosSize = xWin.getPosSize(); newPosSize.Width = new Double(dim.getWidth()).intValue(); -- cgit v1.2.3 From 93bd6694bebaf23d1e5d0536c56ed7e1413f8778 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 22 May 2011 10:38:49 +0200 Subject: Fix bug fdo36158 UI:Find&Replace dialog "Notes" instead of "Comments" --- testautomation/global/win/edia_d_h.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testautomation/global/win/edia_d_h.win b/testautomation/global/win/edia_d_h.win index 0448fccc9..4c9b42bda 100755 --- a/testautomation/global/win/edia_d_h.win +++ b/testautomation/global/win/edia_d_h.win @@ -351,7 +351,7 @@ SearchIn sym:svx:ListBox:RID_SVXDLG_SEARCH:LB_CALC_SEARCHIN Rows sym:svx:RadioButton:RID_SVXDLG_SEARCH:RB_CALC_ROWS Columns sym:svx:RadioButton:RID_SVXDLG_SEARCH:RB_CALC_COLUMNS SearchInAllSheets sym:svx:CheckBox:RID_SVXDLG_SEARCH:CB_ALL_SHEETS -Notes sym:svx:CheckBox:RID_SVXDLG_SEARCH:CB_NOTES +Notes sym:svx:CheckBox:RID_SVXDLG_SEARCH:CB_COMMENTS *FormFolderNameDialog sym:DBACCESS_HID_DLG_SAVE_AS FolderName sym:dbaccess:Edit:DLG_SAVE_AS:ET_TITLE -- cgit v1.2.3 From 8dd9b81dbefb8b8afc34153285a3e39323d2e49a Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Mon, 23 May 2011 16:01:04 +0200 Subject: use links in smoketest install too --- smoketestoo_native/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 31d67d77a..799fe9c22 100755 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -58,6 +58,6 @@ CPPTEST_LIBRARY = $(SHL1TARGETN) localinstall : $(RM) -r $(installationtest_instpath) $(MKDIRHIER) $(installationtest_instpath) - ooinstall $(installationtest_instpath)/opt + ooinstall -l $(installationtest_instpath)/opt cpptest : localinstall .END -- cgit v1.2.3 -- cgit v1.2.3 From 45ac455618d67853fa40e54c5e4416e963224033 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 26 May 2011 11:03:13 +0100 Subject: make this more foolproof if run outside build env --- smoketestdoc/data/Global.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/smoketestdoc/data/Global.xml b/smoketestdoc/data/Global.xml index ef178e15a..42b76f4c5 100644 --- a/smoketestdoc/data/Global.xml +++ b/smoketestdoc/data/Global.xml @@ -532,7 +532,7 @@ Sub SetGlobalOptionsDialog () REM create dialog control gOptionsDialog = CreateUnoDialog( oInputStreamProvider ) - if Environ("WITH_BINFILTER") = "NO" then + if Environ("WITH_BINFILTER") <> "YES" then oControl = gOptionsDialog.getControl("cbOpen50Test") oControl.Model.setPropertyValue("Enabled", FALSE) End If @@ -593,10 +593,10 @@ Sub GetOptions gOptionsDialog.getControl("cbDatabaseTest").setState( -( GetUserFieldState (cUserFieldTestDatabase, gOutputDoc))) gOptionsDialog.getControl("cbExtensionTest").setState( -( GetUserFieldState (cUserFieldTestExtension, gOutputDoc))) gOptionsDialog.getControl("cbSaveOpenXMLTest").setState( -( GetUserFieldState (cUserFieldTestOpenSaveXML, gOutputDoc))) - if Environ("WITH_BINFILTER") = "NO" then - gOptionsDialog.getControl("cbOpen50Test").setState(0) - else + if Environ("WITH_BINFILTER") = "YES" then gOptionsDialog.getControl("cbOpen50Test").setState( -( GetUserFieldState (cUserFieldTestOpen50, gOutPutDoc))) + else + gOptionsDialog.getControl("cbOpen50Test").setState(0) End If gOptionsDialog.getControl("cbSaveOpen8Test").setState( -( GetUserFieldState (cUserFieldTestOpenSave8, gOutputDoc))) gOptionsDialog.getControl("cbTerminateAfterTest").setState( -( GetUserFieldState (cUserFieldTestTerminateAfterTest, gOutputDoc))) @@ -615,10 +615,10 @@ Sub ReadOptions bMakeDBTest = GetUserFieldState (cUserFieldTestDatabase, gOutputDoc) bMakeExtensionTest = GetUserFieldState (cUserFieldTestExtension, gOutputDoc) bMakeSaveOpenXMLTest = GetUserFieldState (cUserFieldTestOpenSaveXML, gOutputDoc) - if Environ("WITH_BINFILTER") = "NO" then - bMakeOpen50Test = false - else + if Environ("WITH_BINFILTER") = "YES" then bMakeOpen50Test = GetUserFieldState (cUserFieldTestOpen50, gOutPutDoc) + else + bMakeOpen50Test = false End If bMakeSaveOpen8Test = GetUserFieldState (cUserFieldTestOpenSave8, gOutputDoc) bMakeTerminateAfterTest = GetUserFieldState (cUserFieldTestTerminateAfterTest, gOutputDoc) @@ -643,10 +643,10 @@ Sub SetDefaultOptions End If bMakeSaveOpenXMLTest = true REM Disable StarOffice 5.0 tests in case binfilter has not been included - if Environ("WITH_BINFILTER") = "NO" then - bMakeOpen50Test = false - else + if Environ("WITH_BINFILTER") = "YES" then bMakeOpen50Test = true + else + bMakeOpen50Test = false End If bMakeSaveOpen8Test = true bMakeTerminateAfterTest = false -- cgit v1.2.3 From c414bb1dc75b3db4fa88874ff5f978e6a0d18d56 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 31 May 2011 14:58:48 +0200 Subject: use --nologo to prevent oosplash smoketest hangs --- test/source/cpp/officeconnection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx index 9bdddca19..9225411ca 100644 --- a/test/source/cpp/officeconnection.cxx +++ b/test/source/cpp/officeconnection.cxx @@ -76,7 +76,7 @@ void OfficeConnection::setUp() { RTL_CONSTASCII_USTRINGPARAM("--nofirststartwizard")); rtl::OUString norestoreArg(RTL_CONSTASCII_USTRINGPARAM("--norestore")); //Disable use of the unix standalone splash screen app for the tests - rtl::OUString noSplashArg(RTL_CONSTASCII_USTRINGPARAM("--no-oosplash")); + rtl::OUString noSplashArg(RTL_CONSTASCII_USTRINGPARAM("--nologo")); rtl::OUString acceptArg( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("--accept=")) + desc + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(";urp"))); -- cgit v1.2.3 From 51e73a5871c5d2fb2e2aeeaa9c9d08d84f0f7450 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 31 May 2011 14:58:48 +0200 Subject: use --nologo to prevent oosplash smoketest hangs --- test/source/cpp/officeconnection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx index 9bdddca19..9225411ca 100644 --- a/test/source/cpp/officeconnection.cxx +++ b/test/source/cpp/officeconnection.cxx @@ -76,7 +76,7 @@ void OfficeConnection::setUp() { RTL_CONSTASCII_USTRINGPARAM("--nofirststartwizard")); rtl::OUString norestoreArg(RTL_CONSTASCII_USTRINGPARAM("--norestore")); //Disable use of the unix standalone splash screen app for the tests - rtl::OUString noSplashArg(RTL_CONSTASCII_USTRINGPARAM("--no-oosplash")); + rtl::OUString noSplashArg(RTL_CONSTASCII_USTRINGPARAM("--nologo")); rtl::OUString acceptArg( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("--accept=")) + desc + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(";urp"))); -- cgit v1.2.3 From 79cfff0b519f6970aea23de3ee6fd7080f65b832 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Wed, 1 Jun 2011 16:43:04 +0200 Subject: add debug hook for junit tests --- test/source/java/org/openoffice/test/OfficeConnection.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/source/java/org/openoffice/test/OfficeConnection.java b/test/source/java/org/openoffice/test/OfficeConnection.java index 6aa164aed..4cc59a214 100644 --- a/test/source/java/org/openoffice/test/OfficeConnection.java +++ b/test/source/java/org/openoffice/test/OfficeConnection.java @@ -62,7 +62,7 @@ public final class OfficeConnection { description = "pipe,name=oootest" + UUID.randomUUID(); ProcessBuilder pb = new ProcessBuilder( sofficeArg.substring("path:".length()), "--quickstart=no", - "--nofirststartwizard", "--norestore", + "--nofirststartwizard", "--norestore", "--nologo", "--accept=" + description + ";urp", "-env:UserInstallation=" + Argument.get("user"), "-env:UNO_JAVA_JFW_ENV_JREHOME=true", @@ -104,6 +104,12 @@ public final class OfficeConnection { assertNull(waitForProcess(process, 1000)); // 1 sec } } + try { + ProcessBuilder debugbp = new ProcessBuilder( + Argument.get("debugcommand").split(" ")); + debugbp.start(); + Thread.sleep(1000); + } catch(Exception e) {} } /** Shut down the OOo instance. -- cgit v1.2.3 From cb7dc5b4050dd7f6978bcb90c9bfee943442bcda Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 3 Jun 2011 13:28:11 +0300 Subject: Drop %_EXT% which was always empty --- qadevOOo/prj/d.lst | 2 +- smoketestdoc/prj/d.lst | 6 +++--- test/prj/d.lst | 34 +++++++++++++++++----------------- testautomation/prj/d.lst | 4 ++-- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/qadevOOo/prj/d.lst b/qadevOOo/prj/d.lst index e6e07e83d..861535936 100644 --- a/qadevOOo/prj/d.lst +++ b/qadevOOo/prj/d.lst @@ -1 +1 @@ -..\%__SRC%\class\OOoRunner*.jar %_DEST%\bin%_EXT% +..\%__SRC%\class\OOoRunner*.jar %_DEST%\bin diff --git a/smoketestdoc/prj/d.lst b/smoketestdoc/prj/d.lst index 618cd83a1..c89f0d9b8 100644 --- a/smoketestdoc/prj/d.lst +++ b/smoketestdoc/prj/d.lst @@ -1,4 +1,4 @@ -mkdir: %_DEST%\bin%_EXT% +mkdir: %_DEST%\bin -..\%__SRC%\bin\smoketestdoc.sxw %_DEST%\bin%_EXT%\smoketestdoc.sxw -..\%__SRC%\bin\TestExtension.oxt %_DEST%\bin%_EXT%\TestExtension.oxt +..\%__SRC%\bin\smoketestdoc.sxw %_DEST%\bin\smoketestdoc.sxw +..\%__SRC%\bin\TestExtension.oxt %_DEST%\bin\TestExtension.oxt diff --git a/test/prj/d.lst b/test/prj/d.lst index 18a599fd5..29388bc72 100644 --- a/test/prj/d.lst +++ b/test/prj/d.lst @@ -1,17 +1,17 @@ -mkdir: %_DEST%\inc%_EXT%\test -mkdir: %_DEST%\inc%_EXT%\test\detail -..\%__SRC%\bin\test.dll %_DEST%\bin%_EXT%\test.dll -..\%__SRC%\bin\unoexceptionprotector.dll %_DEST%\bin%_EXT%\unoexceptionprotector.dll -..\%__SRC%\lib\itest.lib %_DEST%\lib%_EXT%\itest.lib -..\%__SRC%\lib\libtest.dylib %_DEST%\lib%_EXT%\libtest.dylib -..\%__SRC%\lib\libtest.so %_DEST%\lib%_EXT%\libtest.so -..\%__SRC%\lib\unoexceptionprotector.dylib %_DEST%\lib%_EXT%\unoexceptionprotector.dylib -..\%__SRC%\lib\unoexceptionprotector.so %_DEST%\lib%_EXT%\unoexceptionprotector.so -..\inc\test\detail\testdllapi.hxx %_DEST%\inc%_EXT%\test\detail\testdllapi.hxx -..\inc\test\gettestargument.hxx %_DEST%\inc%_EXT%\test\gettestargument.hxx -..\inc\test\officeconnection.hxx %_DEST%\inc%_EXT%\test\officeconnection.hxx -..\inc\test\oustringostreaminserter.hxx %_DEST%\inc%_EXT%\test\oustringostreaminserter.hxx -..\inc\test\toabsolutefileurl.hxx %_DEST%\inc%_EXT%\test\toabsolutefileurl.hxx -..\inc\test\uniquepipename.hxx %_DEST%\inc%_EXT%\test\uniquepipename.hxx -..\%__SRC%\class\test.jar %_DEST%\bin%_EXT%\test.jar -..\%__SRC%\class\test-tools.jar %_DEST%\bin%_EXT%\test-tools.jar +mkdir: %_DEST%\inc\test +mkdir: %_DEST%\inc\test\detail +..\%__SRC%\bin\test.dll %_DEST%\bin\test.dll +..\%__SRC%\bin\unoexceptionprotector.dll %_DEST%\bin\unoexceptionprotector.dll +..\%__SRC%\lib\itest.lib %_DEST%\lib\itest.lib +..\%__SRC%\lib\libtest.dylib %_DEST%\lib\libtest.dylib +..\%__SRC%\lib\libtest.so %_DEST%\lib\libtest.so +..\%__SRC%\lib\unoexceptionprotector.dylib %_DEST%\lib\unoexceptionprotector.dylib +..\%__SRC%\lib\unoexceptionprotector.so %_DEST%\lib\unoexceptionprotector.so +..\inc\test\detail\testdllapi.hxx %_DEST%\inc\test\detail\testdllapi.hxx +..\inc\test\gettestargument.hxx %_DEST%\inc\test\gettestargument.hxx +..\inc\test\officeconnection.hxx %_DEST%\inc\test\officeconnection.hxx +..\inc\test\oustringostreaminserter.hxx %_DEST%\inc\test\oustringostreaminserter.hxx +..\inc\test\toabsolutefileurl.hxx %_DEST%\inc\test\toabsolutefileurl.hxx +..\inc\test\uniquepipename.hxx %_DEST%\inc\test\uniquepipename.hxx +..\%__SRC%\class\test.jar %_DEST%\bin\test.jar +..\%__SRC%\class\test-tools.jar %_DEST%\bin\test-tools.jar diff --git a/testautomation/prj/d.lst b/testautomation/prj/d.lst index a2d325f36..87e600435 100644 --- a/testautomation/prj/d.lst +++ b/testautomation/prj/d.lst @@ -1,4 +1,4 @@ -mkdir: %COMMON_DEST%\bin%_EXT%\win +mkdir: %COMMON_DEST%\bin\win -..\global\win\*.win %COMMON_DEST%\bin%_EXT%\win\*.win +..\global\win\*.win %COMMON_DEST%\bin\win\*.win -- cgit v1.2.3 From f0c047b25a26339ddcde1287328d9ad0cde69011 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 12 Jun 2011 13:01:12 +0300 Subject: Don't do anything when cross-compiling for now --- testtools/com/sun/star/comp/bridge/makefile.mk | 5 +++++ testtools/source/bridgetest/idl/makefile.mk | 8 ++++++++ testtools/source/bridgetest/makefile.mk | 7 +++++++ testtools/source/bridgetest/pyuno/makefile.mk | 6 ++++++ testtools/source/cliversioning/makefile.mk | 6 ++++++ 5 files changed, 32 insertions(+) diff --git a/testtools/com/sun/star/comp/bridge/makefile.mk b/testtools/com/sun/star/comp/bridge/makefile.mk index 7083f2381..0a6b9a8c1 100644 --- a/testtools/com/sun/star/comp/bridge/makefile.mk +++ b/testtools/com/sun/star/comp/bridge/makefile.mk @@ -34,6 +34,11 @@ TARGET=com_sun_star_comp_bridge .INCLUDE : settings.mk +.IF "$(CROSS_COMPILING)"=="YES" +all: + @echo Nothing done when cross-compiling +.ENDIF + # ------------------------------------------------------------------ .IF "$(SOLAR_JAVA)" != "" diff --git a/testtools/source/bridgetest/idl/makefile.mk b/testtools/source/bridgetest/idl/makefile.mk index b056aec1c..dce276e4e 100644 --- a/testtools/source/bridgetest/idl/makefile.mk +++ b/testtools/source/bridgetest/idl/makefile.mk @@ -30,8 +30,16 @@ PRJNAME := testtools TARGET := bridgetest_idl .INCLUDE: settings.mk + +.IF "$(CROSS_COMPILING)"=="YES" +all: + @echo Nothing done when cross-compiling +.ENDIF + .INCLUDE: target.mk + .IF "$(L10N_framework)"=="" + ALLTAR: $(MISC)$/$(TARGET).cppumaker.done $(MISC)$/$(TARGET).javamaker.done $(MISC)$/$(TARGET).cppumaker.done: $(BIN)$/bridgetest.rdb diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk index 8ce4116f1..3932d04c9 100644 --- a/testtools/source/bridgetest/makefile.mk +++ b/testtools/source/bridgetest/makefile.mk @@ -34,7 +34,14 @@ ENABLE_EXCEPTIONS=TRUE LIBTARGET=NO .INCLUDE: settings.mk + +.IF "$(CROSS_COMPILING)"=="YES" +all: + @echo Nothing done when cross-compiling +.ENDIF + .IF "$(L10N_framework)"=="" + DLLPRE = # no leading "lib" on .so files .IF "$(GUI)"=="WNT" diff --git a/testtools/source/bridgetest/pyuno/makefile.mk b/testtools/source/bridgetest/pyuno/makefile.mk index b5d90cb21..b7a7294dc 100644 --- a/testtools/source/bridgetest/pyuno/makefile.mk +++ b/testtools/source/bridgetest/pyuno/makefile.mk @@ -38,6 +38,12 @@ my_components = pythonloader # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk + +.IF "$(CROSS_COMPILING)"=="YES" +all: + @echo Nothing done when cross-compiling +.ENDIF + # --- Files -------------------------------------------------------- .IF "$(DISABLE_PYTHON)" != "TRUE" .IF "$(L10N_framework)"=="" diff --git a/testtools/source/cliversioning/makefile.mk b/testtools/source/cliversioning/makefile.mk index bb9cd3de2..803fda83a 100644 --- a/testtools/source/cliversioning/makefile.mk +++ b/testtools/source/cliversioning/makefile.mk @@ -33,6 +33,12 @@ TARGET := test_climaker PACKAGE = cliversion .INCLUDE: settings.mk + +.IF "$(CROSS_COMPILING)"=="YES" +all: + @echo Nothing done when cross-compiling +.ENDIF + .INCLUDE : $(PRJ)$/util$/makefile.pmk .IF "$(debug)" != "" -- cgit v1.2.3 From 5b5d30e9f6fa99d2b0c168b3cb0fa00ef3d00cc7 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 12 Jun 2011 19:25:58 +0300 Subject: Bypass when cross-compiling, at least for now --- test/source/cpp/makefile.mk | 6 ++++++ test/source/cpp/unoexceptionprotector/makefile.mk | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/test/source/cpp/makefile.mk b/test/source/cpp/makefile.mk index cae88e039..62a6e2c35 100644 --- a/test/source/cpp/makefile.mk +++ b/test/source/cpp/makefile.mk @@ -32,6 +32,12 @@ VISIBILITY_HIDDEN = TRUE .INCLUDE: settings.mk +.IF "$(CROSS_COMPILING)"=="YES" +all: + @echo Nothing done when cross-compiling +.ENDIF + +# --- Files -------------------------------------------------------- CDEFS += -DOOO_DLLIMPLEMENTATION_TEST CFLAGSCXX += $(CPPUNIT_CFLAGS) diff --git a/test/source/cpp/unoexceptionprotector/makefile.mk b/test/source/cpp/unoexceptionprotector/makefile.mk index 86c8bc6fb..d3d13e646 100644 --- a/test/source/cpp/unoexceptionprotector/makefile.mk +++ b/test/source/cpp/unoexceptionprotector/makefile.mk @@ -32,6 +32,12 @@ VISIBILITY_HIDDEN = TRUE .INCLUDE: settings.mk +.IF "$(CROSS_COMPILING)"=="YES" +all: + @echo Nothing done when cross-compiling +.ENDIF + +# --- Files -------------------------------------------------------- DLLPRE = CFLAGSCXX += $(CPPUNIT_CFLAGS) -- cgit v1.2.3