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

change ccd-test-def - 7.23.0 only #2472

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def branchesToSync = ['demo', 'ithc', 'perftest', 'develop']

// Variables to switch pipeline logic and wiring per type of build

def definitionStoreDevelopPr = "PR-575" // This doesn't change frequently, but when it does, only change this value.
def definitionStoreDevelopPr = "PR-1468" // This doesn't change frequently, but when it does, only change this value.
def dataStoreApiDevelopPr = "PR-1260" // This doesn't change frequently, but when it does, only change this value.
def prsToUseAat = "PR-1793,PR-1888" // Set this value to a PR number, or add it as a comma-separated value, if it's to follow CI/CD.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ dependencies {
implementation 'org.jooq:jool-java-8:0.9.14'
implementation 'com.github.hmcts:ccd-case-document-am-client:1.7.1'

testImplementation group: 'com.github.hmcts', name: 'ccd-test-definitions', version: '7.22.3'
testImplementation group: 'com.github.hmcts', name: 'ccd-test-definitions', version: '7.23.0'
testImplementation group: 'com.github.hmcts', name: 'befta-fw', version: '9.0.2'

contractTestImplementation "org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"id" : "FT_DateTimeFormats",
"description" : "CaseType for testing DateTime formats",
"version" : null,
"name" : "FT-DateTime Fomratting",
"name" : "FT-DateTime Formatting",
"events" : "[[ANYTHING_PRESENT]]",
"states" : "[[ANYTHING_PRESENT]]",
"searchAliasFields" : [ ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4084,7 +4084,7 @@
{
"id":"FT_DateTimeFormats",
"description":"CaseType for testing DateTime formats",
"name":"FT-DateTime Fomratting",
"name":"FT-DateTime Formatting",
"states":[
{
"id":"TODO",
Expand Down