~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-07 22:29:38 UTC
  • mfrom: (1987.1.4 test_home_and_work)
  • Revision ID: pqm@pqm.ubuntu.com-20060907222938-ca415c1efe88a35c
(jam) separate out test working from test home

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
        # is_ignored() will now create the user global ignore file
49
49
        # if it doesn't exist, so make sure we ignore it in our tests
50
 
        ignores._set_user_ignores(['*.tmp', './.bazaar'])
 
50
        ignores._set_user_ignores(['*.tmp'])
51
51
 
52
52
        self.build_tree_contents(
53
53
            [('foo.tmp', '.tmp files are ignored by default'),