# # # patch "ChangeLog" # from [0c4b9f1e191085e8de19979773525087538b5757] # to [335f117fc53c5fec8a6c265bf0eb5ef0d06f948b] # # patch "tests/t_db_execute.at" # from [cad25454a737ae7296cf95712501b7320b4e3898] # to [8d4eb06517101eb8b46af0d7e71649beda8c2e4b] # ============================================================ --- ChangeLog 0c4b9f1e191085e8de19979773525087538b5757 +++ ChangeLog 335f117fc53c5fec8a6c265bf0eb5ef0d06f948b @@ -1,3 +1,9 @@ +2006-01-21 Timothy Brownawell
+ + * tests/t_db_execute.at: Play with the files table instead of the + revisions table, so we don't trigger the has-revisions-but-no-rosters + check. + 2006-01-21 Richard Levitte * po/sv.po: Sort the translation guidelines a little more. ============================================================ --- tests/t_db_execute.at cad25454a737ae7296cf95712501b7320b4e3898 +++ tests/t_db_execute.at 8d4eb06517101eb8b46af0d7e71649beda8c2e4b @@ -1,7 +1,7 @@ AT_SETUP([db execute]) MONOTONE_SETUP -TWO_COL_TABLE=revisions +TWO_COL_TABLE=files COL1=id AT_CHECK(MONOTONE db execute "INSERT INTO $TWO_COL_TABLE VALUES ('key1', 'value1')", [], [ignore], [ignore])