Skip to content

Commit

Permalink
Merge pull request #1641 from mohanachandran-s/develop
Browse files Browse the repository at this point in the history
MOSIP-35955 - updated the report to display unique identifier
  • Loading branch information
mohanachandran-s authored Oct 9, 2024
2 parents b876c2c + 2a1923a commit 27af7ce
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ protected void writeScenarioSummary() {
writer.print("<tr>");
writer.print("<th>Unique Identifier</th>");
writer.print("<th>Test Case</th>");
writer.print("<th>Unique Identifier</th>");
writer.print("<th>Test Case Description</th>");
writer.print("<th>Execution Time (HH:MM:SS)</th>");
writer.print(GlobalConstants.TR);
Expand Down Expand Up @@ -640,7 +639,6 @@ private int writeScenarioSummary(String description, List<ClassResult> classResu
.append(uniqueIdentifier).append("</td>")
.append("<td style=\"text-align:center;\"><a href=\"#m").append(scenarioIndex).append("\">")
.append(methodName).append("</a></td>").append("<td style=\"text-align:center;\">")
.append(uniqueIdentifier).append("</td>").append("<td style=\"text-align:center;\">")
.append(testCaseDescription).append("</td>")
.append("<td style=\"text-align:center;\" rowspan=\"").append(resultsCount).append("\">")
.append(convertMillisToTime(duration)).append("</td></tr>");
Expand Down

0 comments on commit 27af7ce

Please sign in to comment.