Re: [Spice-devel] [spice-gtk v4 24/24] tests: file-transfer agent cancel

2016-06-28 Thread Jonathon Jongsma
Acked-by: Jonathon Jongsma On Thu, 2016-06-23 at 19:37 +0200, Victor Toso wrote: > Agent only can only send error or cancel from a transfer operation > after it was initialized. From SpiceFileTransferTask point of view, > error and cancellation is an GError with different code so testing > only

[Spice-devel] [spice-gtk v4 24/24] tests: file-transfer agent cancel

2016-06-23 Thread Victor Toso
Agent only can only send error or cancel from a transfer operation after it was initialized. From SpiceFileTransferTask point of view, error and cancellation is an GError with different code so testing only cancel seems enough. --- tests/file-transfer.c | 66 +++