[TESTS] Fix no assertion test submit/tizen/20200818.015631
authorgichan-jang <gichan2.jang@samsung.com>
Thu, 13 Aug 2020 05:16:03 +0000 (14:16 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 13 Aug 2020 08:48:47 +0000 (17:48 +0900)
commit62d04690a42a5d2b3a9d665a4ba19b8734184c54
tree1a84ff0ffcdf98dff4f20f28cf7dea406717e479
parent06dec53b68652adf63d62ecf8bb91800c794166f
[TESTS] Fix no assertion test

1. The TCM(test case manager) cannnot check properly the test which is defined as macro.
   Add assert test for unittest_plugins.cc
2. Remove version control test. It's not proper negative test.
3. tensor_filter_custom_easy.in_code_func_01 is False-negative.
   The test case contains assert_* and expect_*, it is detected as no assertion TC.

Signed-off-by: gichan-jang <gichan2.jang@samsung.com>
tests/common/unittest_common.cc
tests/nnstreamer_filter_openvino/unittest_openvino.cc
tests/nnstreamer_plugins/unittest_plugins.cc