mirror of
https://github.com/corda/corda.git
synced 2025-02-14 22:52:22 +00:00
Fixes (#1050)
This commit is contained in:
parent
d7ee6fc361
commit
62088e4710
@ -11,7 +11,6 @@ else
|
|||||||
source virtualenv/Scripts/activate
|
source virtualenv/Scripts/activate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# TODO: The PDF rendering is pretty ugly and can be improved a lot.
|
|
||||||
echo "Generating PDF document ..."
|
echo "Generating PDF document ..."
|
||||||
make latexpdf
|
make latexpdf
|
||||||
|
|
||||||
|
@ -249,7 +249,7 @@ class NodeConfigurationImplTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `compatiilityZoneURL populates NetworkServices`() {
|
fun `compatibilityZoneURL populates NetworkServices`() {
|
||||||
val compatibilityZoneURL = URI.create("https://r3.com").toURL()
|
val compatibilityZoneURL = URI.create("https://r3.com").toURL()
|
||||||
val configuration = testConfiguration.copy(
|
val configuration = testConfiguration.copy(
|
||||||
devMode = false,
|
devMode = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user