forked from aniani/vim
patch 8.0.0403: GUI tests may fail
Problem: GUI tests may fail. Solution: Ignore the E285 error better. (Kazunobu Kuriyama)
This commit is contained in:
@@ -15,7 +15,10 @@ func TearDown()
|
||||
call GUITearDownCommon()
|
||||
endfunc
|
||||
|
||||
" Make sure that the tests will be done with the GUI activated.
|
||||
" Ignore the "failed to create input context" error.
|
||||
call test_ignore_error('E285')
|
||||
|
||||
" Start the GUI now, in the foreground.
|
||||
gui -f
|
||||
|
||||
func Test_set_guiheadroom()
|
||||
|
||||
Reference in New Issue
Block a user