~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/blackbox.py

  • Committer: Aaron Bentley
  • Date: 2009-08-20 07:00:32 UTC
  • Revision ID: aaron@aaronbentley.com-20090820070032-8uin8qxn2yo4te6c
Fix test that fails with 2a format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
 
153
153
    def test_cbranch_hardlink(self):
154
154
        self.requireFeature(HardlinkFeature)
155
 
        source = self.make_branch_and_tree('source')
 
155
        # Later formats don't support hardlinks.  Boo!
 
156
        source = self.make_branch_and_tree('source', format='1.9')
156
157
        self.build_tree(['source/file'])
157
158
        source.add('file')
158
159
        source.commit('added file')