~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_selftest.py

  • Committer: Mark Hammond
  • Date: 2008-12-28 05:21:23 UTC
  • mfrom: (3920 +trunk)
  • mto: (3932.1.1 prepare-1.11)
  • mto: This revision was merged to the branch mainline in revision 3937.
  • Revision ID: mhammond@skippinet.com.au-20081228052123-f78xs5sbdkotshwf
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
        tests = list(iter(suite))
423
423
        # XXX We should not have tests fail as we add more scenarios
424
424
        # abentley 20080412
425
 
        self.assertEqual(6, len(tests))
 
425
        self.assertEqual(7, len(tests))
426
426
        # this must match the default format setp up in
427
427
        # TreeTestProviderAdapter.adapt
428
428
        default_format = workingtree.WorkingTreeFormat3