Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

addTestSeries leads to silent fail #9

Description

@martinfaust

addTestSeries relies on Test Series being added in order, starting at 0.

Using
addTestSeries(2, "s");
addTestSeries(3, "s");
addTestSeries(7, "s");
leads to result-csv dump failing without error.

This can easily happen when commenting out series 0.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions