Add desktop search and entry mutation workflows
This commit is contained in:
@@ -194,6 +194,10 @@ fn find_matches_entry_and_directory_names_case_insensitively() -> TestResult {
|
||||
);
|
||||
let personal = reader.find(&["PERSONAL".to_owned()])?;
|
||||
assert_eq!(personal.matches()[0].path(), "email/personal");
|
||||
assert_eq!(
|
||||
personal.matches()[0].id(),
|
||||
&ironstorage::read::TreeNodeId::Entry(EntryPath::parse("email/personal")?)
|
||||
);
|
||||
assert!(matches!(
|
||||
reader.find(&[]),
|
||||
Err(ReadError::MissingSearchTerms)
|
||||
|
||||
Reference in New Issue
Block a user