Update tests for wl_map changes and add a map_flags test

This commit is contained in:
Jason Ekstrand 2013-06-05 09:52:39 -05:00 committed by Kristian Høgsberg
parent 2d586a759e
commit 57f74af278
3 changed files with 41 additions and 19 deletions

View file

@ -248,7 +248,7 @@ marshal_demarshal(struct marshal_data *data,
assert(wl_connection_read(data->read_connection) == size);
wl_map_init(&objects);
wl_map_init(&objects, WL_MAP_SERVER_SIDE);
object.id = msg[0];
closure = wl_connection_demarshal(data->read_connection,
size, &objects, &message);