Changeset dcac756 in mainline for uspace/srv/hid/display/test/client.c


Ignore:
Timestamp:
2019-11-10T16:36:53Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6427f083
Parents:
38e4f42
git-author:
Jiri Svoboda <jiri@…> (2019-11-10 16:32:14)
git-committer:
Jiri Svoboda <jiri@…> (2019-11-10 16:36:53)
Message:

Improve libdisplay tests, fix bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/test/client.c

    r38e4f42 rdcac756  
    195195        PCUT_ASSERT_EQUALS(event.c, revent.kbd_event.c);
    196196
     197        rc = ds_client_get_event(client, &rwindow, &revent);
     198        PCUT_ASSERT_ERRNO_VAL(ENOENT, rc);
     199
    197200        ds_window_destroy(wnd);
    198201        ds_client_destroy(client);
Note: See TracChangeset for help on using the changeset viewer.