Skip to content

Commit

Permalink
Improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
matsduf committed Mar 11, 2018
1 parent d5f66e6 commit 52a56df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/specifications/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ project. All the details are in the [Master Test Plan](MasterTestPlan.md).
2. Under each test level directory there is a level document (README.md)
describing the test level. See for example the level document from
[Syntax-TP](Syntax-TP/README.md).
3. The level document (README.md) describes the mapping from Test Requirement
3. The level document (the README.md in the test level directory) describes
the mapping from Test Requirement
to each individual Test Case document.

## Elaboration of the test case
Expand All @@ -33,7 +34,8 @@ project. All the details are in the [Master Test Plan](MasterTestPlan.md).
## Document Hierarchy

1. Each Test Level described in [Master Test Plan](MasterTestPlan.md)
should be linked directly to the correct level document (README.md).
should be linked directly to the correct level document (the README.md
in the test level directory).
2. Each Test Case in the Test Level document should be linked directly
to the correct Test Case document.

Expand Down
4 changes: 2 additions & 2 deletions utils/maprequirement.pl
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ sub outputResult {
$otcDesc = $testInfo->{'desc'};
$oLevel = $testInfo->{'level'};
my $linkID = "[$otcID]($otcLink)";
printf "|%3s|%23s|[%10s](%s/$levelfile)|%-10s|%17s|\n",
$oReqID,$oReqText,$oLevel,$oLevel,$linkID,$otcDesc;
printf "|%3s|%23s|[%10s](%s/%s)|%-10s|%17s|\n",
$oReqID,$oReqText,$oLevel,$oLevel,$levelfile,$linkID,$otcDesc;
}
}
}
Expand Down

0 comments on commit 52a56df

Please sign in to comment.