]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1514: test waits unnecessarily long before checking screendump v9.0.1514
authorBram Moolenaar <Bram@vim.org>
Sat, 6 May 2023 12:01:27 +0000 (13:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 May 2023 12:01:27 +0000 (13:01 +0100)
Problem:    Test waits unnecessarily long before checking screendump.
Solution:   Remove TermWait() call.

src/testdir/test_scroll_opt.vim
src/version.c

index da1912796bc1373dd7a55e25f0978cf646d909cf..95a4aedcb32ee6d7ea6ae591552e50bf345bc431 100644 (file)
@@ -604,7 +604,6 @@ func Test_smoothscroll_zero_width()
   END
   call writefile(lines, 'XSmoothScrollZero', 'D')
   let buf = RunVimInTerminal('-u NONE -i NONE -n -m -X -Z -e -s -S XSmoothScrollZero', #{rows: 6, cols: 60, wait_for_ruler: 0})
-  call TermWait(buf, 3000)
   call VerifyScreenDump(buf, 'Test_smoothscroll_zero_1', {})
 
   call term_sendkeys(buf, ":sil norm \<C-V>\<C-W>\<C-V>\<C-N>\<CR>")
index 2665b0395fba7a17fd6cce7c83ef7e507ceff10e..2d264619898cd1e395555258498d9013e00d55a6 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1514,
 /**/
     1513,
 /**/