History log of /trunk/test/ (Results 26 - 50 of 258)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2c9c387927-Oct-2021 mseidel

Fixed operation system -> operating system

bc6c8f6503-Oct-2021 Carl Marcum

added prerequisites and windows platform examples. (#138)

499ab82a29-Sep-2021 Carl Marcum

Add README for using standalone automated tests (#137)

* added a test/README.md file

* added logging output for command to be executed by ant

Revision tags: AOO4111-GA, AOO420-Dev3-m3
f420f94923-Jun-2021 cbmarcum

Refs #i128459# - added a path env needed for idlc, regmerge, and javamaker.

6ad462b013-Jun-2021 cbmarcum

Refs #i128459# - Initial work on removing dependencies on a build of office. updated smoketestdoc build where most of the dependencies were. Added a modified copy of main/solenv/ant/aoo-ant.xml to sm

Refs #i128459# - Initial work on removing dependencies on a build of office. updated smoketestdoc build where most of the dependencies were. Added a modified copy of main/solenv/ant/aoo-ant.xml to smoketestdoc for importing to build as well as idl.xml to import into aoo-ant.xml.

show more ...

5249608004-Jun-2021 Carl Marcum

Refs #i128455# - updated junit to 4.13.2. updated NamedRequest inner class Suite constructor to match the signature of the super class ParentRunner that was the only constructor until JUnit 4.13. No

Refs #i128455# - updated junit to 4.13.2. updated NamedRequest inner class Suite constructor to match the signature of the super class ParentRunner that was the only constructor until JUnit 4.13. Now ParentRunner has a second constructor that made passing a null arg ambiguous. (#131)

show more ...

069226d331-May-2021 Carl Marcum

Refs #128452 - JUnit and Hamcrest update for test automation (#130)

Refs #128452 - update junit lib from 4.10 to 4.12
added hamcrest 2.2 and updated build and run files.

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

Revision tags: AOO419-GA, AOO418-GA
ed5580f719-Sep-2020 Carl Marcum

Refs #6 - updated junit url to https (#98)

4e588b9e31-Jul-2020 Damjan Jovanovic

Deal with a test that expects strikeout style (X, /, bold, etc.)
to be preserved when saving to .doc, even though neither
the fileformat, nor apparently MS Office itself, support that.

Deal with a test that expects strikeout style (X, /, bold, etc.)
to be preserved when saving to .doc, even though neither
the fileformat, nor apparently MS Office itself, support that.

Closes i120656 - the bold,with / and with X strike through change to single when save to doc

Patch by: me

show more ...

ff9157e331-Jul-2020 Damjan Jovanovic

Typo.

Patch by: me

13ae91bf31-Jul-2020 Damjan Jovanovic

Allow for tested editing time to be a little longer than expected.

Patch by: me

ce8ed6d531-Jul-2020 Damjan Jovanovic

Add the registry modification that will disable clearing user personal
info on saving, so that saving and reloading fields like revision number
can be tested.

Closes #i128398# - auto

Add the registry modification that will disable clearing user personal
info on saving, so that saving and reloading fields like revision number
can be tested.

Closes #i128398# - autotest fvt.uno.sd.file.CheckFileProperties loses some DocumentProperties when saving

Patch by: me

show more ...

5045dcc631-Jul-2020 Damjan Jovanovic

Fix a classic bug that was breaking all registry modifications during tests,
where the return value of a string change method was not getting assigned
anywhere, and the original read-only str

Fix a classic bug that was breaking all registry modifications during tests,
where the return value of a string change method was not getting assigned
anywhere, and the original read-only string was expected to be the
one changed.

Patch by: me

show more ...

b554e61d29-Jul-2020 Damjan Jovanovic

Test hangs indefinitely on a link update confirmation dialog,
and I couldn't find how to confirm the dialog programmatically,
so at least make it time out instead of hanging
the whole tes

Test hangs indefinitely on a link update confirmation dialog,
and I couldn't find how to confirm the dialog programmatically,
so at least make it time out instead of hanging
the whole test run.

Patch by: me

show more ...

74bd909829-Jul-2020 Damjan Jovanovic

We don't need the process environment, and on FreeBSD's ps
there is apparently a total output line string length limit
of 2048 bytes that causes us to sometimes not find the
AOO pid, so l

We don't need the process environment, and on FreeBSD's ps
there is apparently a total output line string length limit
of 2048 bytes that causes us to sometimes not find the
AOO pid, so leave it out.

Patch by: me

show more ...

7b7d1fc928-Jul-2020 Damjan Jovanovic

java.util.Calendar's HOUR is a 12 hour clock, use HOUR_OF_DAY instead.

Patch by: me

d917f5e528-Jul-2020 Damjan Jovanovic

java.util.Calendar's MONTH is 0-based.

Patch by: me

0eabae9828-Jul-2020 Damjan Jovanovic

RotateAngle is a java.lang.Long

Patch by: me

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

3705dcbc27-Jul-2020 Damjan Jovanovic

Explain format of "-tm" parameter when it's wrong.

Patch by: me

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

Automatically build .idl files found in src/main/idl and src/test/idl
without having to specify them.

Clean up the Ant build a little, removing the unused cppumaker
functions I was e

Automatically build .idl files found in src/main/idl and src/test/idl
without having to specify them.

Clean up the Ant build a little, removing the unused cppumaker
functions I was experimenting with, and fully generalize IDL building
so it doesn't use any Ant properties, only macrodefs.

Patch by: me



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

show more ...

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

1234567891011