~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-31 00:01:25 UTC
  • Revision ID: mbp@sourcefrog.net-20050331000125-fcee29199b8b5bb6
update test for new ignore-pattern handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
    >>> f.close()
192
192
    >>> b.add('.bzrignore')
193
193
    >>> list(b.unknowns())
194
 
    ['configure', 'doc/configure', 'foo']
 
194
    ['doc/configure']
195
195
"""