~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_source.py

  • Committer: Aaron Bentley
  • Date: 2006-02-22 14:39:42 UTC
  • mto: (2027.1.2 revert-subpath-56549)
  • mto: This revision was merged to the branch mainline in revision 1570.
  • Revision ID: abentley@panoramicfeedback.com-20060222143942-ae72299f2de66767
Fixed build_tree with symlinks

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        # do not even think of increasing this number. If you think you need to
56
56
        # increase it, then you almost certainly are doing something wrong as
57
57
        # the relationship from working_tree to branch is one way.
58
 
        # This number should be 0, but the basis_inventory merge was done
59
 
        # before this test was written. Note that this is an exact equality
60
 
        # so that when the number drops, it is not given a buffer but rather
61
 
        # this test updated immediately.
62
 
        self.assertEqual(2, occurences)
 
58
        # Note that this is an exact equality so that when the number drops, 
 
59
        #it is not given a buffer but rather has this test updated immediately.
 
60
        self.assertEqual(0, occurences)
63
61
 
64
62
    def test_branch_WorkingTree(self):
65
63
        """Test that the number of uses of working_tree in branch is stable."""