Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renames related to "parent links vs relations" #1342

Merged
merged 14 commits into from
Oct 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
rename in comment in tests/integration/commands/export/html/child_lin…
…ks/01_basic_compliance_matrix/test.itest
mettta committed Oct 19, 2023
commit ca1ea94a2295ad53af6feb7f6fe9da4de6628d01
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@ RUN: %strictdoc export %S --output-dir Output | filecheck %s --dump-input=fail -
CHECK: Published: Compliance matrix

# The most important assertion of this test is that the supplier document is
# rendered with all its requirements having the parent links, even though
# these parent links do not exist in the supplier.sdoc file but are derived
# from the child links from the compliance_matrix.sdoc to this document
# rendered with all its requirements having the parent relations, even though
# these parent relations do not exist in the supplier.sdoc file but are derived
# from the child relations from the compliance_matrix.sdoc to this document
RUN: cat %S/Output/html/01_basic_compliance_matrix/supplier.html | filecheck %s --dump-input=fail --check-prefix=CHECK-SUPPLIER
CHECK-SUPPLIER: <span class="requirement__parent-uid">REQ-COMPL-1</span>
CHECK-SUPPLIER: Compliance to REQ-PARENT-1