Changeset c0757e1f in mainline for uspace/lib/ui/test/list.c
- Timestamp:
- 2023-04-19T11:13:06Z (20 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 37087c8
- Parents:
- ec8ef12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/test/list.c
rec8ef12 rc0757e1f 119 119 } 120 120 121 //XXX 122 PCUT_TEST(get_cb_arg) 123 { 124 } 125 121 126 /** ui_list_entry_height() gives the correct height */ 122 127 PCUT_TEST(entry_height) … … 751 756 } 752 757 758 //XXX TODO 759 PCUT_TEST(set_cursor) 760 { 761 } 762 753 763 /** ui_list_entry_attr_init() initializes entry attribute structure */ 754 764 PCUT_TEST(entry_attr_init) … … 902 912 ui_window_destroy(window); 903 913 ui_destroy(ui); 914 } 915 916 //XXX 917 PCUT_TEST(entry_get_list) 918 { 904 919 } 905 920
Note:
See TracChangeset
for help on using the changeset viewer.