mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-23 04:11:54 -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)) {
|
if (visibleRows < (ok ? MAX_RESULTS : ERR_RESULTS)) {
|
||||||
visibleRows++;
|
visibleRows++;
|
||||||
results.add(new TestRow(res, testRow.getDescription()).setRow(rowCount));
|
results.add(new TestRow(res, testRow.getDescription()).setRow(rowCount));
|
||||||
rowCount++;
|
|
||||||
} else
|
} else
|
||||||
toManyResults = true;
|
toManyResults = true;
|
||||||
|
rowCount++;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void advanceModel(Model model, TestRow testRow, Value[] values, Value[] res) {
|
private void advanceModel(Model model, TestRow testRow, Value[] values, Value[] res) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user