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:
parent
ed9f0b9449
commit
c5bec8f690
@ -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 ):
|
||||||
|
Loading…
Reference in New Issue
Block a user