]> granicus.if.org Git - vim/commitdiff
patch 8.1.2051: double-click test is a bit flaky v8.1.2051
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Sep 2019 19:27:49 +0000 (21:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Sep 2019 19:27:49 +0000 (21:27 +0200)
Problem:    Double-click test is a bit flaky.
Solution:   Correct entry in list of flaky tests.

src/testdir/runtest.vim
src/version.c

index 5623dc8190506a6f7a303d573ffa43793c5d253e..d9177e0cc8f011d9274ef158ca4c6caa1a63cbb4 100644 (file)
@@ -333,7 +333,7 @@ let s:flaky_tests = [
       \ 'Test_raw_one_time_callback()',
       \ 'Test_reltime()',
       \ 'Test_server_crash()',
-      \ 'Test_term_mouse_double_click_to_create_tab',
+      \ 'Test_term_mouse_double_click_to_create_tab()',
       \ 'Test_terminal_ansicolors_default()',
       \ 'Test_terminal_ansicolors_func()',
       \ 'Test_terminal_ansicolors_global()',
index a2c5ddd5a06605d90b1c8a59749ff3a1bfb095d8..af656f282c3e8629a1580fdd4f982407903efada 100644 (file)
@@ -757,6 +757,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2051,
 /**/
     2050,
 /**/