[unittest] rename negative testcase name to _n place at the end
authorhyeonseok lee <hs89.lee@samsung.com>
Wed, 21 Sep 2022 02:40:14 +0000 (11:40 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 23 Sep 2022 07:32:17 +0000 (16:32 +0900)
commitf37fa239f993f2bdc954228347d06897df8570b6
treed12a0cd81cbbcc99b18a844c164ede0b4e178608
parentb2deee4fa0e6490a7b4d1d116f3526667f9a2784
[unittest] rename negative testcase name to _n place at the end

 - Since the indicator _p/_n is at the middle of testcase name all of test cases
   are regarded as positive testcases(default). So place indicator at the end.
 - Added '_' right before 'n' to indicate negative testcase.

Signed-off-by: hyeonseok lee <hs89.lee@samsung.com>
test/unittest/datasets/data_producer_common_tests.cpp
test/unittest/unittest_nntrainer_modelfile.cpp