~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_selftest.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-29 01:46:49 UTC
  • mfrom: (3363.10.29 preview-post)
  • Revision ID: pqm@pqm.ubuntu.com-20080829014649-2xy77164nvtxzl9y
Test interface of PreviewTree in the post-change state (abentley)

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(5, len(tests))
 
425
        self.assertEqual(6, len(tests))
426
426
        # this must match the default format setp up in
427
427
        # TreeTestProviderAdapter.adapt
428
428
        default_format = workingtree.WorkingTreeFormat3