mirror of
https://github.com/corda/corda.git
synced 2025-01-15 01:10:33 +00:00
Replace references to finance packages in unit tests with perftest packages
This commit is contained in:
parent
afac8c5728
commit
cf6460592d
@ -216,7 +216,7 @@ class CommercialPaperTestsGeneric {
|
|||||||
// @Test
|
// @Test
|
||||||
@Ignore
|
@Ignore
|
||||||
fun `issue move and then redeem`() {
|
fun `issue move and then redeem`() {
|
||||||
setCordappPackages("net.corda.finance.contracts")
|
setCordappPackages("com.r3.enterprise.perftestcordapp.contracts")
|
||||||
initialiseTestSerialization()
|
initialiseTestSerialization()
|
||||||
val aliceDatabaseAndServices = MockServices.makeTestDatabaseAndMockServices(keys = listOf(ALICE_KEY))
|
val aliceDatabaseAndServices = MockServices.makeTestDatabaseAndMockServices(keys = listOf(ALICE_KEY))
|
||||||
val databaseAlice = aliceDatabaseAndServices.first
|
val databaseAlice = aliceDatabaseAndServices.first
|
||||||
|
@ -832,7 +832,7 @@ class CashTests : TestDependencyInjectionBase() {
|
|||||||
// Double spend.
|
// Double spend.
|
||||||
@Test
|
@Test
|
||||||
fun chainCashDoubleSpendFailsWith() {
|
fun chainCashDoubleSpendFailsWith() {
|
||||||
val mockService = MockServices(listOf("net.corda.finance.contracts.asset"), MEGA_CORP_KEY)
|
val mockService = MockServices(listOf("com.r3.corda.enterprise.perftestcordapp.contracts.asset"), MEGA_CORP_KEY)
|
||||||
|
|
||||||
ledger(mockService) {
|
ledger(mockService) {
|
||||||
unverifiedTransaction {
|
unverifiedTransaction {
|
||||||
|
Loading…
Reference in New Issue
Block a user