Revision tags: AOO415, AOO414 |
|
457d9638 | 10-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 ...
|
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 |
|
70ab24e9 | 30-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 ...
|
29b55262 | 30-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 ...
|
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 ...
|
fcce2014 | 04-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 ...
|
725d8673 | 24-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 |
|
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 ...
|
8716daac | 25-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 |
|
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 ...
|
eb07ef5f | 11-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 |
|
3de57b87 | 09-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 ...
|
323c3501 | 26-Aug-2015 |
Damjan Jovanovic |
#i112383# CLng("&HFFFFFFFF") fails on 64-bits rather than returning -1 Found-by: andrew Patch-by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoff
#i112383# CLng("&HFFFFFFFF") fails on 64-bits rather than returning -1 Found-by: andrew Patch-by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697984 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c7723a22 | 26-Aug-2015 |
Damjan Jovanovic |
#i117989# Basic functions Day(), Hour(), Minute(), and Second() return wrong results for dates <1900-1-1 Also extended our spreadsheeet test to search through more columns, open spreadsheets
#i117989# Basic functions Day(), Hour(), Minute(), and Second() return wrong results for dates <1900-1-1 Also extended our spreadsheeet test to search through more columns, open spreadsheets with macros enabled, and added a test for the the Year(), Month(), Day(), Hour(), Minute(), and Second() functions comparing Calc's formulas vs StarBasic's runtime functions. Found-by: villeroy Patch-by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697807 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 |
|
f331e23f | 25-Feb-2014 |
Herbert Dürr |
#i124310# fix autotest fvt.uno.sd.bullet.GraphicBulletFromFile the assumption that the property "GraphicURL" is at index 6 and the property "NumberingType" is at index 0 is not correct.
#i124310# fix autotest fvt.uno.sd.bullet.GraphicBulletFromFile the assumption that the property "GraphicURL" is at index 6 and the property "NumberingType" is at index 0 is not correct. The fix finds and uses their respective indices. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571617 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
35ff5cfc | 24-Feb-2014 |
Herbert Dürr |
#i124305# adjust fvt.gui.sd.table.TableFontEffectsProperty to the standard color-palette which was changed for #i121520#. The color black was moved from index 1 to index 12. gi
#i124305# adjust fvt.gui.sd.table.TableFontEffectsProperty to the standard color-palette which was changed for #i121520#. The color black was moved from index 1 to index 12. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571353 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
79cf4d93 | 24-Feb-2014 |
Herbert Dürr |
#i123160# fix shape-count failure in fvt.gui.sd.shape.ShapeTypes folding in the shape-list before counting the shapes resulted in the wrong number (==1) instead of the expected four item
#i123160# fix shape-count failure in fvt.gui.sd.shape.ShapeTypes folding in the shape-list before counting the shapes resulted in the wrong number (==1) instead of the expected four items. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571345 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
f7e54346 | 24-Feb-2014 |
Herbert Dürr |
#i124304# adjust fvt.gui.sw.table.TableGeneral for space-before-unit changes with the fixes for #i56998# a space gets added before unit symbols, so the measurement text is changed and th
#i124304# adjust fvt.gui.sw.table.TableGeneral for space-before-unit changes with the fixes for #i56998# a space gets added before unit symbols, so the measurement text is changed and the autotest is adapted now too git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571340 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
772b8e0b | 24-Feb-2014 |
Herbert Dürr |
#i124304# fix fvt.gui.sw.table.TableGeneral for the new colorpicker git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571333 13f79535-47bb-0310-9956-ffa450edef68 |
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 |