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:
sollecitom
2018-03-19 15:17:49 +00:00
43 changed files with 783 additions and 342 deletions

View File

@ -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

View File

@ -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)