Try to fix a test which is failing on Windows

This commit is contained in:
w0rp 2018-03-02 20:47:13 +00:00
parent ad7ffe2875
commit 540952ca8e
1 changed files with 5 additions and 1 deletions

View File

@ -3,10 +3,14 @@ Before:
unlet! g:ale_cs_mcsc_source
call ale#test#SetDirectory('/testplugin/test/handler')
runtime ale_linters/cs/mcsc.vim
After:
unlet! g:ale_cs_mcsc_source
call ale#test#RestoreDirectory()
call ale#linter#Reset()
Execute(The mcs handler should work with the default of the buffer's directory):
@ -18,7 +22,7 @@ Execute(The mcs handler should work with the default of the buffer's directory):
\ 'text': '; expected',
\ 'code': 'CS1001',
\ 'type': 'E',
\ 'filename': ale#path#Simplify(expand('%:p:h') . '/Test.cs'),
\ 'filename': ale#path#Simplify(g:dir . '/Test.cs'),
\ },
\ ],
\ ale_linters#cs#mcsc#Handle(347, [