Skip to content

Commit b7919d3

Browse files
author
root
committed
done
1 parent 9ac8928 commit b7919d3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/config_schema/_schemas/test_nested_paths/absolute_path.schema renamed to test/config_schema/_schemas/absolute_path.schema

File renamed without changes.

test/config_schema/_schemas/test_paths.schema

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
absolute_path:
2+
_type: /absolute_path.schema
3+
relative_path:
4+
_type: test_relative_path/relative_path.schema

test/config_schema/_schemas/test_nested_paths/relative_path.schema renamed to test/config_schema/_schemas/test_paths/test_relative_path/relative_path.schema

File renamed without changes.

test/config_schema/check_schemas.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ TEST_F(SchemaTest, WrongRootIsType) {
7676
}
7777

7878
TEST_F(SchemaTest, CheckPaths) {
79-
ConfigSchema schema = load_schema("test_paths.schema");
79+
ConfigSchema schema = load_schema("test_paths/test_paths.schema");
8080
ConfigNodeWithPreset config_node =
8181
load_config_node_with_preset("test_paths.yml");
8282
ASSERT_NO_THROW(schema_server->validate(schema, config_node));

0 commit comments

Comments
 (0)