~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-01 04:38:28 UTC
  • Revision ID: mbp@sourcefrog.net-20050401043828-4162a7fb07e43579
fix test case breakage

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
    >>> b.add('.bzrignore')
193
193
    >>> list(b.unknowns())
194
194
    ['doc/configure']
 
195
 
 
196
Detection of missing files and directories:
 
197
 
 
198
    
195
199
"""