mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
Merge remote-tracking branch 'remotes/open/master' into merges/march-19-14-41
# Conflicts: # client/rpc/src/test/kotlin/net/corda/client/rpc/RPCPerformanceTests.kt # node-api/src/main/kotlin/net/corda/nodeapi/internal/persistence/CordaPersistence.kt # node/src/integration-test/kotlin/net/corda/node/modes/draining/P2PFlowsDrainingModeTest.kt # node/src/main/java/CordaCaplet.java # node/src/main/kotlin/net/corda/node/internal/AbstractNode.kt # testing/node-driver/src/main/kotlin/net/corda/testing/node/MockServices.kt
This commit is contained in:
@ -96,7 +96,7 @@ class PersistentCertificateRevocationRequestStorageTest : TestBase() {
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `Certificate revocation request is not persisted if a valid certificate cannot be found`() {
|
||||
fun `revocation request fails if a valid certificate cannot be found`() {
|
||||
// given
|
||||
|
||||
// then
|
||||
|
@ -55,7 +55,7 @@ class PersistentNetworkMapStorageTest : TestBase() {
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `saveNetworkParameters and then saveNewActiveNetworkMap creates the active network map`() {
|
||||
fun `create active network map`() {
|
||||
// given
|
||||
// Create node info.
|
||||
val (signedNodeInfo) = createValidSignedNodeInfo("Test", requestStorage)
|
||||
|
Reference in New Issue
Block a user