Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
libkleo
Commits
26566220
Commit
26566220
authored
Apr 28, 2021
by
Ingo Klöcker
Browse files
Log warning if test key was not found to catch typos and c&p bugs in tests
GnuPG-bug-id: 5283
parent
729cdb3e
Changes
1
Show whitespace changes
Inline
Side-by-side
autotests/keyresolvercoretest.cpp
View file @
26566220
...
...
@@ -825,7 +825,8 @@ private:
return
key
;
}
}
return
Key
();
qWarning
()
<<
"No"
<<
Formatting
::
displayName
(
protocol
)
<<
"test key found for"
<<
email
;
return
{};
}
private:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment