80
80
"""Test that the number of uses of working_tree in branch is stable."""
81
81
occurences = self.find_occurences('WorkingTree',
82
82
self.source_file_name(bzrlib.branch))
84
84
# increase it, then you almost certainly are doing something wrong as
85
85
# the relationship from working_tree to branch is one way.
95
90
class TestSource(TestSourceHelper):