Hi All,

I've been running the tests suites from the standalone-test branch (based on trunk tests) against AOO41X, AOO42X, and trunk for comparisons and I found a test that fails only in AOO41X.
It's bvt.gui.BasicFunctionTest.testFindFormulasAndValues.

I tracked the test back to this issue in bugzilla i60307 [1].

This is a test for searching for part of a value in a formatted date cell.
To test this manually:

1. Open a new calc document in 4.1.x
2. Format cell A2 as a Date and set Language to "Default-English(USA)
   and select the second format in the list (Friday, December 31, 1999)
   which has a format code of "NNNNMMMM DD, YYYY".
3. Enter "10/17/2003" in cell A2 and you should get "Friday, October
   17, 2003" in cell A2.
   (You may have to increase the width of the column)
4. Place cursor in cell A1 and open Find (ctrl-F)
5. In find dialog select "More Options -> Search in -> Values" and a
   search for "October" fails and it leaves the cursor in cell A1
   instead of finding cell A2.

It looks like in 2015 Damjan provided one line fix and BVT test in AOO42X and trunk with git commit 2e4d2335e [2] but it never made it to the AOO41X branch.

I'm running a build of AOO41X with this fix included and if it's successful and the tests pass I'll submit a PR.

Either way I'll update this thread.

[1] https://bz.apache.org/ooo/show_bug.cgi?id=60307

[2] https://github.com/apache/openoffice/commit/2e4d2335e101b0658cddb9e31f2fd229d84bfc1d

Best regards,
Carl


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to