commit | 5a4464789cd991ab41dfc0322214728f853cf623 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed May 06 12:43:42 2020 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed May 06 12:43:42 2020 +0200 |
tree | c1ede6054e33566d247449158d4abf83311aaa28 | |
parent | b0f5e0ea0d9adf18827ab04967f90cc100464362 [diff] [blame] |
modules CHANGE move schemas to tests ... because they are not needed anywhere else.
diff --git a/tests/test_fd_comm.c b/tests/test_fd_comm.c index 59a787b..3265452 100644 --- a/tests/test_fd_comm.c +++ b/tests/test_fd_comm.c
@@ -495,7 +495,7 @@ const struct lys_node *node; /* create ctx */ - ctx = ly_ctx_new(TESTS_DIR"/../schemas", 0); + ctx = ly_ctx_new(TESTS_DIR"/data/modules", 0); assert_non_null(ctx); /* load modules */