File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
src/org/ods/orchestration/usecase
test/groovy/org/ods/orchestration/usecase Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff 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 ->
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments