Changeset 09ab0a9a in mainline for uspace/lib/uri
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/lib/uri/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/uri/test/main.c
rb2aaaa0 r09ab0a9a 34 34 PCUT_IMPORT(uri_parse); 35 35 36 37 36 PCUT_MAIN(); -
uspace/lib/uri/test/parser.c
rb2aaaa0 r09ab0a9a 42 42 } const_uri_t; 43 43 44 45 44 static const_uri_t expected_uri; 46 45 static uri_t *parsed_uri; … … 68 67 CHECK(fragment); \ 69 68 } while (0) 70 71 69 72 70 PCUT_INIT; … … 141 139 } 142 140 143 144 141 PCUT_EXPORT(uri_parse);
Note:
See TracChangeset
for help on using the changeset viewer.