Skip to content

Commit 710b4a1

Browse files
committed
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 #1819)
1 parent c4f8338 commit 710b4a1

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/testdir/test_alot.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ source test_reltime.vim
4444
source test_searchpos.vim
4545
source test_set.vim
4646
source test_sort.vim
47+
source test_sha256.vim
4748
source test_statusline.vim
4849
source test_syn_attr.vim
4950
source test_tabline.vim

src/testdir/test_alot_utf8.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ source test_matchadd_conceal_utf8.vim
1212
source test_regexp_utf8.vim
1313
source test_source_utf8.vim
1414
source test_utf8.vim
15+
source test_utf8_comparisons.vim

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
699,
767769
/**/
768770
698,
769771
/**/

0 commit comments

Comments
 (0)