undo simplying the test

tzemanovic
Feb 10, 2026, 9:13 PM
PNRHMFDN4Y3WSCHU7UWNO35Y3NU2LTPYJ4L3EHYPLF54PI2MDRVQC

Dependencies

  • [2] L6GEOWHO fix partial overall toggle
  • [3] BJO44JBL simply the test
  • [*] 5O4FWCFP add tests to_record selection and improve it

Change contents

  • edit in inflorescence_model/src/to_record/test.rs at line 477
    [2.1985]
    [2.2007]
    let file_b = "B";
  • edit in inflorescence_model/src/to_record/test.rs at line 486
    [2.2226]
    [2.2338]
    let change_b_1 = repo::ChangedFileDiff::SolveNameConflict;
    let change_b_2 = repo::ChangedFileDiff::Add;
  • replacement in inflorescence_model/src/to_record/test.rs at line 489
    [2.2339][3.1106:1277]()
    let changed_files = repo::ChangedFiles::from_iter([(
    to_path(file_a),
    repo::ChangedFile::from_iter([change_a_1.clone(), change_a_2.clone()]),
    )]);
    [2.2339]
    [2.2765]
    let changed_files = repo::ChangedFiles::from_iter([
    (
    to_path(file_a),
    repo::ChangedFile::from_iter([
    change_a_1.clone(),
    change_a_2.clone(),
    ]),
    ),
    (
    to_path(file_b),
    repo::ChangedFile::from_iter([
    change_b_1.clone(),
    change_b_2.clone(),
    ]),
    ),
    ]);
  • replacement in inflorescence_model/src/to_record/test.rs at line 557
    [2.4296][3.1278:1343]()
    // Switching to partial should set the file A to partial too
    [2.4296]
    [2.4363]
    // Switching to partial should set the file A's to partial too