/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_selftest.py

  • Committer: Aaron Bentley
  • Date: 2007-02-23 04:45:30 UTC
  • mto: (2255.2.152 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: aaron.bentley@utoronto.ca-20070223044530-2ggdpsjtboqeosi5
tweak tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
363
363
        adapter = TreeTestProviderAdapter(server1, server2, formats)
364
364
        suite = adapter.adapt(input_test)
365
365
        tests = list(iter(suite))
366
 
        self.assertEqual(5, len(tests))
 
366
        self.assertEqual(4, len(tests))
367
367
        default_format = WorkingTreeFormatAB1
368
368
        self.assertEqual(tests[0].workingtree_format, formats[0][0])
369
369
        self.assertEqual(tests[0].bzrdir_format, formats[0][1])