Skip to content

Commit

Permalink
Для тестов но наугад.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovEV committed Jan 19, 2024
1 parent c70b461 commit b2a7aee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {

testImplementation("org.slf4j", "slf4j-api", slf4jVersion)
testImplementation("org.slf4j", "slf4j-simple", slf4jVersion)

// integration-tests
integrationTestImplementation("org.spockframework", "spock-core", spockVersion)
integrationTestImplementation("org.codehaus.groovy", "groovy-all", groovyVersion)
Expand Down
2 changes: 1 addition & 1 deletion jenkinsResources/core-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.246
2.441
1 change: 1 addition & 0 deletions test/integration/groovy/jobConfigurationTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ class jobConfigurationTest {
rule.assertLogContains("v8version='8.3.12.1500'", run)
rule.assertLogContains("sonarScannerToolName='sonar-scanner'", run)
rule.assertLogContains("initMethod=FROM_SOURCE", run)
rule.assertLogContains("path='/src/cfe/тест'", run)
}
}
7 changes: 6 additions & 1 deletion test/integration/resources/jobConfiguration.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"v8version": "8.3.12.1500",
"initInfobase": {
"initMethod": "fromSource"
"initMethod": "fromSource",
"extensions": [{
"name": "Тест",
"initMethod": "fromSource",
"path": "/src/cfe/тест"
}]
}
}

0 comments on commit b2a7aee

Please sign in to comment.