History log of /trunk/test/testuno/source/fvt/ (Results 26 - 50 of 62)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c7723a2226-Aug-2015 Damjan Jovanovic

#i117989# Basic functions Day(), Hour(), Minute(), and Second() return wrong results for dates <1900-1-1

Also extended our spreadsheeet test to search through more columns, open spreadsheets

#i117989# Basic functions Day(), Hour(), Minute(), and Second() return wrong results for dates <1900-1-1

Also extended our spreadsheeet test to search through more columns, open spreadsheets
with macros enabled, and added a test for the the Year(), Month(), Day(), Hour(),
Minute(), and Second() functions comparing Calc's formulas vs StarBasic's runtime functions.

Found-by: villeroy
Patch-by: Damjan Jovanovic



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697807 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO410, AOO410_Beta
f331e23f25-Feb-2014 Herbert Dürr

#i124310# fix autotest fvt.uno.sd.bullet.GraphicBulletFromFile

the assumption that the property "GraphicURL" is at index 6 and the
property "NumberingType" is at index 0 is not correct.

#i124310# fix autotest fvt.uno.sd.bullet.GraphicBulletFromFile

the assumption that the property "GraphicURL" is at index 6 and the
property "NumberingType" is at index 0 is not correct. The fix finds
and uses their respective indices.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571617 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO401
0cfac08829-Aug-2013 Herbert Dürr

#i123141# fix fvt.mix.MixedTes's text color selection

"Light Green" is not part of the standard color palette defined
in main/extras/source/palettes/standard.soc. The nearest color
t

#i123141# fix fvt.mix.MixedTes's text color selection

"Light Green" is not part of the standard color palette defined
in main/extras/source/palettes/standard.soc. The nearest color
to "Light Green" (a.k.a. #00FF00) in the standard palette is
"Green 3" (a.k.a. #00CC00).


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518606 13f79535-47bb-0310-9956-ffa450edef68

show more ...

7d4ea83a29-Aug-2013 Herbert Dürr

#i123140# fix fvt.mix.MixedTest failing to connect to OpenOffice via UNO

because the FirstStartWizard (reenabled in r1494061) prevents that.
The MixedTest is better off with an OpenOffic

#i123140# fix fvt.mix.MixedTest failing to connect to OpenOffice via UNO

because the FirstStartWizard (reenabled in r1494061) prevents that.
The MixedTest is better off with an OpenOffice target that was started
with the default options suitable for test automation which include
the options "-nofirststartwizard", "-norestore" and "-quickstart=no".


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518596 13f79535-47bb-0310-9956-ffa450edef68

show more ...

e4b54efc29-Aug-2013 Herbert Dürr

#i123139# fix race condition in fvt.uno.sw.DocumentTest's document closing


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518553 13f79535-47bb-0310-9956-ffa450edef68

ca86e9e529-Aug-2013 Herbert Dürr

#i123138# tolerate integer rounding artifacts in the fvt.uno.sc.chart.ChartLegend autotest


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518547 13f79535-47bb-0310-9956-

#i123138# tolerate integer rounding artifacts in the fvt.uno.sc.chart.ChartLegend autotest


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518547 13f79535-47bb-0310-9956-ffa450edef68

show more ...

2c0d454c29-Aug-2013 Herbert Dürr

#i123137# fix invalid parameter in fvt.uno.sd.graphic.GraphicPro_Border autotest


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518537 13f79535-47bb-0310-9956-ffa450edef

#i123137# fix invalid parameter in fvt.uno.sd.graphic.GraphicPro_Border autotest


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518537 13f79535-47bb-0310-9956-ffa450edef68

show more ...

9930860e28-Aug-2013 Herbert Dürr

#i123119# allow only "TRUE" or "FALSE" as testOK results

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518093 13f79535-47bb-0310-9956-ffa450edef68

11e9ca9427-Aug-2013 Herbert Dürr

#i123119# add test script for checking manual-test friendly spreedsheets

The script looks for the columns with "TestID" and "TestOK" markers. All
cells below "TestID" are assumed to be t

#i123119# add test script for checking manual-test friendly spreedsheets

The script looks for the columns with "TestID" and "TestOK" markers. All
cells below "TestID" are assumed to be test names, all values below "TestOK"
are assumed to be test results. If any of the test results evaluates to
"FALSE" or zero the automatic test is marked as failed.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1517802 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO400
f2ca41f504-Feb-2013 Herbert Dürr

fix ShapeProperties FVT autotesting's type mismatch for RotateAngle

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1442108 13f79535-47bb-0310-9956-ffa450edef68

f5a7bb7c17-Dec-2012 Jürgen Schmidt

add missing license header

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1422894 13f79535-47bb-0310-9956-ffa450edef68

27723ce411-Dec-2012 Linyi Li

Conversion.java: modified timeout time to 10 minutes. added -enableautomation option.
TextAnimation.java: fixed compile error.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/tru

Conversion.java: modified timeout time to 10 minutes. added -enableautomation option.
TextAnimation.java: fixed compile error.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1420033 13f79535-47bb-0310-9956-ffa450edef68

show more ...

b0a35ca404-Dec-2012 Li Feng Wang

#121273 - [testuno] Create/Remove Drawing Objects in spreadshee​t. Patch provide by GuoBin, reviewed by Wang lifeng

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416784 13f7

#121273 - [testuno] Create/Remove Drawing Objects in spreadshee​t. Patch provide by GuoBin, reviewed by Wang lifeng

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416784 13f79535-47bb-0310-9956-ffa450edef68

show more ...

1ff9903b04-Dec-2012 Li Feng Wang

Bug 121385 - [UNO API]script factor about document general operation and add frame object automation script. Provide by DuJing, Reviewed by Wang Lifeng

git-svn-id: https://svn.apache.org/rep

Bug 121385 - [UNO API]script factor about document general operation and add frame object automation script. Provide by DuJing, Reviewed by Wang Lifeng

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416778 13f79535-47bb-0310-9956-ffa450edef68

show more ...

cfe4bce304-Dec-2012 Li Feng Wang

Bug 121386 - [UNO API]script Refactor about some SC script. Provide by Terry Yang, reviewd by WangLifeng

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416776 13f79535-47bb-0

Bug 121386 - [UNO API]script Refactor about some SC script. Provide by Terry Yang, reviewd by WangLifeng

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416776 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO340
b832fe9e26-Oct-2012 Herbert Dürr

add ALv2 license headers to new files to satisfy the Apache Release Audit Tool

The new files were contributed by AOO committers under the ALv2
but the lastest run of the Release Audit To

add ALv2 license headers to new files to satisfy the Apache Release Audit Tool

The new files were contributed by AOO committers under the ALv2
but the lastest run of the Release Audit Tool rightfully complained
that the actual license headers were missing in the files


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402439 13f79535-47bb-0310-9956-ffa450edef68

show more ...

bb8589eb26-Oct-2012 Li Feng Wang

ignore this test script

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402401 13f79535-47bb-0310-9956-ffa450edef68

7bf9ba3326-Oct-2012 DongJun Zong

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402397 13f79535-47bb-0310-9956-ffa450edef68

2b9e17ed26-Oct-2012 Li Feng Wang

ignore ffc test script

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402378 13f79535-47bb-0310-9956-ffa450edef68

dea13feb25-Oct-2012 Li Feng Wang

ignore FFC test scripts

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402073 13f79535-47bb-0310-9956-ffa450edef68

3ecf08d225-Oct-2012 Li Feng Wang

fix problems in test scripts

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402019 13f79535-47bb-0310-9956-ffa450edef68

28725c1925-Oct-2012 Li Feng Wang

#120754 - [testuno]Check the numbering bullet types and properties
patch by louql, reviewed by WangLifeng

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401974 13f7953

#120754 - [testuno]Check the numbering bullet types and properties
patch by louql, reviewed by WangLifeng

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401974 13f79535-47bb-0310-9956-ffa450edef68

show more ...

de51bb9725-Oct-2012 Li Feng Wang

reconstruct Bullet and FileProperties cases.
patch by louql, reviewed by WangLifeng

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401962 13f79535-47bb-0310-9956-ffa45

reconstruct Bullet and FileProperties cases.
patch by louql, reviewed by WangLifeng

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401962 13f79535-47bb-0310-9956-ffa450edef68

show more ...

b4dcab3025-Oct-2012 Li Feng Wang

#120731 - [testuno]Select a graphic from file as graphic bullet in SD
patch by louql, reviewed by WangLiFeng

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401955 13f7

#120731 - [testuno]Select a graphic from file as graphic bullet in SD
patch by louql, reviewed by WangLiFeng

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401955 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3344c3fa25-Oct-2012 Li Feng Wang

reconstruct: move to according directories

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401954 13f79535-47bb-0310-9956-ffa450edef68

123