Skip to content

Commit 73af417

Browse files
valituguranzxBCN Valeriu_Tuguran,Constantin (IT EDP) EXTERNAL
andauthored
Bugfix for TRC document references wrong Reference Documents (#1189)
Update TRC reference document with SSDS and TCP --------- Co-authored-by: zxBCN Valeriu_Tuguran,Constantin (IT EDP) EXTERNAL <constantin.valeriu_tuguran.ext@boehringer-ingelheim.com>
1 parent 4836a29 commit 73af417

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
* Update TRC reference document with SSDS and TCP ([#1189](https://github.com/opendevstack/ods-jenkins-shared-library/pull/1189))
45

56
### Added
67
* add devcontainer setup ([#1172](https://github.com/opendevstack/ods-jenkins-shared-library/issues/1172))

src/org/ods/orchestration/usecase/LeVADocumentUseCase.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,6 +1783,7 @@ class LeVADocumentUseCase extends DocGenUseCase {
17831783
DocumentType.CFTR,
17841784
DocumentType.TIR,
17851785
DocumentType.TIP,
1786+
DocumentType.TCP,
17861787
]
17871788

17881789
referencedDcocs.collectEntries { DocumentType dt ->

test/groovy/org/ods/orchestration/usecase/LeVADocumentUseCaseSpec.groovy

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@ class LeVADocumentUseCaseSpec extends SpecHelper {
17151715
def versions = useCase.getReferencedDocumentsVersion()
17161716

17171717
then:
1718-
8 * useCase.getDocumentTrackingIssuesForHistory(_, _) >> []
1718+
9 * useCase.getDocumentTrackingIssuesForHistory(_, _) >> []
17191719
versions == [
17201720
CSD: 'ConfigItem / See version created within this change',
17211721
CSD_version: 'WIP/3',
@@ -1736,7 +1736,9 @@ class LeVADocumentUseCaseSpec extends SpecHelper {
17361736
TIR: 'ConfigItem / See version created within this change',
17371737
TIR_version: 'WIP/2',
17381738
TIP: 'ConfigItem / See version created within this change',
1739-
TIP_version: 'WIP/2'
1739+
TIP_version: 'WIP/2',
1740+
TCP: 'ConfigItem / See version created within this change',
1741+
TCP_version: 'WIP/2'
17401742
]
17411743
}
17421744

0 commit comments

Comments
 (0)