Ignore:
File:
1 edited

Legend:

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

    racd7ac2 rd8503fd  
    212212        PCUT_ASSERT_ERRNO_VAL(EOK, rc);
    213213
    214         /* w0 is at the top, then w1, then w2 */
    215 
    216214        PCUT_ASSERT_EQUALS(w0, seat->focus);
    217215
    218216        ds_window_unfocus(w0);
    219217
    220         /* The previous window, w1, should be focused now */
    221         PCUT_ASSERT_EQUALS(w1, seat->focus);
     218        /* The previous window, w2, should be focused now */
     219        PCUT_ASSERT_EQUALS(w2, seat->focus);
    222220
    223221        ds_window_destroy(w0);
Note: See TracChangeset for help on using the changeset viewer.