commit | 3222b7d7fd88d0d4b3a4eeffed0408cf33c1a119 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Thu Sep 21 16:04:30 2017 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Thu Sep 21 16:04:30 2017 +0200 |
tree | a408572e5f867b01845b04b490923ae9aa262b82 | |
parent | c51d446f33b14bbbc3303f4a9474737cdda0fd52 [diff] [blame] |
CHANGE reflect API changes in libyang 0.14
diff --git a/tests/test_io.c b/tests/test_io.c index eb72531..fc463f6 100644 --- a/tests/test_io.c +++ b/tests/test_io.c
@@ -46,7 +46,7 @@ w = malloc(sizeof *w); w->session = calloc(1, sizeof *w->session); - w->session->ctx = ly_ctx_new(TESTS_DIR"../schemas"); + w->session->ctx = ly_ctx_new(TESTS_DIR"../schemas", 0); /* ietf-netconf */ fd = open(TESTS_DIR"../schemas/ietf-netconf.yin", O_RDONLY);