/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_branch.py

  • Committer: Martin Pool
  • Date: 2009-08-03 04:19:03 UTC
  • mto: This revision was merged to the branch mainline in revision 4585.
  • Revision ID: mbp@sourcefrog.net-20090803041903-7yhtozybu7tk8ff7
KnownFailure for #408193 on checkout --hardlink

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
            # https://bugs.edge.launchpad.net/bzr/+bug/408193
107
107
            self.assertContainsRe(err, "hardlinking working copy files is "
108
108
                "not currently supported")
109
 
            raise KnownFailure("branch --hardlink doesn't work in formats "
 
109
            raise KnownFailure("--hardlink doesn't work in formats "
110
110
                "that support content filtering (#408193)")
111
111
 
112
112
    def test_branch_standalone(self):