/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_diff.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:
23
23
    errors,
24
24
    tests,
25
25
    )
26
 
try:
27
 
    from bzrlib.tests.features import UnicodeFilenameFeature
28
 
except ImportError: # bzr < 2.5
29
 
    from bzrlib.tests import UnicodeFilenameFeature
30
26
from bzrlib.merge_directive import MergeDirective2
31
27
 
32
28
from bzrlib.plugins.gtk.diff import (
77
73
class TestDiffView(tests.TestCaseWithTransport):
78
74
 
79
75
    def test_unicode(self):
80
 
        self.requireFeature(UnicodeFilenameFeature)
 
76
        self.requireFeature(tests.UnicodeFilenameFeature)
81
77
 
82
78
        tree = self.make_branch_and_tree('tree')
83
79
        self.build_tree([u'tree/\u03a9'])