We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07744d commit d5b15c7Copy full SHA for d5b15c7
src/c_source/cunit_lgpl/ut_console.c
@@ -555,7 +555,7 @@ static void list_tests(CU_pSuite pSuite)
555
/* only number of tests can change between calls */
556
width[0] = CU_number_width(pSuite->uiNumberOfTests) + 1;
557
if (0 == width[1]) {
558
- width[1] = 34;
+ width[1] = UT_MAX_LENGTH_TEST_NAME_DISPLAYED;
559
width[2] = CU_MAX(strlen(_("Active?")), CU_MAX(f_yes_width, f_no_width)) + 1;
560
}
561
0 commit comments