CL: removed uri from WILL_FAIL list
This commit is contained in:
parent
e1e6581b05
commit
f24f8f4203
@ -7,7 +7,7 @@ find_path(JSON_SCHEMA_TEST_SUITE_PATH
|
|||||||
NAMES
|
NAMES
|
||||||
tests/${DRAFT})
|
tests/${DRAFT})
|
||||||
|
|
||||||
if (NOT JSON_SCHEMA_TEST_SUITE_PATH)
|
if(NOT JSON_SCHEMA_TEST_SUITE_PATH)
|
||||||
message(STATUS "Set JSON_SCHEMA_TEST_SUITE_PATH to a path in which JSON-Schema-Test-Suite is located (github.com/json-schema-org/JSON-Schema-Test-Suite). Using internal test-suite which might be out of date.")
|
message(STATUS "Set JSON_SCHEMA_TEST_SUITE_PATH to a path in which JSON-Schema-Test-Suite is located (github.com/json-schema-org/JSON-Schema-Test-Suite). Using internal test-suite which might be out of date.")
|
||||||
set(JSON_SCHEMA_TEST_SUITE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
|
set(JSON_SCHEMA_TEST_SUITE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
endif()
|
endif()
|
||||||
@ -31,7 +31,7 @@ if(JSON_SCHEMA_TEST_SUITE_PATH)
|
|||||||
COMMAND ${PIPE_IN_TEST_SCRIPT} $<TARGET_FILE:json-schema-test> ${TEST_FILE})
|
COMMAND ${PIPE_IN_TEST_SCRIPT} $<TARGET_FILE:json-schema-test> ${TEST_FILE})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
if (JSON_SCHEMA_ENABLE_OPTIONAL_TESTS)
|
if(JSON_SCHEMA_ENABLE_OPTIONAL_TESTS)
|
||||||
file(GLOB OPT_TEST_FILES ${JSON_SCHEMA_TEST_SUITE_PATH}/tests/${DRAFT}/optional/*.json)
|
file(GLOB OPT_TEST_FILES ${JSON_SCHEMA_TEST_SUITE_PATH}/tests/${DRAFT}/optional/*.json)
|
||||||
file(GLOB FORMAT_TEST_FILES ${JSON_SCHEMA_TEST_SUITE_PATH}/tests/${DRAFT}/optional/format/*.json)
|
file(GLOB FORMAT_TEST_FILES ${JSON_SCHEMA_TEST_SUITE_PATH}/tests/${DRAFT}/optional/format/*.json)
|
||||||
|
|
||||||
@ -62,7 +62,6 @@ if(JSON_SCHEMA_TEST_SUITE_PATH)
|
|||||||
JSON-Suite::Optional::Format::relative-json-pointer
|
JSON-Suite::Optional::Format::relative-json-pointer
|
||||||
JSON-Suite::Optional::Format::uri-reference
|
JSON-Suite::Optional::Format::uri-reference
|
||||||
JSON-Suite::Optional::Format::uri-template
|
JSON-Suite::Optional::Format::uri-template
|
||||||
JSON-Suite::Optional::Format::uri
|
|
||||||
JSON-Suite::Optional::unicode
|
JSON-Suite::Optional::unicode
|
||||||
|
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user