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 |
|
3bf97486 | 04-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 |
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 ...
|
122356be | 03-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 ...
|
05d85903 | 02-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 ...
|
afc57781 | 02-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 ...
|
f76c5999 | 29-Aug-2013 |
Herbert Dürr |
#i123142# handle "file changed by others" msgbox in autotests autotests are routinely deleting/rewriting/overwriting temporary files and a warning msgbox pops up for that which needs to
#i123142# handle "file changed by others" msgbox in autotests autotests are routinely deleting/rewriting/overwriting temporary files and a warning msgbox pops up for that which needs to be handled, else the autotest runs into a timeout and thus fails. Unfortunately the "file changed by others" message box doesn't have an e.g. helpid or other constant for finding it, so the msgbox's message itself has to be checked. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518666 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0cfac088 | 29-Aug-2013 |
Herbert Dürr |
#i123141# fix fvt.mix.MixedTes's text color selection "Light Green" is not part of the standard color palette defined in main/extras/source/palettes/standard.soc. The nearest color t
#i123141# fix fvt.mix.MixedTes's text color selection "Light Green" is not part of the standard color palette defined in main/extras/source/palettes/standard.soc. The nearest color to "Light Green" (a.k.a. #00FF00) in the standard palette is "Green 3" (a.k.a. #00CC00). git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518606 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7d4ea83a | 29-Aug-2013 |
Herbert Dürr |
#i123140# fix fvt.mix.MixedTest failing to connect to OpenOffice via UNO because the FirstStartWizard (reenabled in r1494061) prevents that. The MixedTest is better off with an OpenOffic
#i123140# fix fvt.mix.MixedTest failing to connect to OpenOffice via UNO because the FirstStartWizard (reenabled in r1494061) prevents that. The MixedTest is better off with an OpenOffice target that was started with the default options suitable for test automation which include the options "-nofirststartwizard", "-norestore" and "-quickstart=no". git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518596 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e4b54efc | 29-Aug-2013 |
Herbert Dürr |
#i123139# fix race condition in fvt.uno.sw.DocumentTest's document closing git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518553 13f79535-47bb-0310-9956-ffa450edef68 |
ca86e9e5 | 29-Aug-2013 |
Herbert Dürr |
#i123138# tolerate integer rounding artifacts in the fvt.uno.sc.chart.ChartLegend autotest git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518547 13f79535-47bb-0310-9956-
#i123138# tolerate integer rounding artifacts in the fvt.uno.sc.chart.ChartLegend autotest git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518547 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2c0d454c | 29-Aug-2013 |
Herbert Dürr |
#i123137# fix invalid parameter in fvt.uno.sd.graphic.GraphicPro_Border autotest git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518537 13f79535-47bb-0310-9956-ffa450edef
#i123137# fix invalid parameter in fvt.uno.sd.graphic.GraphicPro_Border autotest git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518537 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
78c4b824 | 29-Aug-2013 |
Herbert Dürr |
#i121388# adjust testDefaultErrorAlertMessage() autotest to the renaming done in revision 1431253 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518535 13f79535
#i121388# adjust testDefaultErrorAlertMessage() autotest to the renaming done in revision 1431253 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518535 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9930860e | 28-Aug-2013 |
Herbert Dürr |
#i123119# allow only "TRUE" or "FALSE" as testOK results git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518093 13f79535-47bb-0310-9956-ffa450edef68 |
11e9ca94 | 27-Aug-2013 |
Herbert Dürr |
#i123119# add test script for checking manual-test friendly spreedsheets The script looks for the columns with "TestID" and "TestOK" markers. All cells below "TestID" are assumed to be t
#i123119# add test script for checking manual-test friendly spreedsheets The script looks for the columns with "TestID" and "TestOK" markers. All cells below "TestID" are assumed to be test names, all values below "TestOK" are assumed to be test results. If any of the test results evaluates to "FALSE" or zero the automatic test is marked as failed. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1517802 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO400 |
|
1b01a38c | 27-Jun-2013 |
Jürgen Schmidt |
#122478# correct jar location in office installation git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1497352 13f79535-47bb-0310-9956-ffa450edef68 |
50864d1a | 28-Feb-2013 |
Ariel Constenla-Haile |
css.document.DocumentInfo API is deprecated Side note: source code should not use CRLF line terminators git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1451382 13
css.document.DocumentInfo API is deprecated Side note: source code should not use CRLF line terminators git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1451382 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 |
f2ca41f5 | 04-Feb-2013 |
Herbert Dürr |
fix ShapeProperties FVT autotesting's type mismatch for RotateAngle git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1442108 13f79535-47bb-0310-9956-ffa450edef68 |
3b884079 | 04-Feb-2013 |
Herbert Dürr |
#i121388# fix FVT autotest assertion for appname git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1442103 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 |
864de7b8 | 15-Jan-2013 |
Herbert Dürr |
#i121388# adjust install source for automatic testing to changed instset directory git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1433418 13f79535-47bb-0310-9956-ffa450edef68 |
f5a7bb7c | 17-Dec-2012 |
Jürgen Schmidt |
add missing license header git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1422894 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 ...
|