# # # rename "tests/b_and_t_selector_globbing" # to "tests/b_t_and_a_selector_globbing" # # patch "ChangeLog" # from [fccb3eeeb8c86c1877e27af40c92e924d815af57] # to [628ececf12ddc1a28a731563c33add54ca8f566f] # # patch "tests/b_t_and_a_selector_globbing/__driver__.lua" # from [16b00a3f25d17dae660103fa319edb856399df4d] # to [39d20812db86092429f4c37edd7ff23734a1a2b1] # # patch "testsuite.lua" # from [ffa13b93a3a22ca9f21777398e719a8273a01f34] # to [199bc84326e83c769ea610d147a2a0d705053245] # ============================================================ --- ChangeLog fccb3eeeb8c86c1877e27af40c92e924d815af57 +++ ChangeLog 628ececf12ddc1a28a731563c33add54ca8f566f @@ -1,3 +1,8 @@ +2006-12-06 Thomas Keller + + Existing test for previous change in author cert selection + tweaked (previously b_and_t_selector_globbing) + 2006-12-06 Timothy Brownawell Version 1.34 of boost changes some things. In particular fs::path @@ -9,7 +14,7 @@ 2006-12-05 Thomas Keller - * database.cc: removed implicit wildcards for author cert selections + * database.cc: removed implicit wildcards for author cert selections 2006-12-04 Matthew Nicholson ============================================================ --- tests/b_t_and_a_selector_globbing/__driver__.lua 16b00a3f25d17dae660103fa319edb856399df4d +++ tests/b_t_and_a_selector_globbing/__driver__.lua 39d20812db86092429f4c37edd7ff23734a1a2b1 @@ -18,6 +18,10 @@ check(mtn("tag", R3, "foobarbaz"), 0, fa check(mtn("tag", R2, "bar"), 0, false, false) check(mtn("tag", R3, "foobarbaz"), 0, false, false) +writefile("testfile", "blub blub") +check(mtn("commit", "-m", "foo", "-b", "bar", "--author", "address@hidden"), 0, false, false) +R4=base_revision() + selmap("b:testbranch", {R1}) selmap("b:otherbranch", {R2}) selmap("b:branch", {R3}) @@ -29,3 +33,7 @@ selmap("t:*bar*", {R2, R3}) selmap("t:foobarbaz", {R3}) selmap("t:*bar", {R2}) selmap("t:*bar*", {R2, R3}) + +selmap("a:joe*", {R4}) +selmap("a:*user.com", {R4}) + ============================================================ --- testsuite.lua ffa13b93a3a22ca9f21777398e719a8273a01f34 +++ testsuite.lua 199bc84326e83c769ea610d147a2a0d705053245 @@ -563,7 +563,7 @@ table.insert(tests, "diff_-rREV1_-rREV2_ table.insert(tests, "ls_tags_with_ambiguous_tags") table.insert(tests, "db_kill_tag_locally") table.insert(tests, "diff_-rREV1_-rREV2_UNCHANGED-FILE") -table.insert(tests, "b_and_t_selector_globbing") +table.insert(tests, "b_t_and_a_selector_globbing") table.insert(tests, "diff_--external") table.insert(tests, "db_migrate_on_bad_schema") table.insert(tests, "list_branches")