1
0
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:
Bram Moolenaar
2017-03-04 13:32:10 +01:00
parent cf5fdf7d16
commit 24d7636e98
3 changed files with 11 additions and 5 deletions

View File

@@ -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()