History log of /aoo42x/test/testgui/ (Results 1 - 25 of 76)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
e29da1cf01-Dec-2023 John Bampton

misc: fix spelling (#188)

(cherry picked from commit 658724749b24075f388495ec64d7dee08bfc1db1)

ebe15e4728-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>
(cherry picked from commit 300d4866462a073a2285741ed956e98ff5957a82)

show more ...

8aad49dc19-Nov-2023 John Bampton

misc: fix spelling (#184)

(cherry picked from commit 81afc36f7a09c292588450c65ebdfe3d58b4bfc3)

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA
a3a3602827-Oct-2021 mseidel

Fixed operation system -> operating system

(cherry picked from commit 2c9c3879af5ada9e92ad992096cfc0c875dbfded)

Revision tags: AOO4111-GA, AOO420-Dev3-m3
ca5bdfe814-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
495a0bca09-Jan-2021 Carl Marcum

Flaky tests (#115)

work on bvt flaky tests by adding a sleep and/or getting a value before checking the test result.
(cherry picked from commit 882d61eb9b6ebfc60c9a29cf74aa165f1d6b0a2a)

Revision tags: AOO419-GA, AOO418-GA
c169aa3727-Jul-2020 Damjan Jovanovic

Fix another test timing issue.

Patch by: me

(cherry picked from commit 557ccdce2ed90616cf241d2123da4f80f65e7c70)

99b5c64227-Jul-2020 Damjan Jovanovic

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

Patch by: me

(cherry picked from commit fbeee538df5958e9c8ad230af896b4c8175ab763)

Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1
a622bb9317-Aug-2018 Damjan Jovanovic

Move smoketestdoc to the top-level test directory. This is where all
integration tests are meant to be; a binary copy of the smoketest was
there already.

Delete the smoketestoo_nativ

Move smoketestdoc to the top-level test directory. This is where all
integration tests are meant to be; a binary copy of the smoketest was
there already.

Delete the smoketestoo_native module whose only purpose was to run
the smoketest, something that is done in the Java bvt test now.
Delete the old smoketest binary copy in test/ and use this one built
from source.
Build an .odt file for the smoketest instead of the legacy .sxw.

Note that we now require main/ built to build test/, as
the Ant build files required to build smoketest's Java component
are in main/.

Patch by: me



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

show more ...

Revision tags: AOO415, AOO414
b3fee99c10-Nov-2017 Damjan Jovanovic

Sleep 1 second after sending Tab+Enter, as the UI needs time to
perform that action before we can copy the text out of the box.
If we don't wait then the wrong thing gets copied (a picture bo

Sleep 1 second after sending Tab+Enter, as the UI needs time to
perform that action before we can copy the text out of the box.
If we don't wait then the wrong thing gets copied (a picture box
instead of the text in it), and as a text value it becomes an
empty string, and tests fail.

Patch by: me



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

show more ...

Revision tags: AOO413, AOO4121
f9b0654804-Mar-2016 damjan

Fix the failing bvt.gui.BasicFunctionTest.testFunctionWizardInFormulaBar
test method, which was failing because of use of inputKeys() instead of
typeKeys().

Patch by: me


Fix the failing bvt.gui.BasicFunctionTest.testFunctionWizardInFormulaBar
test method, which was failing because of use of inputKeys() instead of
typeKeys().

Patch by: me



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

show more ...

9c5183b904-Mar-2016 damjan

Hide 2 utility classes that falsely register as failing tests.

Patch by: me



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

Hide 2 utility classes that falsely register as failing tests.

Patch by: me



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

show more ...

1269415604-Mar-2016 damjan

Path separator fixes for the bvt.gui.FileExport test.

Patch by: me



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

Path separator fixes for the bvt.gui.FileExport test.

Patch by: me



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

show more ...

21ba21a904-Mar-2016 damjan

Fix an index out of range error in the bvt.gui.FileExport test,
which could never possibly work as the directory being
searched for isn't in the path.

Patch by: me



Fix an index out of range error in the bvt.gui.FileExport test,
which could never possibly work as the directory being
searched for isn't in the path.

Patch by: me



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

show more ...

Revision tags: AOO412
2e4d233503-Nov-2015 Damjan Jovanovic

#i60307# search for strings in date formats fails.
When "Search in" is set to "Values", search the formatted values
instead of just the raw input. This fixes a 9 year old
bug that's been

#i60307# search for strings in date formats fails.
When "Search in" is set to "Values", search the formatted values
instead of just the raw input. This fixes a 9 year old
bug that's been duplicated at least 6 times, and matches what Excel
does. Tests show even "Replace" works, and works well: if
"October" is replaced by "November", it converts the original
month from 10 to 11; it only converts the cell type to text if the
resulting text is no longer a valid date. Also added BVT tests
for the expected behaviour.



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

show more ...

Revision tags: SNAPSHOT
bf385f7311-Oct-2015 Damjan Jovanovic

Fix a test that hangs on the "Do you want to save your changes?" dialog at exit.



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

Fix a test that hangs on the "Do you want to save your changes?" dialog at exit.



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

show more ...

Revision tags: AOO411
64c7196630-Jun-2014 Steve Yin

A file conversion test case, which includes some operations of ODF, MS OOXML, MS binary loading/saving, and PDF format exporting.

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

A file conversion test case, which includes some operations of ODF, MS OOXML, MS binary loading/saving, and PDF format exporting.

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

show more ...

Revision tags: 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
3bf9748604-Sep-2013 Herbert Dürr

#i123172# remove 25min of dead time in saveNewSWWithLineToDoc() test


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

122356be03-Sep-2013 Herbert Dürr

#i123172# emit regular infos in long running SVT autotests

some SVT autotests were not suitable for being run as buildbot step
because they repeat running individual test cases hundreds

#i123172# emit regular infos in long running SVT autotests

some SVT autotests were not suitable for being run as buildbot step
because they repeat running individual test cases hundreds of times
without providing any output. Buildbots expect regular output and
the timeout for this is configurable. Their default value is already
quite high and should neither be increased by orders of magnitude
nor should it be disabled, as hang detection is a valuable test too.


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

show more ...

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 ...

1234