mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-23 15:00:47 -04:00
Fix minor typos (#10124)
This commit is contained in:
parent
681a0f5638
commit
9e119230d4
12 changed files with 15 additions and 15 deletions
|
@ -364,7 +364,7 @@ void TestEntrySearcher::testSkipProtected()
|
|||
m_entrySearcher.search("_testProtected:apple _testAttribute:testE1 _testAttribute:testE2", m_rootGroup);
|
||||
QCOMPARE(m_searchResult, {});
|
||||
|
||||
// also move the protected term around to execurise the short-circut logic
|
||||
// also move the protected term around to exercise the short-circuit logic
|
||||
m_searchResult = m_entrySearcher.search("_testAttribute:testE2 _testProtected:apple", m_rootGroup);
|
||||
QCOMPARE(m_searchResult, expectE2);
|
||||
m_searchResult = m_entrySearcher.search("_testAttribute:testE1 _testProtected:apple", m_rootGroup);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue