# HG changeset patch # User Christian Brabandt # Date 1499517004 -7200 # Node ID 3e2ee43a3c7b27e097b82695cba7e782b932202d # Parent 86fac4de59b7083a92c174644fe2544564087bf0 patch 8.0.0699: checksum tests are not actually run commit https://github.com/vim/vim/commit/710b4a16465fb38492801a0dccf2293397aadc6a Author: Bram Moolenaar Date: Sat Jul 8 14:29:19 2017 +0200 patch 8.0.0699: checksum tests are not actually run Problem: Checksum tests are not actually run. Solution: Add the tests to the list. (Dominique Pelle, closes https://github.com/vim/vim/issues/1819) diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -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 diff --git a/src/testdir/test_alot_utf8.vim b/src/testdir/test_alot_utf8.vim --- a/src/testdir/test_alot_utf8.vim +++ b/src/testdir/test_alot_utf8.vim @@ -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 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 699, +/**/ 698, /**/ 697,