History log of /trunk/test/testgui/source/fvt/gui/ (Results 1 - 25 of 35)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
6587247401-Dec-2023 John Bampton

misc: fix spelling (#188)

300d486628-Nov-2023 John Bampton

misc: fix spelling (#186)

* misc: fix spelling

* Update cmdid.h

* Update svdopath.cxx

* Update RowSetCache.cxx

---------

Co-authored-by: Matthias

misc: fix spelling (#186)

* misc: fix spelling

* Update cmdid.h

* Update svdopath.cxx

* Update RowSetCache.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>

show more ...

81afc36f19-Nov-2023 John Bampton

misc: fix spelling (#184)

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA
daaa1af428-Apr-2022 cbmarcum

updated AOOTest.testHello to get the result first before the assertion and moved app.stop from tearDown into setup and afterClass due to screenshots happening after the app closed.

d99de66127-Mar-2022 cbmarcum

Refs #i128450# - disabled smb host only test per this email thread: https://lists.apache.org/thread/k1m3wqz04bj8b5kdg814h24qf45sv811
AOO keeps appending a final / thus changing the intent of the

Refs #i128450# - disabled smb host only test per this email thread: https://lists.apache.org/thread/k1m3wqz04bj8b5kdg814h24qf45sv811
AOO keeps appending a final / thus changing the intent of the test.

show more ...

e83be9d627-Mar-2022 cbmarcum

Refs #i128505# - testTableBorderLineStyle() was entering 0.55" instead of 0.50" at line 199 because the ctrl-a wasn't selecting all of the cell contents and leaving a 5 in the cell. then when typing

Refs #i128505# - testTableBorderLineStyle() was entering 0.55" instead of 0.50" at line 199 because the ctrl-a wasn't selecting all of the cell contents and leaving a 5 in the cell. then when typing in 0.5 it became 0.55 and failing the assertion at line 222. added sleep at 197 to make sure focus is completed before ctrl-a.

show more ...

Revision tags: AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3
be190f5914-May-2021 Carl Marcum

Tests for warning dialog on certain hyperlinks in documents (i128450) (#128)

* Refs #i128450 - added fvt test class for verifying a warning dialog for certain hyperlinks.
Added a test me

Tests for warning dialog on certain hyperlinks in documents (i128450) (#128)

* Refs #i128450 - added fvt test class for verifying a warning dialog for certain hyperlinks.
Added a test method to bvt test so there is some coverage there.
added UI mappings for hyperlink dialogs.

* Refs #i128450 - removed http and https protcols.

* Refs #i128450 - updated comments for change in fvt test method name.

show more ...

Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA
557ccdce27-Jul-2020 Damjan Jovanovic

Fix another test timing issue.

Patch by: me

fbeee53827-Jul-2020 Damjan Jovanovic

Fix a test timing issue, and deal with "Save changes" dialog.

Patch by: me

Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
35ff5cfc24-Feb-2014 Herbert Dürr

#i124305# adjust fvt.gui.sd.table.TableFontEffectsProperty to the standard color-palette

which was changed for #i121520#. The color black was moved from index 1 to index 12.


gi

#i124305# adjust fvt.gui.sd.table.TableFontEffectsProperty to the standard color-palette

which was changed for #i121520#. The color black was moved from index 1 to index 12.


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

show more ...

79cf4d9324-Feb-2014 Herbert Dürr

#i123160# fix shape-count failure in fvt.gui.sd.shape.ShapeTypes

folding in the shape-list before counting the shapes resulted in the
wrong number (==1) instead of the expected four item

#i123160# fix shape-count failure in fvt.gui.sd.shape.ShapeTypes

folding in the shape-list before counting the shapes resulted in the
wrong number (==1) instead of the expected four items.


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

show more ...

f7e5434624-Feb-2014 Herbert Dürr

#i124304# adjust fvt.gui.sw.table.TableGeneral for space-before-unit changes

with the fixes for #i56998# a space gets added before unit symbols, so the
measurement text is changed and th

#i124304# adjust fvt.gui.sw.table.TableGeneral for space-before-unit changes

with the fixes for #i56998# a space gets added before unit symbols, so the
measurement text is changed and the autotest is adapted now too


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

show more ...

772b8e0b24-Feb-2014 Herbert Dürr

#i124304# fix fvt.gui.sw.table.TableGeneral for the new colorpicker


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

Revision tags: AOO401
05d8590302-Sep-2013 Herbert Dürr

#i123164# prevent timeout+kill in fvt.gui.sd.shape.ShapeTypes autotests

If the modified test documents are neither saved nor discarded a QueryBox
"The document $DOC has been modified.\nD

#i123164# prevent timeout+kill in fvt.gui.sd.shape.ShapeTypes autotests

If the modified test documents are neither saved nor discarded a QueryBox
"The document $DOC has been modified.\nDo you want to save your changes?"
would prevent the application from quitting normally. Calling AppTool's
discard() method handles this message box.


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

show more ...

afc5778102-Sep-2013 Herbert Dürr

#i123160# fix race-condition in fvt.gui.sd.shape.ShapeTypes

The two fvt.gui.sd.shape.ShapeTypes tests (for callout and star shapes)
often fail because the tests expects three items in th

#i123160# fix race-condition in fvt.gui.sd.shape.ShapeTypes

The two fvt.gui.sd.shape.ShapeTypes tests (for callout and star shapes)
often fail because the tests expects three items in the navigator as a
precondition. These three items are only shown there if filter->shapes
and then all-shapes has been selected.

There is a race condition: The click on filter->shapes fails when the
window-manager hasn't focussed the Navigator window. Then the precondition
that all shapes are selected fails.


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

show more ...

78c4b82429-Aug-2013 Herbert Dürr

#i121388# adjust testDefaultErrorAlertMessage() autotest

to the renaming done in revision 1431253


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

#i121388# adjust testDefaultErrorAlertMessage() autotest

to the renaming done in revision 1431253


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

show more ...

Revision tags: AOO400
3b88407904-Feb-2013 Herbert Dürr

#i121388# fix FVT autotest assertion for appname

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

Revision tags: AOO340
fd34842626-Nov-2012 Li Feng Wang

Add log for failure screenshot

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

b74bac8714-Nov-2012 Li Feng Wang

reconstruct GUI FVT case about Document

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

c37bcbf414-Nov-2012 Li Feng Wang

reconstruct GUI FVT case about Presentation

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

424494b014-Nov-2012 Li Feng Wang

reconstruct GUI FVT case about Spreadsheet

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

b23eb6e114-Nov-2012 Li Feng Wang

reconstruct GUI FVT case about formula

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

38c338db13-Nov-2012 Li Feng Wang

reconstruct GUI FVT case about formula

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

f2df220c26-Oct-2012 Li Feng Wang

change ignore info

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

bcbf76e825-Oct-2012 Li Feng Wang

close header and footer dialog after get info

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

12