Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3 |
|
44cf0280 | 11-May-2021 |
Carl Marcum |
Automated Testing backports from trunk to 4.1.x (#125) * A file conversion test case, which includes some operations of ODF, MS OOXML, MS binary loading/saving, and PDF format exporting.
Automated Testing backports from trunk to 4.1.x (#125) * 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 (cherry picked from commit 64c719661291c877b7db7f727645b18019b1f321) * 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 (cherry picked from commit eb07ef5f5735980e18a066e2c5820f1cbf111e2d) * 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 (cherry picked from commit bf385f73e5dc2aa1bfa43c45847d1582723850eb) * #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 (cherry picked from commit 8716daac47832a8aecd6ba509a7944c5ea3edb11) * 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 (cherry picked from commit fcce20141d66b8aac0ad61b2fa3c8e44593db624) * 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 (cherry picked from commit 21ba21a9c763d73402c107c84edd24a1e5dacef2) * 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 (cherry picked from commit 126941563920c285023d1f6559a20f4a22ed64e1) * 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 (cherry picked from commit 9c5183b9128ae5fa95a129746e5d9e3fc803f184) * 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 (cherry picked from commit f9b065480691d651ce3264ccd86265571a8aeb10) * 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 (cherry picked from commit 29b55262d99649dfcf0ad7da57989d4d45b4d561) * 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 (cherry picked from commit 70ab24e9c6201be8c04128ee171d9d3f106700d1) * 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 (cherry picked from commit b3fee99c19b41b78a1316b1138346d2ff4cb67af) * 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 (cherry picked from commit 457d9638ad4f68db7c30e0ce6eb3792a1384b089) * Explain format of "-tm" parameter when it's wrong. Patch by: me (cherry picked from commit 3705dcbca917f01156f9b8d7e49186e5358fb78b) * Fix a test timing issue, and deal with "Save changes" dialog. Patch by: me (cherry picked from commit fbeee538df5958e9c8ad230af896b4c8175ab763) * Fix another test timing issue. Patch by: me (cherry picked from commit 557ccdce2ed90616cf241d2123da4f80f65e7c70) * RotateAngle is a java.lang.Long Patch by: me (cherry picked from commit 0eabae982571a4b36cda4dad5508e00553ddfa53) * java.util.Calendar's MONTH is 0-based. Patch by: me (cherry picked from commit d917f5e50e8747870854d4ad71be7f834cc09fd3) * java.util.Calendar's HOUR is a 12 hour clock, use HOUR_OF_DAY instead. Patch by: me (cherry picked from commit 7b7d1fc921ba2302ad7151595f2580263add807a) * 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) * 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) * 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 (cherry picked from commit 5045dcc653b31c87d6b268d887ec5821c03a2dec) * 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 (cherry picked from commit ce8ed6d52e206eeb0bf9eb7547f3b52546514d5e) * Allow for tested editing time to be a little longer than expected. Patch by: me (cherry picked from commit 13ae91bf77e0f3b925db7293580c0ad450ab5530) * Typo. Patch by: me (cherry picked from commit ff9157e3c2e6eea1bdfb12a088bffba652a52002) * 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 (cherry picked from commit 4e588b9e25e0ea797c0e7d78b564a1b48a56819e) Co-authored-by: Steve Yin <steve_y@apache.org> Co-authored-by: Damjan Jovanovic <damjan@apache.org> Co-authored-by: asf-sync-process <asf-sync-process@unknown> Co-authored-by: damjan <damjan@13f79535-47bb-0310-9956-ffa450edef68>
show more ...
|
Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta |
|
f1afe80a | 17-Dec-2013 |
Herbert Dürr |
#i123847# provide start/end times and duration in autotest result page git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551484 13f79535-47bb-0310-9956-ffa450edef68 |
e8da46a6 | 13-Dec-2013 |
Herbert Dürr |
#i123847# provide a "Test Date" line in autotest result pages git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1550687 13f79535-47bb-0310-9956-ffa450edef68 |
253f501c | 13-Dec-2013 |
Herbert Dürr |
#i123846# fix the link in the "Revision:" line of autotest results The original link to fisheye seems to be out of commission. As the ASF repository runs viewvc itself a link to its revi
#i123846# fix the link in the "Revision:" line of autotest results The original link to fisheye seems to be out of commission. As the ASF repository runs viewvc itself a link to its revision info is better anyway. That viewvc instance apparently has problems to display the logview of a revision though, the the revision view has to do... git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1550671 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401 |
|
a61e83ff | 03-Sep-2013 |
Herbert Dürr |
#i123172# speedup autotest mouse dragging many GUI autotests drag the mouse across the screen. Moving the mouse pointer one-by-one is inefficient and takes a long time. Speeding this
#i123172# speedup autotest mouse dragging many GUI autotests drag the mouse across the screen. Moving the mouse pointer one-by-one is inefficient and takes a long time. Speeding this up gets rid of a lot of dead time in the autotests. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1519643 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO400 |
|
4f913391 | 05-Feb-2013 |
Ariel Constenla-Haile |
i119977 - Update version number to 4.0.0 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1442743 13f79535-47bb-0310-9956-ffa450edef68 |
b0ed8c52 | 15-Jan-2013 |
Herbert Dürr |
more verbose reporting of failures in the autotesting framework git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1433535 13f79535-47bb-0310-9956-ffa450edef68 |
43261468 | 15-Jan-2013 |
Herbert Dürr |
allow automatic testing on machines without network access git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1433502 13f79535-47bb-0310-9956-ffa450edef68 |
27723ce4 | 11-Dec-2012 |
Linyi Li |
Conversion.java: modified timeout time to 10 minutes. added -enableautomation option. TextAnimation.java: fixed compile error. git-svn-id: https://svn.apache.org/repos/asf/openoffice/tru
Conversion.java: modified timeout time to 10 minutes. added -enableautomation option. TextAnimation.java: fixed compile error. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1420033 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
22dbaf69 | 31-Oct-2012 |
Liu Zhe |
Fix getClassesInPackage doesn't work if the path has special characters. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1403961 13f79535-47bb-0310-9956-ffa450edef68 |
f06ebcc8 | 26-Oct-2012 |
Liu Zhe |
Update usage for Run git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402437 13f79535-47bb-0310-9956-ffa450edef68 |
285eba3e | 26-Oct-2012 |
Li Feng Wang |
initial file provider only when suite file directory exist. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402400 13f79535-47bb-0310-9956-ffa450edef68 |
a22b55fd | 25-Oct-2012 |
Liu Zhe |
Use testspace/install as the default directory to search OpenOffice git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401949 13f79535-47bb-0310-9956-ffa450edef68 |
da7831cb | 25-Oct-2012 |
Liu Zhe |
Fixed: Some properties are not generated if testing is terminated before finishing all tests git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401948 13f79535-47bb-0310-9956-
Fixed: Some properties are not generated if testing is terminated before finishing all tests git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401948 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e3383f01 | 12-Oct-2012 |
Herbert Dürr |
only decorate ignore annotations if the regexp matches to the decoration pattern git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1397509 13f79535-47bb-0310-9956-ffa450edef68 |
5539582e | 11-Oct-2012 |
Liu Zhe |
Fix: Can't find the correct the soffice.bin if there is another one OpenOffice installed in /Applications git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1397012 13f79535-47
Fix: Can't find the correct the soffice.bin if there is another one OpenOffice installed in /Applications git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1397012 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d6c020cb | 09-Oct-2012 |
Herbert Dürr |
fix typo in help info about automated test method selection git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1395984 13f79535-47bb-0310-9956-ffa450edef68 |
9116c36c | 09-Oct-2012 |
Liu Zhe |
Update conversion mode pvt case git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1395864 13f79535-47bb-0310-9956-ffa450edef68 |
75ed6c31 | 09-Oct-2012 |
Liu Zhe |
Update conversion mode pvt case git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1395863 13f79535-47bb-0310-9956-ffa450edef68 |
20033afd | 01-Oct-2012 |
Liu Zhe |
Fix: Report can't be shown in IE git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1392290 13f79535-47bb-0310-9956-ffa450edef68 |
8969bfce | 29-Sep-2012 |
Liu Zhe |
Add cases in GUI PVT git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1391753 13f79535-47bb-0310-9956-ffa450edef68 |
6db70322 | 28-Sep-2012 |
Liu Zhe |
Fix: can not find soffice process git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1391334 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
e4b83892 | 24-Sep-2012 |
Liu Zhe |
Add DataSheet. We can output some data into one MS Office Excel 2003 XML file. It can be opened with OpenOffice. Add new PVT files without sensitive content legally. git-svn-id: https://
Add DataSheet. We can output some data into one MS Office Excel 2003 XML file. It can be opened with OpenOffice. Add new PVT files without sensitive content legally. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389376 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
f46d12a6 | 22-Sep-2012 |
Liu Zhe |
Update pvt testing files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1388768 13f79535-47bb-0310-9956-ffa450edef68 |