mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-22 11:55:15 -04:00
Fixes a row numbering issue.
This commit is contained in:
parent
7c086d8796
commit
d3dc1a9862
@ -234,9 +234,9 @@ public class TestExecutor {
|
||||
if (visibleRows < (ok ? MAX_RESULTS : ERR_RESULTS)) {
|
||||
visibleRows++;
|
||||
results.add(new TestRow(res, testRow.getDescription()).setRow(rowCount));
|
||||
rowCount++;
|
||||
} else
|
||||
toManyResults = true;
|
||||
rowCount++;
|
||||
}
|
||||
|
||||
private void advanceModel(Model model, TestRow testRow, Value[] values, Value[] res) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user