# # # patch "tests/db_check_and_non-serious_errors/__driver__.lua" # from [489d591cb8383b6cfb17c02be4dc774cfa1e63cc] # to [908eadb2fc3c9e4ea028ff5b1e2e27bf01821406] # ============================================================ --- tests/db_check_and_non-serious_errors/__driver__.lua 489d591cb8383b6cfb17c02be4dc774cfa1e63cc +++ tests/db_check_and_non-serious_errors/__driver__.lua 908eadb2fc3c9e4ea028ff5b1e2e27bf01821406 @@ -23,6 +23,10 @@ end local str = string.format("delete from %s where %s = x'%s'", a, b, del_rev) check(mtn("db", "execute", str), 0, false, false) end +check(mtn("db", "execute", + string.format("update branch_leaves set revision_id = x'%s' where revision_id = x'%s'", + rev, del_rev)), + 0, false, false) -- and also a few unused files shall float about check(mtn("fload"), 0, false, false, {"fileX"})