Patch 7.4.1359 (after 7.4.1356)
Problem: Channel test ch_sendexpr() times out.
Solution: Increase the timeout
Files: src/testdir/test_channel.vim
*** ../vim-7.4.1358/src/testdir/test_channel.vim 2016-02-19
22:33:31.500263323 +0100
--- src/testdir/test_channel.vim 2016-02-19 22:55:26.882409800 +0100
***************
*** 146,152 ****
" check setting options (without testing the effect)
call ch_setoptions(handle, {'callback': 's:NotUsed'})
! call ch_setoptions(handle, {'timeout': 111})
call assert_fails("call ch_setoptions(handle, {'waittime': 111})", "E475")
call assert_fails("call ch_setoptions(handle, {'mode': 'json'})", "E475")
--- 146,152 ----
" check setting options (without testing the effect)
call ch_setoptions(handle, {'callback': 's:NotUsed'})
! call ch_setoptions(handle, {'timeout': 1111})
call assert_fails("call ch_setoptions(handle, {'waittime': 111})", "E475")
call assert_fails("call ch_setoptions(handle, {'mode': 'json'})", "E475")
*** ../vim-7.4.1358/src/version.c 2016-02-19 22:46:30.608057906 +0100
--- src/version.c 2016-02-19 22:58:12.008670647 +0100
***************
*** 749,750 ****
--- 749,752 ----
{ /* Add new patch number below this line */
+ /**/
+ 1359,
/**/
--
I have to exercise early in the morning before my brain
figures out what I'm doing.
/// 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].
For more options, visit https://groups.google.com/d/optout.