Skip to content

Commit d5b15c7

Browse files
KarthikeyanR470Karthikeyan Raja
authored andcommitted
gh #183 testname buffer size increased
1 parent e07744d commit d5b15c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c_source/cunit_lgpl/ut_console.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ static void list_tests(CU_pSuite pSuite)
555555
/* only number of tests can change between calls */
556556
width[0] = CU_number_width(pSuite->uiNumberOfTests) + 1;
557557
if (0 == width[1]) {
558-
width[1] = 34;
558+
width[1] = UT_MAX_LENGTH_TEST_NAME_DISPLAYED;
559559
width[2] = CU_MAX(strlen(_("Active?")), CU_MAX(f_yes_width, f_no_width)) + 1;
560560
}
561561

0 commit comments

Comments
 (0)