]> granicus.if.org Git - vim/commitdiff
patch 8.0.0178: command count test fails on MS-Windows v8.0.0178
authorBram Moolenaar <Bram@vim.org>
Fri, 13 Jan 2017 21:30:08 +0000 (22:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 13 Jan 2017 21:30:08 +0000 (22:30 +0100)
Problem:    test_command_count may fail when a previous test interferes, seen
            on MS-Windows.
Solution:   Run it separately.

src/testdir/Make_all.mak
src/testdir/test_alot.vim
src/version.c

index 63a1b051f0fa02bad008a8816d05a4ec4985e047..956d321eab503ffa37d1d2439c3e11d978d76c6e 100644 (file)
@@ -144,6 +144,7 @@ NEW_TESTS = test_arglist.res \
            test_channel.res \
            test_charsearch.res \
            test_cmdline.res \
+           test_command_count.res \
            test_crypt.res \
            test_cscope.res \
            test_diffmode.res \
index d29bc3a58befcac6175a521c2df4c2a941f1cc10..9a7c35dcd531b7c2cd62533260c6432a3b523ad1 100644 (file)
@@ -3,7 +3,6 @@
 
 source test_assign.vim
 source test_autocmd.vim
-source test_command_count.vim
 source test_cursor_func.vim
 source test_delete.vim
 source test_execute_func.vim
index a0887dd6f4727277c6c66aae1f63a9b32025bc04..1b64d5870fe6ff769b1b6af297423afcc7d34c0c 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    178,
 /**/
     177,
 /**/