~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_source.py

  • Committer: mbp at sourcefrog
  • Date: 2007-02-13 05:22:39 UTC
  • mfrom: (2279 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2283.
  • Revision ID: mbp@sourcefrog.net-20070213052239-09atqsahwth6zdm1
(merge) trunk

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