Skip to content

Commit 57f3b75

Browse files
committed
Add java server to the shutdown tests
1 parent 362460f commit 57f3b75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ycmd/tests/shutdown_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def test_FromHandlerWithSubservers( self ):
5656
filetypes = [ 'cpp',
5757
'cs',
5858
'go',
59+
'java',
5960
'javascript',
6061
'typescript',
6162
'rust' ]
@@ -105,6 +106,7 @@ def KeepServerAliveInAnotherThread():
105106
filetypes = [ 'cpp',
106107
'cs',
107108
'go',
109+
'java',
108110
'javascript',
109111
'typescript',
110112
'rust' ]

0 commit comments

Comments
 (0)