# # # patch "tests/database_check/__driver__.lua" # from [a22be8cbd007fddbcbb4e1db832574f7e39589c4] # to [9ca7b9aa95b6dc6f87f72956bc232805586839cc] # ============================================================ --- tests/database_check/__driver__.lua a22be8cbd007fddbcbb4e1db832574f7e39589c4 +++ tests/database_check/__driver__.lua 9ca7b9aa95b6dc6f87f72956bc232805586839cc @@ -99,10 +99,10 @@ check(qgrep('4 missing revision', "stder -- ROSTER TODO --check(grep '2 revisions with bad history' stderr, 0, false, false) -writefile("tosum", revs[2]..":comment:this is a test:address@hidden:bogus sig") +writefile("tosum", revs[2]..":comment:this is a test:46ec58576f9e4f34a9eede521422aa5fd299dc50:bogus sig") hash = sha1("tosum") -dbex("insert into revision_certs values (x'%s', x'%s', 'comment', 'this is a test', 'address@hidden', 'bogus sig')", hash, revs[2]) +dbex("insert into revision_certs values (x'%s', x'%s', 'comment', 'this is a test', x'46ec58576f9e4f34a9eede521422aa5fd299dc50', 'bogus sig')", hash, revs[2]) check(mtn("db", "check", "--ticker=dot"), 1, false, true) check(qgrep('1 bad sig', "stderr"))