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 ...
|
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 ...
|
Revision tags: AOO401 |
|
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 ...
|
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 |
|
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 |
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 ...
|
b0a35ca4 | 04-Dec-2012 |
Li Feng Wang |
#121273 - [testuno] Create/Remove Drawing Objects in spreadsheet. Patch provide by GuoBin, reviewed by Wang lifeng git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416784 13f7
#121273 - [testuno] Create/Remove Drawing Objects in spreadsheet. Patch provide by GuoBin, reviewed by Wang lifeng git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416784 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
1ff9903b | 04-Dec-2012 |
Li Feng Wang |
Bug 121385 - [UNO API]script factor about document general operation and add frame object automation script. Provide by DuJing, Reviewed by Wang Lifeng git-svn-id: https://svn.apache.org/rep
Bug 121385 - [UNO API]script factor about document general operation and add frame object automation script. Provide by DuJing, Reviewed by Wang Lifeng git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416778 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
cfe4bce3 | 04-Dec-2012 |
Li Feng Wang |
Bug 121386 - [UNO API]script Refactor about some SC script. Provide by Terry Yang, reviewd by WangLifeng git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416776 13f79535-47bb-0
Bug 121386 - [UNO API]script Refactor about some SC script. Provide by Terry Yang, reviewd by WangLifeng git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416776 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
b832fe9e | 26-Oct-2012 |
Herbert Dürr |
add ALv2 license headers to new files to satisfy the Apache Release Audit Tool The new files were contributed by AOO committers under the ALv2 but the lastest run of the Release Audit To
add ALv2 license headers to new files to satisfy the Apache Release Audit Tool The new files were contributed by AOO committers under the ALv2 but the lastest run of the Release Audit Tool rightfully complained that the actual license headers were missing in the files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402439 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bb8589eb | 26-Oct-2012 |
Li Feng Wang |
ignore this test script git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402401 13f79535-47bb-0310-9956-ffa450edef68 |
7bf9ba33 | 26-Oct-2012 |
DongJun Zong |
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402397 13f79535-47bb-0310-9956-ffa450edef68 |
2b9e17ed | 26-Oct-2012 |
Li Feng Wang |
ignore ffc test script git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402378 13f79535-47bb-0310-9956-ffa450edef68 |
dea13feb | 25-Oct-2012 |
Li Feng Wang |
ignore FFC test scripts git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402073 13f79535-47bb-0310-9956-ffa450edef68 |
3ecf08d2 | 25-Oct-2012 |
Li Feng Wang |
fix problems in test scripts git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402019 13f79535-47bb-0310-9956-ffa450edef68 |
28725c19 | 25-Oct-2012 |
Li Feng Wang |
#120754 - [testuno]Check the numbering bullet types and properties patch by louql, reviewed by WangLifeng git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401974 13f7953
#120754 - [testuno]Check the numbering bullet types and properties patch by louql, reviewed by WangLifeng git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401974 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
de51bb97 | 25-Oct-2012 |
Li Feng Wang |
reconstruct Bullet and FileProperties cases. patch by louql, reviewed by WangLifeng git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401962 13f79535-47bb-0310-9956-ffa45
reconstruct Bullet and FileProperties cases. patch by louql, reviewed by WangLifeng git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401962 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b4dcab30 | 25-Oct-2012 |
Li Feng Wang |
#120731 - [testuno]Select a graphic from file as graphic bullet in SD patch by louql, reviewed by WangLiFeng git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401955 13f7
#120731 - [testuno]Select a graphic from file as graphic bullet in SD patch by louql, reviewed by WangLiFeng git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401955 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3344c3fa | 25-Oct-2012 |
Li Feng Wang |
reconstruct: move to according directories git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401954 13f79535-47bb-0310-9956-ffa450edef68 |