Home
last modified time | relevance | path

Searched refs:NON_EXISTING_PATH (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/net/lib/http_server/common/src/
Dmain.c401 #define NON_EXISTING_PATH "/this_path_is_not_registered" in ZTEST() macro
412 res = CHECK_PATH(service_E, NON_EXISTING_PATH, &len); in ZTEST()
414 zassert_equal(len, strlen(NON_EXISTING_PATH), "Length incorrect"); in ZTEST()
418 res = CHECK_PATH(service_E, NON_EXISTING_PATH "?param=value", &len); in ZTEST()
420 zassert_equal(len, strlen(NON_EXISTING_PATH), "Length incorrect"); in ZTEST()