We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4a6d1 commit 95dacb7Copy full SHA for 95dacb7
ml-data-hub-plugin/src/test/groovy/com/marklogic/gradle/task/BaseTest.groovy
@@ -68,7 +68,7 @@ class BaseTest extends Specification {
68
static final int MOD_COUNT = 5
69
// this value under good security conditions is 2 because data-hub-admin-user cannot read options files directly.
70
// 2 additional modules have been added for triggers
71
- static final int MOD_COUNT_NO_OPTIONS_NO_TRACES = 111
+ static final int MOD_COUNT_NO_OPTIONS_NO_TRACES = 112
72
static final TemporaryFolder testProjectDir = new TemporaryFolder()
73
static File buildFile
74
static File propertiesFile
0 commit comments