# # # rename "tests/t_add_inside_MT.at" # to "tests/t_add_inside__MTN.at" # # rename "tests/t_add_intermediate_MT_path.at" # to "tests/t_add_intermediate__MTN_path.at" # # rename "tests/t_unreadable_MT.at" # to "tests/t_unreadable__MTN.at" # # patch "ChangeLog" # from [cd405cfb4ce677be78ffa5dc7f276c9913b6fc3e] # to [c52fbce5ee9787344d137305a8a6d8f6ac8a706d] # # patch "testsuite.at" # from [aaa9c770714e7d38b67814ea3e103452203ff178] # to [590bff43e1c17bee568fc3339531e7cff1c072d2] # ============================================================ --- ChangeLog cd405cfb4ce677be78ffa5dc7f276c9913b6fc3e +++ ChangeLog c52fbce5ee9787344d137305a8a6d8f6ac8a706d @@ -1,5 +1,10 @@ 2006-03-28 Nathaniel Smith + * tests/*_MT*: Rename to reflect that they now test _MTN, not MT. + * testsuite.at: Update accordingly. + +2006-03-28 Nathaniel Smith + * tests/*.at: s/MT/_MTN/. 2006-03-28 Nathaniel Smith ============================================================ --- testsuite.at aaa9c770714e7d38b67814ea3e103452203ff178 +++ testsuite.at 590bff43e1c17bee568fc3339531e7cff1c072d2 @@ -663,7 +663,7 @@ m4_include(tests/t_undo_update.at) m4_include(tests/t_change_empty_file.at) m4_include(tests/t_largish_file.at) -m4_include(tests/t_add_intermediate_MT_path.at) +m4_include(tests/t_add_intermediate__MTN_path.at) m4_include(tests/t_merge_3.at) m4_include(tests/t_merge_4.at) m4_include(tests/t_db_missing.at) @@ -761,7 +761,7 @@ m4_include(tests/t_rcfile_stdin.at) m4_include(tests/t_monotone_up.at) m4_include(tests/t_drop_vs_patch_rename.at) -m4_include(tests/t_unreadable_MT.at) +m4_include(tests/t_unreadable__MTN.at) m4_include(tests/t_cvsimport3.at) m4_include(tests/t_commit_message_file.at) m4_include(tests/t_automate_attributes.at) @@ -824,7 +824,7 @@ m4_include(tests/t_automate_keys.at) m4_include(tests/t_diff_outside_workspace.at) m4_include(tests/t_log_outside_workspace.at) -m4_include(tests/t_add_inside_MT.at) +m4_include(tests/t_add_inside__MTN.at) m4_include(tests/t_annotate_renames.at) m4_include(tests/t_config_confdir.at) m4_include(tests/t_database_sig_cleanup.at)