undo simplying the test
Dependencies
- [2]
L6GEOWHOfix partial overall toggle - [3]
BJO44JBLsimply the test - [*]
5O4FWCFPadd tests to_record selection and improve it
Change contents
- edit in inflorescence_model/src/to_record/test.rs at line 477
let file_b = "B"; - edit in inflorescence_model/src/to_record/test.rs at line 486
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
let changed_files = repo::ChangedFiles::from_iter([(to_path(file_a),repo::ChangedFile::from_iter([change_a_1.clone(), change_a_2.clone()]),)]);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
// Switching to partial should set the file A to partial too// Switching to partial should set the file A's to partial too