Bug 572845 - Error navigation doesn't work anymore since I20210412-1800

Change-Id: Id7374049ce1442218b283b47d3cc4a29fcc7057f
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/JUNIT.XSL b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/JUNIT.XSL
index 47558f6..e7a9147 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/JUNIT.XSL
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/JUNIT.XSL
@@ -184,7 +184,7 @@
             var elt = errs[i];
             var tds = elt.getElementsByTagName("td");
             if (tds.length >= 2) {
-                var status = tds[1].firstChild.nodeValue;
+                var status = tds[2].firstChild.nodeValue;
                 if (status != "Error" && status != "Failure")
                     continue; // only stop in test results, not in summary header
             }