[Tests/CAPI] Use EXPECT_FLOAT_EQ for the test cases comparing float data
authorWook Song <wook16.song@samsung.com>
Mon, 13 Apr 2020 02:25:20 +0000 (11:25 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 16 Apr 2020 02:17:14 +0000 (11:17 +0900)
commit4a4b09c837c13033ae884217d6ba7c4bcf09ad46
tree3a5d531d01f919bb3df047d6dba069153118a7f9
parent20c8d0e2062545d3760b005728d1d89b34a05e71
[Tests/CAPI] Use EXPECT_FLOAT_EQ for the test cases comparing float data

This patch replaces EXPECT_EQ with EXPECT_FLOAT_EQ for the test cases which
compare floating-point data.

Signed-off-by: Wook Song <wook16.song@samsung.com>
tests/tizen_capi/unittest_tizen_capi.cc