Skip to content

Commit

Permalink
Added KeyComparator
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Feb 2, 2021
1 parent 29149c1 commit c647752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public TestResults getTestResults(TestParams testParams, Connection conn, File t
}
headers.addExtendedHeader("Source");
if (testSetsMap != null) {
headers.addExtendedHeader("Thread No");
headers.addExtendedHeader("TestSet No");
}
dbResults = getDBResults(rs, keyColumns, sql.getDuplicatesArbitratorColumns(), sql.getDateFormat());
} catch (Exception e) {
Expand Down

0 comments on commit c647752

Please sign in to comment.