]> granicus.if.org Git - vim/commitdiff
patch 7.4.1353 v7.4.1353
authorBram Moolenaar <Bram@vim.org>
Thu, 18 Feb 2016 21:58:26 +0000 (22:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 18 Feb 2016 21:58:26 +0000 (22:58 +0100)
Problem:    Test_connect_waittime is skipped for MS-Windows.
Solution:   Add the test back, it works now.

src/testdir/test_channel.vim
src/version.c

index f6ec36b35dd6778d61075bcf957a8866b4f71b14..6b6d7f10a372b85463853562d5d35e42793693da 100644 (file)
@@ -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)
index c46e44757806d326535a8652dc32eee8eeb0ad28..e3d7d1bbb8e509c676fdb103b6019d3d0fa7feb0 100644 (file)
@@ -747,6 +747,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1353,
 /**/
     1352,
 /**/