mirror of
https://github.com/vim/vim.git
synced 2025-10-12 06:44:06 -04:00
patch 8.2.1195: clientserver test fails on MS-Windows
Problem: Clientserver test fails on MS-Windows. Solution: Expect a different error message.
This commit is contained in:
@@ -166,8 +166,10 @@ func Test_client_server()
|
|||||||
|
|
||||||
call assert_fails('call remote_startserver([])', 'E730:')
|
call assert_fails('call remote_startserver([])', 'E730:')
|
||||||
call assert_fails("let x = remote_peek([])", 'E730:')
|
call assert_fails("let x = remote_peek([])", 'E730:')
|
||||||
call assert_fails("let x = remote_read('vim10')", ['E573:.*vim10'])
|
call assert_fails("let x = remote_read('vim10')",
|
||||||
call assert_fails("call server2client('abc', 'xyz')", ['E573:.*abc'])
|
\ [has('unix') ? 'E573:.*vim10' : 'E277:.*vim10'])
|
||||||
|
call assert_fails("call server2client('abc', 'xyz')",
|
||||||
|
\ [has('unix') ? 'E573:.*abc' : 'E258:.*abc'])
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" Uncomment this line to get a debugging log
|
" Uncomment this line to get a debugging log
|
||||||
|
@@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1195,
|
||||||
/**/
|
/**/
|
||||||
1194,
|
1194,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user