Fixed a compilation error.

This commit is contained in:
Michele Sollecito 2018-07-23 17:16:24 +01:00
parent f142e491cc
commit 81b9885f03
2 changed files with 4 additions and 2 deletions

View File

@ -25,6 +25,7 @@ import net.corda.testing.node.NotarySpec
import net.corda.testing.node.User
import net.corda.testing.node.internal.DummyClusterSpec
import net.corda.testing.node.internal.InternalDriverDSL
import net.corda.testing.node.internal.cordappsForPackages
import net.corda.testing.node.internal.internalDriver
import org.assertj.core.api.Assertions
import org.assertj.core.api.Assertions.assertThat
@ -69,7 +70,7 @@ class InstrumentationTest : IntegrationTest() {
val portAllocation = PortAllocation.Incremental(10000)
internalDriver(
extraCordappPackagesToScan = listOf("net.corda.finance.contracts", "net.corda.finance.schemas"),
cordappsForAllNodes = cordappsForPackages("net.corda.finance.contracts", "net.corda.finance.schemas"),
portAllocation = portAllocation,
notarySpecs = listOf(
NotarySpec(

View File

@ -24,6 +24,7 @@ import net.corda.testing.driver.PortAllocation
import net.corda.testing.internal.IntegrationTest
import net.corda.testing.node.User
import net.corda.testing.node.internal.InternalDriverDSL
import net.corda.testing.node.internal.cordappsForPackages
import net.corda.testing.node.internal.internalDriver
import net.corda.testing.node.internal.poll
import org.apache.activemq.artemis.core.client.impl.ClientMessageImpl
@ -103,7 +104,7 @@ class SystematicTerminationTest(private val terminationData: TerminationData) :
val portAllocation = PortAllocation.Incremental(10000)
internalDriver(
extraCordappPackagesToScan = listOf("net.corda.finance.contracts", "net.corda.finance.schemas"),
cordappsForAllNodes = cordappsForPackages("net.corda.finance.contracts", "net.corda.finance.schemas"),
portAllocation = portAllocation,
inMemoryDB = false
//, isDebug = true