[vim/vim] test: Missing change in test code of patch 9.2.0857 (PR #20850)
mityu (Vim Github Repository) <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/pull/[email protected]> |
https://github.com/vim/vim/pull/20848 fixed the problem that closed popup window may remain on window, and introduced a new test suites to check opaque popup windows over terminal windows are properly closed:
- `Test_popup_opacity_global_terminal_close_no_leftover`: Check for popup windows that are shown in every tabpages.
- `Test_popup_opacity_tablocal_terminal_close_no_leftover`: Check for popup windows that are only visible in current tabpage.
And these two test suites are driven by a new test helper function called `s:do_test_popup_opacity_terminal_close_no_leftover()`.
However, due to wrong implementation of the test helper function, the new two test suites actually tests exactly the same thing. This patch fixes this.
You can view, comment on, or merge this pull request online at:
https://github.com/vim/vim/pull/20850
-- Commit Summary --
* test: Missing change in test code of patch 9.2.0857
-- File Changes --
M src/testdir/test_popupwin.vim (4)
-- Patch Links --
https://github.com/vim/vim/pull/20850.patch
https://github.com/vim/vim/pull/20850.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/pull/20850
You are receiving this because you are subscribed to this thread.
Message ID: <vim/vim/pull/[email protected]>
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/pull/20850%40github.com.