# # # patch "ChangeLog" # from [9479c4c64c5458c99b33d8fa12dabc9152ddd918] # to [13df60ce6ebe1bcff03c1dbf9ec22079f7e6b4fe] # # patch "testsuite.lua" # from [43bf94ebb89497ee35438d70e56316e0b0867685] # to [eec073b8f5307f996dafc30d97344d7d6708e17b] # ============================================================ --- ChangeLog 9479c4c64c5458c99b33d8fa12dabc9152ddd918 +++ ChangeLog 13df60ce6ebe1bcff03c1dbf9ec22079f7e6b4fe @@ -1,8 +1,9 @@ 2006-07-11 Richard Levitte * tests/heads_of_certs/__driver__.lua (third): New test that replaces... * tests/t_heads_of_certs.at: this + * testsuite.lua: Add it to the suite. 2006-07-11 Richard Levitte ============================================================ --- testsuite.lua 43bf94ebb89497ee35438d70e56316e0b0867685 +++ testsuite.lua eec073b8f5307f996dafc30d97344d7d6708e17b @@ -648,3 +648,4 @@ table.insert(tests, "diff_output_formats") table.insert(tests, "pluck_lifecycle") table.insert(tests, "pluck_restricted") +table.insert(tests, "heads_of_certs")