Patch 8.2.1944
Problem: Netbeans test is flaky.
Solution: Add a short delay. (Yegappan Lakshmanan, closes #7246)
Files: src/testdir/test_netbeans.vim
*** ../vim-8.2.1943/src/testdir/test_netbeans.vim 2020-11-02
20:03:51.615794746 +0100
--- src/testdir/test_netbeans.vim 2020-11-03 11:51:08.604097721 +0100
***************
*** 309,314 ****
--- 309,315 ----
call WaitFor('len(ReadXnetbeans()) >= (g:last + 3)')
let l = ReadXnetbeans()
call assert_equal('send: 2:setDot!57 3/6', l[-1])
+ sleep 10m
call assert_equal([0, 3, 7, 0], getpos('.'))
let g:last += 3
***************
*** 318,323 ****
--- 319,325 ----
call WaitFor('len(ReadXnetbeans()) >= (g:last + 3)')
let l = ReadXnetbeans()
call assert_equal('send: 2:setDot!57 9', l[-1])
+ sleep 10m
call assert_equal([0, 2, 1, 0], getpos('.'))
let g:last += 3
*** ../vim-8.2.1943/src/version.c 2020-11-02 21:08:43.122288895 +0100
--- src/version.c 2020-11-03 11:51:53.787983760 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1944,
/**/
--
hundred-and-one symptoms of being an internet addict:
183. You move your coffeemaker next to your computer.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202011031054.0A3AsSpH3732230%40masaka.moolenaar.net.