[PATCH 3/3] test: correct the test prefix in ut str

2020-11-19 Thread Patrick Delaunay
Align the prefix used in cmd_ut_category function and name of tests for ut str. This patch solves the issues detected by "make qcheck" after previous patch. Fixes: fdc79a6b125d ("lib: Add a function to convert a string to upper case") Signed-off-by: Patrick Delaunay --- test/str_ut.c | 4 ++--

Re: [PATCH 3/3] test: correct the test prefix in ut str

2020-11-21 Thread Simon Glass
On Thu, 19 Nov 2020 at 03:09, Patrick Delaunay wrote: > > Align the prefix used in cmd_ut_category function and name of tests > for ut str. > This patch solves the issues detected by "make qcheck" after previous > patch. > > Fixes: fdc79a6b125d ("lib: Add a function to convert a string to upper ca

Re: [PATCH 3/3] test: correct the test prefix in ut str

2021-01-18 Thread Tom Rini
On Thu, Nov 19, 2020 at 10:08:43AM +0100, Patrick Delaunay wrote: > Align the prefix used in cmd_ut_category function and name of tests > for ut str. > This patch solves the issues detected by "make qcheck" after previous > patch. > > Fixes: fdc79a6b125d ("lib: Add a function to convert a string