Tests didn't like my note to Geraldine in the output logs; apparently it's tested in integration tests

This commit is contained in:
Eric Banks 2012-11-27 14:40:49 -05:00
parent 4543ece088
commit 01abcc3e0f
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ public class DiffEngine {
GATKReport report = new GATKReport();
final String tableName = "differences";
// 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);
table.addColumn("Difference");
table.addColumn("NumberOfOccurrences");