To: vim_dev@googlegroups.com Subject: Patch 8.2.3499 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///