| Summary: | Junit failures after thread report changes | ||
|---|---|---|---|
| Product: | [Tools] MAT | Reporter: | Andrew Johnson <andrew_johnson> |
| Component: | Core | Assignee: | Andrew Johnson <andrew_johnson> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Andrew Johnson
The problem seems to be related to the changes in columns from 'Name','Instance' to 'Class Name'. Which columns are better? Should the exception be better when sorting on a wrong column name? The code has been fixed not to throw an exception if none of the columns for sorting are found. The column sorting was in regression.xml: <param key="sort_column" value="Name,Instance" /> I've changed the sort column names to "Name,Object / Stack Frame". This is executed in GeneralSnapshotTests but the results are not checked there. When are the regression tests checked? The change in column names and order will affect the regression test results. |