Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412 |
|
133efdc1 | 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 (cherry picked from commit 2e4d2335e101b0658cddb9e31f2fd229d84bfc1d)
show more ...
|
7d082fd9 | 17-May-2021 |
Carl Marcum |
Tests for warning dialog on certain hyperlinks in documents (i128450) (#128) (#129) * Refs #i128450 - added fvt test class for verifying a warning dialog for certain hyperlinks. Added a
Tests for warning dialog on certain hyperlinks in documents (i128450) (#128) (#129) * 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.
show more ...
|
Revision tags: SNAPSHOT, AOO411, AOO410, AOO410_Beta, AOO401 |
|
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 ...
|
Revision tags: AOO400, AOO340 |
|
c37bcbf4 | 14-Nov-2012 |
Li Feng Wang |
reconstruct GUI FVT case about Presentation git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1409084 13f79535-47bb-0310-9956-ffa450edef68 |
739258c9 | 11-Oct-2012 |
Li Feng Wang |
add svt cases in test/testgui. inlcude cases in svt.gui and sample files in testgui/data/svt git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1396930 13f79535-47bb-0310-9956-
add svt cases in test/testgui. inlcude cases in svt.gui and sample files in testgui/data/svt git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1396930 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 |
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 |
57caf934 | 21-Sep-2012 |
Liu Zhe |
Add new pvt.uno.Benchmark git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1388443 13f79535-47bb-0310-9956-ffa450edef68 |
b4d2d410 | 07-Sep-2012 |
Liu Zhe |
Refactor the control names git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381843 13f79535-47bb-0310-9956-ffa450edef68 |
c9ea3469 | 31-Aug-2012 |
Liu Zhe |
#120758 - Patch of 3 svt cases Patch By: Liu Yi Xuan <liuyixuan.527@gmail.com> Review By: Liu Zhe <aliuzhe@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk
#120758 - Patch of 3 svt cases Patch By: Liu Yi Xuan <liuyixuan.527@gmail.com> Review By: Liu Zhe <aliuzhe@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1379267 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5691bed9 | 31-Aug-2012 |
Liu Zhe |
#120733 - Test scripts about Presentation shape type Patch By: Li Feng Wang <phoenix.wanglf@gmail.com> Review By: Liu Zhe <aliuzhe@gmail.com> git-svn-id: https://svn.apache.org/repos
#120733 - Test scripts about Presentation shape type Patch By: Li Feng Wang <phoenix.wanglf@gmail.com> Review By: Liu Zhe <aliuzhe@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1379263 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ca72bc94 | 31-Aug-2012 |
Liu Zhe |
#120343 - GUI Automation Script:writing test script about table general function in word processor Patch By: Du Jing <bjdujing@gmail.com> Review By: Liu Zhe <aliuzhe@gmail.com> git-s
#120343 - GUI Automation Script:writing test script about table general function in word processor Patch By: Du Jing <bjdujing@gmail.com> Review By: Liu Zhe <aliuzhe@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1379259 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e6e6073d | 31-Aug-2012 |
Liu Zhe |
Move test to trunk/. See the discussion: http://markmail.org/thread/agaeqo6m4d744urz git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1379248 13f79535-47bb-0310-9956-ffa450ed
Move test to trunk/. See the discussion: http://markmail.org/thread/agaeqo6m4d744urz git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1379248 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|