Revert Temporar fix in clixon_custom.h: XPATH_CANONICAL_SKIP_CHECK

This commit is contained in:
Olof hagsand 2023-04-19 10:45:21 +02:00
parent c56d5aa44e
commit 04d5f52d90
3 changed files with 15 additions and 21 deletions

View file

@ -59,9 +59,8 @@ expectpart "$($clixon_util_xpath -c -y $ydir -p "//x[.='42']" -n null:urn:exampl
new "xpath canonical form (no default should fail)"
expectpart "$($clixon_util_xpath -c -y $ydir -p /x/j:y -n i:urn:example:a -n j:urn:example:b 2>&1)" 0 "/x/j:y: No namespace found for prefix"
# comment as long as XPATH_CANONICAL_SKIP_CHECK
#new "xpath canonical form (wrong namespace should fail)"
#expectpart "$($clixon_util_xpath -c -y $ydir -p /i:x/j:y -n i:urn:example:c -n j:urn:example:b 2>&1)" 0 "/i:x/j:y: No yang found for namespace"
new "xpath canonical form (wrong namespace should fail)"
expectpart "$($clixon_util_xpath -c -y $ydir -p /i:x/j:y -n i:urn:example:c -n j:urn:example:b 2>&1)" 0 "/i:x/j:y: No yang found for namespace"
rm -rf $dir