Opened 6 years ago

Closed 6 years ago

#12257 closed Bugs (fixed)

Incorrect line numbers in test_units generated from test_case_gen

Reported by: tt.holy@… Owned by: Raffi Enficiaud
Milestone: Boost 1.62.0 Component: test
Version: Boost 1.59.0 Severity: Problem
Keywords: Cc:

Description

test_case_gen ctor doesn't initialize m_tc_line member. m_tc_line should be initialized with tc_line parameter.

Change History (7)

comment:1 by tt.holy@…, 6 years ago

Also m_tc_file should be initialized with tc_file.

comment:2 by Raffi Enficiaud, 6 years ago

Owner: changed from Gennadiy Rozental to Raffi Enficiaud

comment:3 by Raffi Enficiaud, 6 years ago

Milestone: To Be DeterminedBoost 1.62.0

comment:4 by Raffi Enficiaud, 6 years ago

Status: newassigned

comment:6 by Raffi Enficiaud, 6 years ago

To be picky, the exact fix spans 3 commits including the regression tests and the doc/change log update.

comment:7 by Raffi Enficiaud, 6 years ago

Resolution: fixed
Status: assignedclosed

Released in 1.62

Note: See TracTickets for help on using tickets.