Skip to content

Wrong file name for implicit inclusion of scenario #520

Created by: ikedas

This may fix #520 (closed).

If a compound parameter (e.g. shared_doc.d_read) is given, corresponding scenario (d_read.xxx) mistakenly tries to include header file with parameter name (include.shared_doc.d_read.header) instead of that with scenario function name (include.d_read.header).

Fixed by assigning correct identifier.

Merge request reports