Patch 8.2.3499
Problem: GUI geometry startup test fails.
Solution: Check string values instead of numbers
Files: src/testdir/test_startup.vim
*** ../vim-8.2.3498/src/testdir/test_startup.vim 2021-10-11
16:08:03.238786769 +0100
--- src/testdir/test_startup.vim 2021-10-11 22:54:29.139273756 +0100
***************
*** 536,546 ****
" Depending on the GUI library and the windowing system the final size
" might be a bit different, allow for some tolerance. Tuned based on
" actual failures.
! call assert_inrange(31, 35, lines[0])
! call assert_equal(13, lines[1])
! call assert_equal(41, lines[2])
! call assert_equal(43, lines[3])
! call assert_equal([41, 43], lines[4])
endif
endif
--- 536,546 ----
" Depending on the GUI library and the windowing system the final size
" might be a bit different, allow for some tolerance. Tuned based on
" actual failures.
! call assert_inrange(31, 35, str2nr(lines[0]))
! call assert_equal('13', lines[1])
! call assert_equal('41', lines[2])
! call assert_equal('43', lines[3])
! call assert_equal('[41, 43]', lines[4])
endif
endif
*** ../vim-8.2.3498/src/version.c 2021-10-11 20:50:13.006186380 +0100
--- src/version.c 2021-10-11 22:56:09.844726884 +0100
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 3499,
/**/
--
hundred-and-one symptoms of being an internet addict:
133. You communicate with people on other continents more than you
do with your own neighbors.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20211011215938.C6EE5C80053%40moolenaar.net.