File tree Expand file tree Collapse file tree 4 files changed +3
-40
lines changed
Features/attachment-sendfile
contracts/src/test/java/net.corda.samples.sendfile/states
main/java/net/corda/samples/sendfile/flows
test/java/net/corda/samples/sendfile Expand file tree Collapse file tree 4 files changed +3
-40
lines changed Original file line number Diff line number Diff line change 1- package net .corda .samples .sendfile .contracts ;
1+ package net .corda .samples .sendfile .states ;
22
33import net .corda .core .identity .CordaX500Name ;
44import net .corda .core .identity .Party ;
5- import net .corda .samples .sendfile .states .InvoiceState ;
65import net .corda .testing .core .TestIdentity ;
76import org .junit .Test ;
87
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public SignedTransaction call() throws FlowException {
7070
7171 //Change the path to "../test.zip" for passing the unit test.
7272 //because the unit test are in a different working directory than the running node.
73- String zipPath = unitTest ? "../test.zip" : "../../../../ test.zip" ;
73+ String zipPath = unitTest ? "../test.zip" : "../../../test.zip" ;
7474
7575 SecureHash attachmentHash = null ;
7676 try {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- package net .corda .samples .sendfile ;
1+ package net .corda .samples .sendfile . flows ;
22
33import com .google .common .collect .ImmutableList ;
44import net .corda .core .concurrent .CordaFuture ;
55import net .corda .core .transactions .SignedTransaction ;
6- import net .corda .samples .sendfile .flows .DownloadAttachment ;
7- import net .corda .samples .sendfile .flows .SendAttachment ;
86import net .corda .testing .node .MockNetwork ;
97import net .corda .testing .node .MockNetworkParameters ;
108import net .corda .testing .node .StartedMockNode ;
You can’t perform that action at this time.
0 commit comments