changeset 8118:1f28be191fab v7.4.1353

commit https://github.com/vim/vim/commit/922d25f99c6d38e7f9cfca7a53ab841641517ebc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 18 22:58:26 2016 +0100 patch 7.4.1353 Problem: Test_connect_waittime is skipped for MS-Windows. Solution: Add the test back, it works now.
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Feb 2016 23:00:25 +0100
parents 1a8ee36e2c56
children dcc24639d3df
files src/testdir/test_channel.vim src/version.c
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_channel.vim
+++ b/src/testdir/test_channel.vim
@@ -268,10 +268,6 @@ endfunc
 
 " Test that trying to connect to a non-existing port fails quickly.
 func Test_connect_waittime()
-  if !has('unix')
-    " TODO: Make this work again for MS-Windows.
-    return
-  endif
   call ch_log('Test_connect_waittime()')
   let start = reltime()
   let handle = ch_open('localhost:9876', s:chopt)
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1353,
+/**/
     1352,
 /**/
     1351,