History log of /aoo42x/test/ (Results 26 - 50 of 243)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e20f181529-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

(cherry picked from commit b554e61d4a216798d7a7b23d9f8fa51b42aef9bb)

show more ...

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

(cherry picked from commit 74bd90983f3b030e16b5ca81adac546fd0b6b285)

show more ...

8726eb1c28-Jul-2020 Damjan Jovanovic

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

Patch by: me

(cherry picked from commit 7b7d1fc921ba2302ad7151595f2580263add807a)

25e09e7628-Jul-2020 Damjan Jovanovic

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

Patch by: me

(cherry picked from commit d917f5e50e8747870854d4ad71be7f834cc09fd3)

9cca0c8c28-Jul-2020 Damjan Jovanovic

RotateAngle is a java.lang.Long

Patch by: me

(cherry picked from commit 0eabae982571a4b36cda4dad5508e00553ddfa53)

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)

ca8e4e5a27-Jul-2020 Damjan Jovanovic

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

Patch by: me

(cherry picked from commit 3705dcbca917f01156f9b8d7e49186e5358fb78b)

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

Revision tags: AOO415, AOO414
457d963810-Nov-2017 Damjan Jovanovic

Fix an fvt test that was failing because long and java.lang.Integer
can't be compared.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@18148

Fix an fvt test that was failing because long and java.lang.Integer
can't be compared.

Patch by: me



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

show more ...

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
70ab24e930-Mar-2016 damjan

When otherwise absent, get the run and run.bat scripts to try to detect
and use the ${openoffice.home} that the --with-package-format="installed"
option to ./configure provided.

Patc

When otherwise absent, get the run and run.bat scripts to try to detect
and use the ${openoffice.home} that the --with-package-format="installed"
option to ./configure provided.

Patch by: me



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

show more ...

29b5526230-Mar-2016 damjan

Some fixes to build.xml for qa tests:
* Fix the default ${openoffice.home} for *nix (the final "program" directory
is wrong).
* Windows uses the "OpenOffice 4" directory instead of "ope

Some fixes to build.xml for qa tests:
* Fix the default ${openoffice.home} for *nix (the final "program" directory
is wrong).
* Windows uses the "OpenOffice 4" directory instead of "openoffice4".

Patch by: me



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

show more ...

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

fcce201404-Mar-2016 damjan

Remove an erroneous tab that ends the output of "./run --help" for our
qa tests.

Patch by: me



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

Remove an erroneous tab that ends the output of "./run --help" for our
qa tests.

Patch by: me



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

show more ...

725d867324-Nov-2015 Damjan Jovanovic

#i117960# Basic: Line Input doesn't work in single-line If

i92642 added the ability to use certain keywords as variable names (eg. name = 1, line = "hi"),
but also caused a regression wh

#i117960# Basic: Line Input doesn't work in single-line If

i92642 added the ability to use certain keywords as variable names (eg. name = 1, line = "hi"),
but also caused a regression where "Line Input" is broken in single-line If statements.
This patch fixes that by allowing Then and Else to also be the start-of-line tokens expected to
immediately preceed the "Line" token in order for that "Line" token to be recognized a keyword instead
of a variable name. Also added FVT spreadsheet tests for "Line" as both a variable name and as "Line Input".

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716234 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 ...

8716daac25-Oct-2015 asf-sync-process

#i126604# test framework on *BSD calls "ps" wrongly, can't find AOO to kill it if hung

On *BSD, call "ps" with "-wweo", as the "ww" is needed to produce all the columns in the output.
Wi

#i126604# test framework on *BSD calls "ps" wrongly, can't find AOO to kill it if hung

On *BSD, call "ps" with "-wweo", as the "ww" is needed to produce all the columns in the output.
Without it, output is trimmed short, and the test framework can't find AOO to kill it,
leaving AOO running and causing further tests to fail.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710472 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 ...

eb07ef5f11-Oct-2015 Damjan Jovanovic

When ./configure --with-package-format=installed is used, allow tests to run
from the resulting install directory instead of needing an archive.



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

When ./configure --with-package-format=installed is used, allow tests to run
from the resulting install directory instead of needing an archive.



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

show more ...

Revision tags: AOO411
3de57b8709-Sep-2015 Damjan Jovanovic

#i123901# formula DGET() gives #VALUE! error when fetching calculation resulting in string
Gets ScDBQueryDataIterator::DataAccessInternal::getCurrent() to handle formulas returning strings.
A

#i123901# formula DGET() gives #VALUE! error when fetching calculation resulting in string
Gets ScDBQueryDataIterator::DataAccessInternal::getCurrent() to handle formulas returning strings.
Added a spreadsheet test for this behaviour.



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

show more ...

12345678910