Expect GetCompletions_Cache_List_Unicode test to fail

This test is expected to fail since we now filter and sort candidates on empty
query.
This commit is contained in:
micbou 2017-09-10 12:13:21 +02:00
parent ed9f0b9449
commit c5bec8f690
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05

View File

@ -393,6 +393,8 @@ def OmniCompleter_GetCompletions_NoCache_ObjectListObject_test( ycm ):
) )
@ExpectedFailure( 'Filtering on unicode is not supported by the server',
contains_string( "value for 'completions' was <[]>" ) )
@YouCompleteMeInstance( { 'cache_omnifunc': 1 } ) @YouCompleteMeInstance( { 'cache_omnifunc': 1 } )
def OmniCompleter_GetCompletions_Cache_List_Unicode_test( ycm ): def OmniCompleter_GetCompletions_Cache_List_Unicode_test( ycm ):
def Omnifunc( findstart, base ): def Omnifunc( findstart, base ):