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: | 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 , 6 years ago
comment:2 by , 6 years ago
Owner: | changed from | to
---|
comment:3 by , 6 years ago
Milestone: | To Be Determined → Boost 1.62.0 |
---|
comment:4 by , 6 years ago
Status: | new → assigned |
---|
comment:5 by , 6 years ago
Fix commit is follow: https://github.com/boostorg/test/commit/f1cb46d4fbd4f5f09cb39ff536f948f0162e665c
comment:6 by , 6 years ago
To be picky, the exact fix spans 3 commits including the regression tests and the doc/change log update.
Note:
See TracTickets
for help on using tickets.
Also m_tc_file should be initialized with tc_file.