Skip to content

Commit

Permalink
Fix unit test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
yegappan committed Sep 25, 2024
1 parent e3ac594 commit 5407552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test_exit_only_window.vim
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ augroup END

Tlist
close
sleep 50m

call writefile(['Test_Tlist_Exit_OnlyWindow: FAIL'], 'test.log', 'a')
augroup TaglistTest
Expand Down
1 change: 1 addition & 0 deletions test/unit_tests.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1909,6 +1909,7 @@ func Test_Tlist_Exit_OnlyWindow_tabpage()
Tlist
call assert_equal([2, 2], [tabpagenr(), winnr()])
close
sleep 50m
call assert_equal([1, 2], [tabpagenr(), winnr()])
TlistClose
let g:Tlist_Exit_OnlyWindow=0
Expand Down

0 comments on commit 5407552

Please sign in to comment.