commoncriteria / transforms

Repository for various transforms that are common across CC projects.
The Unlicense
1 stars 2 forks source link

testlist numbering not resetting #44

Closed jfisherbah closed 1 year ago

jfisherbah commented 1 year ago

Recently the transforms were changed so that the numbering for testlists does not reset (e.g. if XYZ_ABC.1 has two tests and XYZ_ABC.2 follows it, XYZ_ABC.2's first test will be "Test 3" rather than "Test 1"). Unclear if this is intentional

kgal commented 1 year ago

Yes, test grouping numbering is global.

jfisherbah commented 1 year ago

acknowledged - note that if the idea behind this is to have every test case uniquely identified, some refactoring of existing PPs/Modules will be necessary since not all test EAs were written with this in mind (i.e. not all SFRs use the testlist construction).