Changeset f93e4e3 in mainline for uspace/lib/ui/test/label.c
- Timestamp:
- 2020-11-08T22:24:45Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a09d401
- Parents:
- 3583ffb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/test/label.c
r3583ffb rf93e4e3 79 79 } test_cb_resp_t; 80 80 81 /** Create and destroy button*/81 /** Create and destroy label */ 82 82 PCUT_TEST(create_destroy) 83 83 { … … 114 114 } 115 115 116 /** Set buttonrectangle sets internal field */116 /** Set label rectangle sets internal field */ 117 117 PCUT_TEST(set_rect) 118 118 { … … 138 138 } 139 139 140 /** Set buttontext horizontal alignment sets internal field */140 /** Set label text horizontal alignment sets internal field */ 141 141 PCUT_TEST(set_halign) 142 142 { … … 155 155 } 156 156 157 /** Set buttonrectangle sets internal field */157 /** Set label rectangle sets internal field */ 158 158 PCUT_TEST(set_text) 159 159 { … … 179 179 } 180 180 181 /** Paint button*/181 /** Paint label */ 182 182 PCUT_TEST(paint) 183 183 {
Note:
See TracChangeset
for help on using the changeset viewer.