~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_source.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-01-24 22:58:48 UTC
  • mfrom: (2242.1.1 bzr.dev.plus.0.14)
  • Revision ID: pqm@pqm.ubuntu.com-20070124225848-73ee49f6aeb7ea18
merge from bzr.0.14 branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
        incorrect = []
259
259
 
260
260
        for fname, text in self.get_source_file_contents():
 
261
            if '/util/' in fname or '/plugins/' in fname:
 
262
                continue
261
263
            if '\t' in text:
262
264
                incorrect.append(fname)
263
265