Skip to content

Commit

Permalink
Adapt test after removal of unused option
Browse files Browse the repository at this point in the history
  • Loading branch information
mboughaba committed Nov 8, 2017
1 parent 1663015 commit 5d9e7bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions test/vader/lessmess.onsave.vader
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"
Execute (lessmess should preserve user configuration):
------------------------------------------------------
Assert exists("g:enable_lessmess_highlighting"), "User configuration shouldn't be changed"
Assert exists("g:enable_lessmess_onsave"), "User configuration shouldn't be changed"

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Expand All @@ -50,7 +49,6 @@ After (Initialize):
Execute (lessmess should set and preserve user settings):
---------------------------------------------------------
sil cal lessmess#LessmessExecute(0)
AssertEqual g:enable_lessmess_highlighting, 1, "User configuration shouldn't be changed"
Assert !&list
AssertEqual 250, &updatetime, "updatetime option should have been customized"
AssertEqual "tab:▸\ ,trail:-,extends:>,precedes:<,nbsp:⎵,eol:¬", &listchars, "listchars options should have been preserved"
Expand Down
1 change: 0 additions & 1 deletion test/vader/lessmess.vader
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ After (Initialize):
Execute (lessmess should set and preserve user settings):
---------------------------------------------------------
sil cal lessmess#LessmessExecute(0)
AssertEqual g:enable_lessmess_highlighting, 1, "User configuration shouldn't be changed"
Assert !&list
AssertEqual 250, &updatetime, "updatetime option should have been customized"
AssertEqual "tab:▸\ ,trail:-,extends:>,precedes:<,nbsp:⎵,eol:¬", &listchars, "listchars options should have been preserved"
Expand Down

0 comments on commit 5d9e7bd

Please sign in to comment.