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