Skip to content

Commit 47bb692

Browse files
committed
more test fixes
1 parent d95c020 commit 47bb692

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ml-data-hub-plugin/src/test/groovy/com/marklogic/gradle/task/InstalledTests.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
1212

1313
class InstalledTests extends BaseTest {
1414
def setupSpec() {
15-
1615
runTask('hubInit')
1716
runTask('mlUndeploy')
1817
runTask('mlDeploy')

ml-data-hub-plugin/src/test/groovy/com/marklogic/gradle/task/NotInstalledTests.groovy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ import static org.gradle.testkit.runner.TaskOutcome.FAILED
66

77
class NotInstalledTests extends BaseTest {
88

9+
def setupSpec() {
10+
runTask('hubInit')
11+
runTask('mlUndeploy')
12+
}
13+
914
def "enable debugging hub not installed"() {
1015
when:
1116
def result = runFailTask('hubEnableDebugging')

0 commit comments

Comments
 (0)