@@ -297,7 +297,7 @@ def test_Subcommands_GetDoc_Class( self, app ):
297297
298298 event_data = BuildRequest ( filepath = filepath ,
299299 filetype = 'java' ,
300- line_num = 11 ,
300+ line_num = 9 ,
301301 column_num = 7 ,
302302 contents = contents ,
303303 command_arguments = [ 'GetDoc' ],
@@ -323,7 +323,7 @@ def test_Subcommands_GetType_NoKnownType( self, app ):
323323
324324 event_data = BuildRequest ( filepath = filepath ,
325325 filetype = 'java' ,
326- line_num = 28 ,
326+ line_num = 26 ,
327327 column_num = 1 ,
328328 contents = contents ,
329329 command_arguments = [ 'GetType' ],
@@ -352,7 +352,7 @@ def test_Subcommands_GetType_Class( self, app ):
352352
353353 event_data = BuildRequest ( filepath = filepath ,
354354 filetype = 'java' ,
355- line_num = 11 ,
355+ line_num = 9 ,
356356 column_num = 7 ,
357357 contents = contents ,
358358 command_arguments = [ 'GetType' ],
@@ -375,7 +375,7 @@ def test_Subcommands_GetType_Constructor( self, app ):
375375
376376 event_data = BuildRequest ( filepath = filepath ,
377377 filetype = 'java' ,
378- line_num = 14 ,
378+ line_num = 12 ,
379379 column_num = 3 ,
380380 contents = contents ,
381381 command_arguments = [ 'GetType' ],
@@ -399,7 +399,7 @@ def test_Subcommands_GetType_ClassMemberVariable( self, app ):
399399
400400 event_data = BuildRequest ( filepath = filepath ,
401401 filetype = 'java' ,
402- line_num = 12 ,
402+ line_num = 10 ,
403403 column_num = 18 ,
404404 contents = contents ,
405405 command_arguments = [ 'GetType' ],
@@ -422,7 +422,7 @@ def test_Subcommands_GetType_MethodArgument( self, app ):
422422
423423 event_data = BuildRequest ( filepath = filepath ,
424424 filetype = 'java' ,
425- line_num = 16 ,
425+ line_num = 14 ,
426426 column_num = 17 ,
427427 contents = contents ,
428428 command_arguments = [ 'GetType' ],
@@ -447,7 +447,7 @@ def test_Subcommands_GetType_MethodVariable( self, app ):
447447
448448 event_data = BuildRequest ( filepath = filepath ,
449449 filetype = 'java' ,
450- line_num = 15 ,
450+ line_num = 13 ,
451451 column_num = 9 ,
452452 contents = contents ,
453453 command_arguments = [ 'GetType' ],
@@ -471,7 +471,7 @@ def test_Subcommands_GetType_Method( self, app ):
471471
472472 event_data = BuildRequest ( filepath = filepath ,
473473 filetype = 'java' ,
474- line_num = 20 ,
474+ line_num = 18 ,
475475 column_num = 15 ,
476476 contents = contents ,
477477 command_arguments = [ 'GetType' ],
@@ -520,7 +520,7 @@ def test_Subcommands_GetType_LiteralValue( self, app ):
520520
521521 event_data = BuildRequest ( filepath = filepath ,
522522 filetype = 'java' ,
523- line_num = 15 ,
523+ line_num = 13 ,
524524 column_num = 13 ,
525525 contents = contents ,
526526 command_arguments = [ 'GetType' ],
@@ -702,7 +702,7 @@ def test_Subcommands_GoToReferences( self, app ):
702702 'TestWidgetImpl.java' ),
703703 'column_num' : 15 ,
704704 'description' : " public void doSomethingVaguelyUseful() {" ,
705- 'line_num' : 20
705+ 'line_num' : 18
706706 } ) ) )
707707
708708
@@ -763,7 +763,7 @@ def test_Subcommands_GoToSymbol_Multiple( self, app ):
763763 'test' ,
764764 'TestWidgetImpl.java' ) ,
765765 'description' : "Class: TestWidgetImpl" ,
766- 'line_num' : 11 ,
766+ 'line_num' : 9 ,
767767 'column_num' : 7 ,
768768 } ),
769769 has_entries ( {
@@ -913,8 +913,8 @@ def test_Subcommands_RefactorRename_MultipleFiles( self, app ):
913913 LocationMatcher ( TestLauncher , 32 , 35 ) ),
914914 ChunkMatcher (
915915 'a_quite_long_string' ,
916- LocationMatcher ( TestWidgetImpl , 20 , 15 ),
917- LocationMatcher ( TestWidgetImpl , 20 , 39 ) ),
916+ LocationMatcher ( TestWidgetImpl , 18 , 15 ),
917+ LocationMatcher ( TestWidgetImpl , 18 , 39 ) ),
918918 ),
919919 'location' : LocationMatcher ( TestLauncher , 32 , 13 )
920920 } ) )
0 commit comments