From 4d335843b28ccf112bcb079a92c2fee74d0b5258 Mon Sep 17 00:00:00 2001 From: Christian Sailer Date: Tue, 6 Nov 2018 11:27:18 +0000 Subject: [PATCH] Remove blank line and formatting --- .idea/compiler.xml | 218 ++++++++++++++++++ docs/source/upgrade-notes.rst | 1 - .../net/corda/node/services/TimedFlowTests.kt | 4 +- 3 files changed, 219 insertions(+), 4 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index a926515bc2..9208ede561 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -4,15 +4,35 @@ + + + + + + + + + + + + + + + + + + + + @@ -23,13 +43,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -37,36 +81,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -78,27 +212,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -112,6 +320,9 @@ + + + @@ -120,8 +331,15 @@ + + + + + + + diff --git a/docs/source/upgrade-notes.rst b/docs/source/upgrade-notes.rst index 09b73e0eb3..161c6d3d0b 100644 --- a/docs/source/upgrade-notes.rst +++ b/docs/source/upgrade-notes.rst @@ -138,6 +138,5 @@ Upgrading from Corda Enterprise 3 API Changes +++++++++++ - * MockNetwork: ``MockNodeParameters`` and functions creating it no longer use a lambda expecting a ``NodeConfiguration`` object. Use a ``MockNetworkConfigOverrides`` object instead. diff --git a/node/src/test/kotlin/net/corda/node/services/TimedFlowTests.kt b/node/src/test/kotlin/net/corda/node/services/TimedFlowTests.kt index fdd4ce6b7c..d6b22a4311 100644 --- a/node/src/test/kotlin/net/corda/node/services/TimedFlowTests.kt +++ b/node/src/test/kotlin/net/corda/node/services/TimedFlowTests.kt @@ -73,9 +73,7 @@ class TimedFlowTestRule(val clusterSize: Int) : ExternalResource() { legalName = CordaX500Name("Alice", "AliceCorp", "GB"), configOverrides = MockNodeConfigOverrides( flowTimeout = MockNetFlowTimeOut(10.seconds, 3, 1.0) - ) - ) - ) + ))) // MockNetwork doesn't support notary clusters, so we create all the nodes we need unstarted, and then install the // network-parameters in their directories before they're started.