| Summary: | [quickfix] Quick fix tests can be failing silently | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Curtis Windatt <curtis.windatt.public> |
| Component: | JS Tools | Assignee: | Olivier Thomann <Olivier_Thomann> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Michael_Rennie, Olivier_Thomann |
| Version: | 10.0 | ||
| Target Milestone: | 11.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| See Also: | https://git.eclipse.org/r/61885 | ||
| Whiteboard: | |||
| Bug Depends on: | 483108 | ||
| Bug Blocks: | |||
|
Description
Curtis Windatt
For most of the 33 failures, it is because we tack on additional information to the problem id. To solve that we can check for pids starting with the rule id rather than exact match. I'm assigning this to Olivier as he is working with these tests presently. assert.equal(pbs[0].id, options.rule.id, "The only problem should have the same id as the enabled rule"); Something like this added to the else case inside getFixes() surfaces the problem New Gerrit change created: https://git.eclipse.org/r/61885 WARNING: this patchset contains 2473 new lines of code and requires a Contribution Questionnaire (CQ), as author Olivier_Thomann@ca.ibm.com is not a committer on orion/org.eclipse.orion.client. Please see:https://wiki.eclipse.org/Project_Management_Infrastructure/Creating_A_Contribution_Questionnaire This was fixed in the gerrit change applied for Bug 483108 |