Tests didn't like my note to Geraldine in the output logs; apparently it's tested in integration tests
This commit is contained in:
parent
4543ece088
commit
01abcc3e0f
|
|
@ -283,7 +283,7 @@ public class DiffEngine {
|
||||||
GATKReport report = new GATKReport();
|
GATKReport report = new GATKReport();
|
||||||
final String tableName = "differences";
|
final String tableName = "differences";
|
||||||
// TODO for Geraldine -- link needs to be updated below
|
// TODO for Geraldine -- link needs to be updated below
|
||||||
report.addTable(tableName, "Summarized differences between the master and test files. See [ask Geraldine to fix link to DiffEngine wiki] for more information", 3);
|
report.addTable(tableName, "Summarized differences between the master and test files. See http://www.broadinstitute.org/gsa/wiki/index.php/DiffEngine for more information", 3);
|
||||||
final GATKReportTable table = report.getTable(tableName);
|
final GATKReportTable table = report.getTable(tableName);
|
||||||
table.addColumn("Difference");
|
table.addColumn("Difference");
|
||||||
table.addColumn("NumberOfOccurrences");
|
table.addColumn("NumberOfOccurrences");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue