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