projects
/
platform
/
core
/
api
/
machine-learning.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
273c838
)
[Test] feature state in tizen test
author
Jaeyun
<jy1210.jung@samsung.com>
Mon, 2 Jan 2023 06:51:17 +0000
(15:51 +0900)
committer
Sangjung Woo
<again4you@gmail.com>
Mon, 2 Jan 2023 07:11:22 +0000
(16:11 +0900)
Set feature state after all testcases are done.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
tests/capi/unittest_capi_service_agent_client.cc
patch
|
blob
|
history
diff --git
a/tests/capi/unittest_capi_service_agent_client.cc
b/tests/capi/unittest_capi_service_agent_client.cc
index
dddaf04
..
f778f0b
100644
(file)
--- a/
tests/capi/unittest_capi_service_agent_client.cc
+++ b/
tests/capi/unittest_capi_service_agent_client.cc
@@
-717,6
+717,7
@@
main (int argc, char **argv)
}
set_feature_state (ML_FEATURE, NOT_CHECKED_YET);
+ set_feature_state (ML_FEATURE_INFERENCE, NOT_CHECKED_YET);
set_feature_state (ML_FEATURE_SERVICE, NOT_CHECKED_YET);
return result;