projects
/
platform
/
core
/
security
/
key-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
580fb5c
)
Add unit test for errorDump() for increased coverage
83/317783/7
author
Tomasz Swierczek
<t.swierczek@samsung.com>
Tue, 17 Sep 2024 12:52:35 +0000
(14:52 +0200)
committer
Tomasz Swierczek
<t.swierczek@samsung.com>
Mon, 23 Sep 2024 11:51:54 +0000
(13:51 +0200)
Change-Id: I5e2d35e82d0a057db781a373cad57768183b32f7
unit-tests/test_sw-backend.cpp
patch
|
blob
|
history
diff --git
a/unit-tests/test_sw-backend.cpp
b/unit-tests/test_sw-backend.cpp
index 24ec84a7751b16837060fc55e54b4c2c6fe937f7..c1747d267c6fb3b4d74641208f130091676a847b 100644
(file)
--- a/
unit-tests/test_sw-backend.cpp
+++ b/
unit-tests/test_sw-backend.cpp
@@
-1539,4
+1539,9
@@
POSITIVE_TEST_CASE(backendInfo)
BOOST_REQUIRE(ret == 0);
}
+POSITIVE_TEST_CASE(opensslErrorDump)
+{
+ BOOST_REQUIRE_NO_THROW(errorDump());
+}
+
BOOST_AUTO_TEST_SUITE_END()