Path:
tests/integration/features/commands/manage/auto-uid/grammar_from_file/02_ignores_junit_xml/test.itest
Lines:
14
Non-empty lines:
11
Non-empty lines covered with requirements:
11 / 11 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# This test verifies that the manage auto_uid command will not overwrite the
3
# JUnit XML files with SDoc content.
4
# The scope of the auto_uid is only SDoc files. All other extensions must be ignored.
5
#
6
# @relation(SDOC-SRS-85, scope=file)
7
#
8
9
RUN: cp %S/*.xml %T/
10
RUN: %strictdoc manage auto-uid %T | filecheck %s --dump-input=fail
11
12
CHECK: Step 'Build traceability graph' took
13
14
RUN: %diff %S/tests_unit.gtest.junit.xml %T/tests_unit.gtest.junit.xml