@@ -1202,8 +1202,6 @@ test_multi_error(void **state)
12021202 CHECK_LOG_CTX_APPTAG ("Too few \"ll\" instances." , "Schema location \"/ii:cont/ll\"." , "too-few-elements" );
12031203 CHECK_LOG_CTX_APPTAG ("l leaf is not left" , "Data location \"/ii:cont/l3\"." , "not-left" );
12041204 CHECK_LOG_CTX_APPTAG ("Must condition \"../l = 'right'\" not satisfied." , "Data location \"/ii:cont/l2\"." , "must-violation" );
1205- CHECK_LOG_CTX_APPTAG ("Duplicate instance of \"l\"." , "Data location \"/ii:cont/l\", line number 7." , NULL );
1206- CHECK_LOG_CTX_APPTAG ("Duplicate instance of \"l\"." , "Data location \"/ii:cont/l\", line number 7." , NULL );
12071205 CHECK_LOG_CTX_APPTAG ("Invalid type uint32 value \"ahoy\"." , "Data location \"/ii:cont/ll\", line number 6." , NULL );
12081206
12091207 /* json */
@@ -1220,8 +1218,6 @@ test_multi_error(void **state)
12201218 CHECK_LOG_CTX_APPTAG ("Too few \"ll\" instances." , "Schema location \"/ii:cont/ll\"." , "too-few-elements" );
12211219 CHECK_LOG_CTX_APPTAG ("l leaf is not left" , "Data location \"/ii:cont/l3\"." , "not-left" );
12221220 CHECK_LOG_CTX_APPTAG ("Must condition \"../l = 'right'\" not satisfied." , "Data location \"/ii:cont/l2\"." , "must-violation" );
1223- CHECK_LOG_CTX_APPTAG ("Duplicate instance of \"l\"." , "Data location \"/ii:cont/l\", line number 9." , NULL );
1224- CHECK_LOG_CTX_APPTAG ("Duplicate instance of \"l\"." , "Data location \"/ii:cont/l\", line number 9." , NULL );
12251221 CHECK_LOG_CTX_APPTAG ("Invalid non-number-encoded uint32 value \"ahoy\"." , "Data location \"/ii:cont/ll\", line number 7." , NULL );
12261222
12271223 /* validation */
0 commit comments