mirror of
https://github.com/corda/corda.git
synced 2025-01-27 06:39:38 +00:00
Moved "TODO:fix me" comment as per Shams request.
This commit is contained in:
parent
2c57165002
commit
fe2b76ffd5
@ -44,6 +44,7 @@ class DoormanIntegrationTest {
|
||||
@JvmField
|
||||
val testSerialization = SerializationEnvironmentRule(true)
|
||||
|
||||
// TODO: fix me (see commented out code in this test)
|
||||
@Ignore
|
||||
@Test
|
||||
fun `initial registration`() {
|
||||
@ -61,7 +62,6 @@ class DoormanIntegrationTest {
|
||||
whenever(it.compatibilityZoneURL).thenReturn(URL("http://${doormanHostAndPort.host}:${doormanHostAndPort.port}"))
|
||||
whenever(it.emailAddress).thenReturn("iTest@R3.com")
|
||||
}
|
||||
// TODO: fix me
|
||||
// config.rootCaCertFile.parent.createDirectories()
|
||||
// X509Utilities.saveCertificateAsPEMFile(rootCertAndKey.certificate.toX509Certificate(), config.rootCaCertFile)
|
||||
|
||||
@ -95,6 +95,7 @@ class DoormanIntegrationTest {
|
||||
doorman.close()
|
||||
}
|
||||
|
||||
// TODO: fix me (see commented out code in this test)
|
||||
@Ignore
|
||||
@Test
|
||||
fun `nodeInfo is published to the network map`() {
|
||||
@ -113,7 +114,6 @@ class DoormanIntegrationTest {
|
||||
whenever(it.compatibilityZoneURL).thenReturn(URL("http://${doormanHostAndPort.host}:${doormanHostAndPort.port}"))
|
||||
whenever(it.emailAddress).thenReturn("iTest@R3.com")
|
||||
}
|
||||
// TODO: fix me
|
||||
// config.rootCaCertFile.parent.createDirectories()
|
||||
// X509Utilities.saveCertificateAsPEMFile(rootCertAndKey.certificate.toX509Certificate(), config.rootCaCertFile)
|
||||
|
||||
|
@ -89,6 +89,7 @@ class SigningServiceIntegrationTest {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: fix me (see commented out code in this test)
|
||||
@Ignore
|
||||
@Test
|
||||
fun `Signing service signs approved CSRs`() {
|
||||
@ -127,7 +128,6 @@ class SigningServiceIntegrationTest {
|
||||
// [org.hibernate.tool.schema.spi.SchemaManagementException] being thrown as the schema is missing.
|
||||
}
|
||||
}
|
||||
// TODO: fix me:
|
||||
// config.rootCaCertFile.parent.createDirectories()
|
||||
// X509Utilities.saveCertificateAsPEMFile(rootCACert, config.rootCaCertFile)
|
||||
NetworkRegistrationHelper(config, HTTPNetworkRegistrationService(config.compatibilityZoneURL!!)).buildKeystore()
|
||||
|
Loading…
x
Reference in New Issue
Block a user