Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA |
|
a3a36028 | 27-Oct-2021 |
mseidel |
Fixed operation system -> operating system (cherry picked from commit 2c9c3879af5ada9e92ad992096cfc0c875dbfded) |
Revision tags: AOO4111-GA, AOO420-Dev3-m3 |
|
ca5bdfe8 | 14-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 |
|
495a0bca | 09-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, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
a622bb93 | 17-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 |
|
b3fee99c | 10-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 |
|
f9b06548 | 04-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 ...
|
9c5183b9 | 04-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 ...
|
12694156 | 04-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 ...
|
21ba21a9 | 04-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 |
|
2e4d2335 | 03-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 |
|
bf385f73 | 11-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 |
|
64c71966 | 30-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, AOO401, AOO400, AOO340 |
|
9edf8282 | 27-Sep-2012 |
Liu Zhe |
Added PVT GUI tests git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1390888 13f79535-47bb-0310-9956-ffa450edef68 |
6e8c4b22 | 26-Sep-2012 |
Liu Zhe |
Close app after testing git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1390301 13f79535-47bb-0310-9956-ffa450edef68 |
91745ed9 | 26-Sep-2012 |
Liu Zhe |
Close app after testing git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1390300 13f79535-47bb-0310-9956-ffa450edef68 |
80a6f5c5 | 12-Sep-2012 |
Liu Zhe |
Categorize tests to svt,pvt,fvt,bvt git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1383961 13f79535-47bb-0310-9956-ffa450edef68 |