Alon Levy
9e1d165fc0
server/tests: agent mock, client_monitors_config
2012-09-13 14:47:32 +03:00
Alon Levy
caea769943
server/tests: introduce Test struct
2012-09-02 13:36:41 +03:00
Daniel P. Berrange
7427b23d84
Add missing includes of config.h
...
Not all files were including config.h
2012-01-13 18:11:59 +02:00
Daniel P. Berrange
02d56750bd
Remove trailing blank lines
...
Remove any blank lines at the end of all source files
2012-01-13 18:11:59 +02:00
Christophe Fergeau
011266555a
server: fix function prototypes
...
Several functions in server/ were not specifying an argument list,
ie they were declared as void foo(); When compiling with
-Wstrict-prototypes, this leads to:
test_playback.c:93:5: erreur: function declaration isn’t a prototype
[-Werror=strict-prototypes]
2011-09-05 07:52:20 +02:00
Alon Levy
293f5f0df8
server/tests: split test_display_no_ssl to test_display_base, add streaming test
2011-01-10 14:11:37 +02:00
Alon Levy
2c16ef8f26
server/tests/test_display_no_ssl: add update_area, COPY_BITS to tested functions, make a queue of QXLCommandExt waiting (cursor still with production at get_command)
2011-01-10 14:11:37 +02:00
Alon Levy
92e4ab6d68
server/tests/test_display_no_ssl: add surface create/destroy test (commented out), and square mode (default)
2011-01-10 14:11:37 +02:00
Alon Levy
c1846506de
server/tests/test_display_no_ssl: change color every circle
2011-01-10 14:11:37 +02:00
Alon Levy
618d13d4d1
server/tests/test_display_no_ssl: restart notify timer
2011-01-10 14:11:37 +02:00
Alon Levy
9cdeac5da5
server/tests/test_display_no_ssl: disable cursor test until it works correctly
2011-01-10 14:11:22 +02:00
Alon Levy
4dcacefb06
server/test/test_display_no_ssl: add beginning of basic cursor item test. doesn't actually show anything on client. also, leaks.
2011-01-10 14:10:44 +02:00
Alon Levy
e62f4b6fc7
server/tests/test_display_no_ssl: make window 320x320, two colored updates, one in notify batch
2011-01-10 14:10:38 +02:00
Alon Levy
9002d3f005
server/tests: add test_display_no_ssl
...
updates taken from spice vga mode updates, i.e. non cacheable, glz compressed
(depends on whatever settings you apply to the server) opaque draw operations.
+ completed the SpiceCoreInterface implementation (timers)
v1->v2:
removed test_util.c (Hans)
replaced mallocz with calloc (Hans)
2010-11-30 21:03:14 +02:00