mirror of
https://github.com/corda/corda.git
synced 2025-06-22 17:09:00 +00:00
Minor changes to bring in-sync with OS (#1390)
This commit is contained in:
@ -25,7 +25,6 @@ class AttachmentDemoTest : IntegrationTest() {
|
||||
}
|
||||
|
||||
// run with a 10,000,000 bytes in-memory zip file. In practice, a slightly bigger file will be used (~10,002,000 bytes).
|
||||
// Force INFO logging to prevent printing 10MB arrays in logfiles
|
||||
@Test
|
||||
fun `attachment demo using a 10MB zip file`() {
|
||||
val numOfExpectedBytes = 10_000_000
|
||||
|
@ -14,7 +14,6 @@ import okhttp3.OkHttpClient
|
||||
import okhttp3.Request
|
||||
import java.net.ConnectException
|
||||
import java.net.URL
|
||||
import java.nio.file.Paths
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
fun <A> springDriver(
|
||||
|
@ -1,13 +1,3 @@
|
||||
#
|
||||
# R3 Proprietary and Confidential
|
||||
#
|
||||
# Copyright (c) 2018 R3 Limited. All rights reserved.
|
||||
#
|
||||
# The intellectual and technical concepts contained herein are proprietary to R3 and its suppliers and are protected by trade secret law.
|
||||
#
|
||||
# Distribution of this file or any portion thereof via any medium without the express permission of R3 is strictly prohibited.
|
||||
#
|
||||
|
||||
corda.host=localhost:10006
|
||||
server.port=10007
|
||||
liquibase.enabled=false
|
@ -1,13 +1,3 @@
|
||||
#
|
||||
# R3 Proprietary and Confidential
|
||||
#
|
||||
# Copyright (c) 2018 R3 Limited. All rights reserved.
|
||||
#
|
||||
# The intellectual and technical concepts contained herein are proprietary to R3 and its suppliers and are protected by trade secret law.
|
||||
#
|
||||
# Distribution of this file or any portion thereof via any medium without the express permission of R3 is strictly prohibited.
|
||||
#
|
||||
|
||||
corda.host=localhost:10009
|
||||
server.port=10010
|
||||
liquibase.enabled=false
|
@ -1,13 +1,3 @@
|
||||
#
|
||||
# R3 Proprietary and Confidential
|
||||
#
|
||||
# Copyright (c) 2018 R3 Limited. All rights reserved.
|
||||
#
|
||||
# The intellectual and technical concepts contained herein are proprietary to R3 and its suppliers and are protected by trade secret law.
|
||||
#
|
||||
# Distribution of this file or any portion thereof via any medium without the express permission of R3 is strictly prohibited.
|
||||
#
|
||||
|
||||
corda.host=localhost:10003
|
||||
server.port=10004
|
||||
liquibase.enabled=false
|
@ -1,13 +1,3 @@
|
||||
#
|
||||
# R3 Proprietary and Confidential
|
||||
#
|
||||
# Copyright (c) 2018 R3 Limited. All rights reserved.
|
||||
#
|
||||
# The intellectual and technical concepts contained herein are proprietary to R3 and its suppliers and are protected by trade secret law.
|
||||
#
|
||||
# Distribution of this file or any portion thereof via any medium without the express permission of R3 is strictly prohibited.
|
||||
#
|
||||
|
||||
corda.user=user
|
||||
corda.password=password
|
||||
liquibase.enabled=false
|
Reference in New Issue
Block a user