/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to tests/test_commit.py

  • Committer: Curtis Hovey
  • Date: 2011-09-03 13:46:52 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110903134652-foz5thvhwg0kcolr
RemovedĀ unusedĀ code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    uncommit,
27
27
    )
28
28
try:
29
 
    from bzrlib.tests.features import UnicodeFilenameFeature
30
 
except ImportError: # bzr < 2.5
31
 
    from bzrlib.tests import UnicodeFilenameFeature
32
 
try:
33
29
    from bzrlib import bencode
34
30
except ImportError:
35
31
    from bzrlib.util import bencode
1054
1050
                         bencode.bdecode(file_info.encode('UTF-8')))
1055
1051
 
1056
1052
    def test_commit_unicode_messages(self):
1057
 
        self.requireFeature(UnicodeFilenameFeature)
 
1053
        self.requireFeature(tests.UnicodeFilenameFeature)
1058
1054
 
1059
1055
        tree = self.make_branch_and_tree('tree')
1060
1056
        tree.branch.get_config().set_user_option('per_file_commits', 'true')