Re: [Spice-devel] [PATCH spice-streaming-agent 6/9] Add a unit test for the stream port

2018-05-16 Thread Lukáš Hrázký
On Wed, 2018-05-16 at 05:43 -0400, Frediano Ziglio wrote: > > On Tue, 2018-05-15 at 16:52 -0400, Frediano Ziglio wrote: > > > A bit more comments. > > > > > > > > > > > Signed-off-by: Lukáš Hrázký > > > > --- > > > > src/unittests/.gitignore | 1 + > > > > src/unittests/Makefile.am

Re: [Spice-devel] [PATCH spice-streaming-agent 6/9] Add a unit test for the stream port

2018-05-16 Thread Frediano Ziglio
> On Tue, 2018-05-15 at 16:52 -0400, Frediano Ziglio wrote: > > A bit more comments. > > > > > > > > Signed-off-by: Lukáš Hrázký > > > --- > > > src/unittests/.gitignore | 1 + > > > src/unittests/Makefile.am | 9 - > > > src/unittests/test-stream-port.cpp | 69 > > >

Re: [Spice-devel] [PATCH spice-streaming-agent 6/9] Add a unit test for the stream port

2018-05-16 Thread Lukáš Hrázký
On Tue, 2018-05-15 at 16:52 -0400, Frediano Ziglio wrote: > A bit more comments. > > > > > Signed-off-by: Lukáš Hrázký > > --- > > src/unittests/.gitignore | 1 + > > src/unittests/Makefile.am | 9 - > > src/unittests/test-stream-port.cpp | 69 > > +

Re: [Spice-devel] [PATCH spice-streaming-agent 6/9] Add a unit test for the stream port

2018-05-15 Thread Frediano Ziglio
A bit more comments. > > Signed-off-by: Lukáš Hrázký > --- > src/unittests/.gitignore | 1 + > src/unittests/Makefile.am | 9 - > src/unittests/test-stream-port.cpp | 69 > ++ > 3 files changed, 78 insertions(+), 1 deletion(-) > cre

[Spice-devel] [PATCH spice-streaming-agent 6/9] Add a unit test for the stream port

2018-04-27 Thread Lukáš Hrázký
Signed-off-by: Lukáš Hrázký --- src/unittests/.gitignore | 1 + src/unittests/Makefile.am | 9 - src/unittests/test-stream-port.cpp | 69 ++ 3 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 src/unittests/test-stream-