Change TC_ASSERT to TC_ASSERT_EQ for readability in TCs of fs, arstorage and kernel
authorAhreum Jeong <ahreum.jeong@samsung.com>
Tue, 12 Sep 2017 00:39:40 +0000 (09:39 +0900)
committerAhreum Jeong <ahreum.jeong@samsung.com>
Tue, 12 Sep 2017 00:39:40 +0000 (09:39 +0900)
commit218c06c5740a5b6940ca8ee0e61104cd06af86a0
tree2e689ce19cdb0818f22171d435b77c0a463356f4
parent1a6d47ada529964c355b52628a70d06054987bbc
Change TC_ASSERT to TC_ASSERT_EQ for readability in TCs of fs, arstorage and kernel

TC_ASSERT and TC_ASSERT_EQ/NEQ can check whether some value is true or false.
But it is more clear to use TC_ASSERT_EQ/NEQ for readability.
apps/examples/testcase/le_tc/filesystem/fs_main.c
apps/examples/testcase/le_tc/filesystem/tc_fs_procfs.c
apps/examples/testcase/le_tc/kernel/tc_pthread.c
apps/examples/testcase/le_tc/kernel/tc_sched.c
apps/examples/testcase/le_tc/kernel/tc_signal.c
apps/examples/testcase/ta_tc/arastorage/utc/utc_arastorage_main.c