Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 489795

Summary: Add tests for open decl with multiple potential matches
Product: [ECD] Orion Reporter: Curtis Windatt <curtis.windatt.public>
Component: JS ToolsAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 12.0   
Target Milestone: 12.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Curtis Windatt CLA 2016-03-16 16:57:26 EDT
There already are tests in TernCommandsTests to try a case where Tern can return multiple potential matching type definitions.  The tests are currently being skipped because we would just select the 'first' value which could change between test runs.  Now we have a feature to tell the user that multiple potential matches exist.  The test suite should be modified to handle this case.