comparison src/testdir/test_gui.vim @ 13351:33a2277b8d4d v8.0.1549

patch 8.0.1549: various small problems in test files commit https://github.com/vim/vim/commit/5d7ead3bc85eefd0929bfcbb579510c8164ea1be Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 27 17:17:42 2018 +0100 patch 8.0.1549: various small problems in test files Problem: Various small problems in test files. Solution: Include small changes.
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2018 17:30:07 +0100
parents d2c20ec4b95a
children cad480bac9e1
comparison
equal deleted inserted replaced
13350:73e42c11db9e 13351:33a2277b8d4d
14 func TearDown() 14 func TearDown()
15 call GUITearDownCommon() 15 call GUITearDownCommon()
16 endfunc 16 endfunc
17 17
18 " Test for resetting "secure" flag after GUI has started. 18 " Test for resetting "secure" flag after GUI has started.
19 " Must be run first. 19 " Must be run first, since it starts the GUI on Unix.
20 func Test_1_set_secure() 20 func Test_1_set_secure()
21 set exrc secure 21 set exrc secure
22 gui -f 22 gui -f
23 call assert_equal(1, has('gui_running')) 23 call assert_equal(1, has('gui_running'))
24 endfunc 24 endfunc