~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_add.py

  • Committer: Robert Collins
  • Date: 2006-06-11 09:11:14 UTC
  • mto: (1767.2.2 integration)
  • mto: This revision was merged to the branch mainline in revision 1769.
  • Revision ID: robertc@robertcollins.net-20060611091114-141ab4165857931e
Remove spurious u cast from test_smart_add.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        wt = self.make_branch_and_tree('.')
60
60
        branch = wt.branch
61
61
        child_tree = self.make_branch_and_tree('original/child')
62
 
        smart_add_tree(wt, (u".",))
 
62
        smart_add_tree(wt, (".",))
63
63
        for path in paths:
64
64
            self.assertNotEqual((path, wt.path2id(path)),
65
65
                                (path, None))