mirror of
https://github.com/corda/corda.git
synced 2025-04-19 00:27:13 +00:00
Fixed a compilation error.
This commit is contained in:
parent
f142e491cc
commit
81b9885f03
@ -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(
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user