]> granicus.if.org Git - vim/commitdiff
patch 8.0.0699: checksum tests are not actually run v8.0.0699
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Jul 2017 12:29:19 +0000 (14:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Jul 2017 12:29:19 +0000 (14:29 +0200)
Problem:    Checksum tests are not actually run.
Solution:   Add the tests to the list. (Dominique Pelle, closes #1819)

src/testdir/test_alot.vim
src/testdir/test_alot_utf8.vim
src/version.c

index fec22714e704dd7315c71a5345b1247af76c10f6..8e245ed20d2bf37b6700c91ca268a9c16121121d 100644 (file)
@@ -44,6 +44,7 @@ source test_reltime.vim
 source test_searchpos.vim
 source test_set.vim
 source test_sort.vim
+source test_sha256.vim
 source test_statusline.vim
 source test_syn_attr.vim
 source test_tabline.vim
index 13724cbd4afa5fc372be1307fe3576b31760deb8..8c9cfd2a9bbd6a7e39d27ae87a780bc8ca46898f 100644 (file)
@@ -12,3 +12,4 @@ source test_matchadd_conceal_utf8.vim
 source test_regexp_utf8.vim
 source test_source_utf8.vim
 source test_utf8.vim
+source test_utf8_comparisons.vim
index bd4c3e13a9b27a852040d1138eabd8f5b8f613d5..8cbbbf773fd475c60f2685d8d409128367fddfd7 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    699,
 /**/
     698,
 /**/