Changeset aaf9789c in mainline for uspace/lib/c/test/cap.c
- Timestamp:
- 2019-02-11T23:08:42Z (6 years ago)
- Children:
- db29c34
- Parents:
- d5a89a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/cap.c
rd5a89a3 raaf9789c 97 97 98 98 rc = cap_format(&cap, &str); 99 99 100 100 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 101 101 PCUT_ASSERT_STR_EQUALS(out[x + (block_size * i)], str); … … 106 106 107 107 rc = cap_format(&cap, &str); 108 108 109 109 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 110 110 PCUT_ASSERT_STR_EQUALS(out[x + (block_size * i)], str); … … 149 149 150 150 rc = cap_format(&cap, &str); 151 151 152 152 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 153 153 PCUT_ASSERT_STR_EQUALS(out[i], str); … … 158 158 159 159 rc = cap_format(&cap, &str); 160 160 161 161 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 162 162 PCUT_ASSERT_STR_EQUALS(out[i], str); … … 220 220 7777, 221 221 }; 222 222 223 223 int input_dp[] = { 224 224 0,
Note:
See TracChangeset
for help on using the changeset viewer.