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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-31 05:51:49 UTC
  • mfrom: (4216.3.1 commit-uses-ric)
  • Revision ID: pqm@pqm.ubuntu.com-20090331055149-vjdpx8awxkxema5i
(robertc) Make Tree.get_symlink_target consistently return decoded
        strings. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
704
704
            r'--- olddir/oldfile.*\n\+\+\+ newdir/newfile.*\n\@\@ -1,1 \+0,0'
705
705
             ' \@\@\n-old\n\n')
706
706
        self.assertContainsRe(self.differ.to_file.getvalue(),
707
 
                              "=== target is 'new'\n")
 
707
                              "=== target is u'new'\n")
708
708
 
709
709
    def test_diff_directory(self):
710
710
        self.build_tree(['new-tree/new-dir/'])