diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-03 20:49:42 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-03 20:49:42 +0300 |
| commit | 44627cd532aec53e25caf3497cd976563385b00d (patch) | |
| tree | f3f70a20506720b41beb853f7a9c3f0f2eee7bb1 /fixtures/acceptance/coverage.tsv | |
| parent | f34c422b20fd1fc1b4bf71ebf448b3c42f104226 (diff) | |
| download | fparkan-44627cd532aec53e25caf3497cd976563385b00d.tar.xz fparkan-44627cd532aec53e25caf3497cd976563385b00d.zip | |
fix: guard prepared asset id collisions
Diffstat (limited to 'fixtures/acceptance/coverage.tsv')
| -rw-r--r-- | fixtures/acceptance/coverage.tsv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixtures/acceptance/coverage.tsv b/fixtures/acceptance/coverage.tsv index 76a810b..741871d 100644 --- a/fixtures/acceptance/coverage.tsv +++ b/fixtures/acceptance/coverage.tsv @@ -214,6 +214,7 @@ S2-ASSET-MODEL-001 covered cargo test -p fparkan-assets --offline prepare_single S2-ASSET-WEAR-001 covered cargo test -p fparkan-assets --offline prepare_single_visual_mission_assets_materialize_model_wear_material_and_texture_payloads S2-ASSET-MATERIAL-001 covered cargo test -p fparkan-assets --offline prepare_single_visual_mission_assets_materialize_model_wear_material_and_texture_payloads S2-ASSET-TEXM-001 covered cargo test -p fparkan-assets --offline prepare_single_visual_mission_assets_materialize_model_wear_material_and_texture_payloads +S2-ASSET-ID-001 covered cargo test -p fparkan-assets --offline forced_model_id_collision_is_rejected forced_wear_id_collision_is_rejected forced_material_id_collision_is_rejected forced_texture_id_collision_is_rejected S2-RUNTIME-DRAFT-001 covered local testdata/IS and testdata/IS2; cargo test -p fparkan-runtime --offline -- --ignored selected_is_and_is2_missions_preserve_runtime_object_drafts S2-CLI-JSON-001 covered cargo test -p fparkan-cli --offline prototype_graph_json_has_canonical_field_order mission_graph_json_has_canonical_field_order S2-LICENSED-MISSION-P1-001 covered local testdata/IS; cargo test -p fparkan-runtime --offline -- --ignored selected_is_and_is2_missions_preserve_runtime_object_drafts |
