Problem: Channel test fails.
Solution: Use reltimefloat().
call ch_close(handle)
else
let elapsed = reltime(start)
- call assert_true(elapsed < 1.0)
+ call assert_true(reltimefloat(elapsed) < 1.0)
endif
let start = reltime()
else
" Failed connection doesn't wait the full time.
let elapsed = reltime(start)
- call assert_true(elapsed < 1.0)
+ call assert_true(reltimefloat(elapsed) < 1.0)
endif
endfunc
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1287,
/**/
1286,
/**/