/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_msgeditor.py

  • Committer: Vincent Ladeuil
  • Date: 2007-12-19 08:12:34 UTC
  • mto: (3128.2.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 3129.
  • Revision ID: v.ladeuil+lp@free.fr-20071219081234-7fzqv9bidvsafp4s
Since we are there s/parameteris.*/parameteriz&/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
 
47
47
def load_tests(standard_tests, module, loader):
48
 
    """Parameterise the test for tempfile creation with different encodings."""
 
48
    """Parameterize the test for tempfile creation with different encodings."""
49
49
    to_adapt, result = split_suite_by_re(standard_tests,
50
50
        "test__create_temp_file_with_commit_template_in_unicode_dir")
51
51
    for test in iter_suite_tests(to_adapt):