/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/test_transform.py

  • Committer: Aaron Bentley
  • Date: 2007-11-28 01:21:28 UTC
  • mto: This revision was merged to the branch mainline in revision 3044.
  • Revision ID: aaron.bentley@utoronto.ca-20071128012128-gz9ep3oyvh1xt38n
Add case-sensitivity handling to WorkingTree

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
        resolve_conflicts(transform,
295
295
                          pass_func=lambda t, c: resolve_checkout(t, c, []))
296
296
        transform.apply()
297
 
        self.failUnlessExists('file')
298
 
        if not os.path.exists('FiLe.moved'):
299
 
            self.failUnlessExists('FiLe')
 
297
        self.failUnlessExists('tree/file')
 
298
        if not os.path.exists('tree/FiLe.moved'):
 
299
            self.failUnlessExists('tree/FiLe')
300
300
 
301
301
    def test_case_insensitive_limbo(self):
302
302
        tree = self.make_branch_and_tree('tree')