summaryrefslogtreecommitdiffstats
path: root/server/tests/test_display_no_ssl.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-12-05 19:59:55 +0200
committerAlon Levy <alevy@redhat.com>2011-01-10 14:11:22 +0200
commit9cdeac5da59b6f695c14cc315c8593160d04ca9d (patch)
treeca2902b1de1d2b4fd931fdbef6f8df77809dc726 /server/tests/test_display_no_ssl.c
parent4dcacefb06eb41f0a4f1c7ae3a33b9259415dcbb (diff)
downloadspice-9cdeac5da59b6f695c14cc315c8593160d04ca9d.tar.gz
spice-9cdeac5da59b6f695c14cc315c8593160d04ca9d.tar.xz
spice-9cdeac5da59b6f695c14cc315c8593160d04ca9d.zip
server/tests/test_display_no_ssl: disable cursor test until it works correctly
Diffstat (limited to 'server/tests/test_display_no_ssl.c')
-rw-r--r--server/tests/test_display_no_ssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/test_display_no_ssl.c b/server/tests/test_display_no_ssl.c
index d531fb74..be1c0002 100644
--- a/server/tests/test_display_no_ssl.c
+++ b/server/tests/test_display_no_ssl.c
@@ -167,8 +167,8 @@ void get_init_info(QXLInstance *qin, QXLDevInitInfo *info)
info->n_surfaces = 1;
}
-#define NOTIFY_DISPLAY_BATCH 0
-#define NOTIFY_CURSOR_BATCH 1
+#define NOTIFY_DISPLAY_BATCH 1
+#define NOTIFY_CURSOR_BATCH 0
int notify = NOTIFY_DISPLAY_BATCH;
int cursor_notify = NOTIFY_CURSOR_BATCH;