[Unittest] apply EXPECT_STREQ for string comparisons
authorHyoungJoo Ahn <hello.ahn@samsung.com>
Wed, 29 Apr 2020 03:44:02 +0000 (12:44 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 29 Apr 2020 04:23:25 +0000 (13:23 +0900)
commita770576828021e7972ced32653f58a092cfcd630
treec22c2713ae37158eaf744207179c6fb1ab774fd7
parent05b278cb2d08c60038107e1b4c92cf29735e6829
[Unittest] apply EXPECT_STREQ for string comparisons

using EXPECT_STREQ rather than `EXPECT_TRUE( g_str_equal...`

Signed-off-by: HyoungJoo Ahn <hello.ahn@samsung.com>
tests/common/unittest_common.cc
tests/nnstreamer_filter_mvncsdk2/unittest_filter_mvncsdk2.cc
tests/nnstreamer_plugins/unittest_plugins.cc
tests/nnstreamer_sink/unittest_sink.cc
tests/tizen_capi/unittest_tizen_capi.cc