Make cargo catalog save-native
This commit is contained in:
parent
0c4a90c16c
commit
c17b9f55f7
24 changed files with 575 additions and 52 deletions
|
|
@ -4483,6 +4483,8 @@ mod tests {
|
|||
PathBuf::from(env!("CARGO_MANIFEST_DIR")).join(
|
||||
"../../fixtures/runtime/packed-event-world-scalar-condition-parity-save-slice-fixture.json",
|
||||
);
|
||||
let cargo_catalog_fixture = PathBuf::from(env!("CARGO_MANIFEST_DIR"))
|
||||
.join("../../fixtures/runtime/packed-event-cargo-catalog-save-slice-fixture.json");
|
||||
|
||||
run_runtime_summarize_fixture(&parity_fixture)
|
||||
.expect("save-slice-backed parity fixture should summarize");
|
||||
|
|
@ -4522,6 +4524,8 @@ mod tests {
|
|||
.expect("save-slice-backed executable world-scalar condition fixture should summarize");
|
||||
run_runtime_summarize_fixture(&world_scalar_condition_parity_fixture)
|
||||
.expect("save-slice-backed parity world-scalar condition fixture should summarize");
|
||||
run_runtime_summarize_fixture(&cargo_catalog_fixture)
|
||||
.expect("save-slice-backed cargo catalog fixture should summarize");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
@ -4548,6 +4552,7 @@ mod tests {
|
|||
candidate_availability_table: None,
|
||||
named_locomotive_availability_table: None,
|
||||
locomotive_catalog: None,
|
||||
cargo_catalog: None,
|
||||
special_conditions_table: None,
|
||||
event_runtime_collection: None,
|
||||
notes: vec!["exported for test".to_string()],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue