/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/blackbox/test_selftest.py

  • Committer: John Arbash Meinel
  • Date: 2006-12-01 19:41:16 UTC
  • mfrom: (2158 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2159.
  • Revision ID: john@arbash-meinel.com-20061201194116-nvn5qhfxux5284jc
[merge] bzr.dev 2158

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
            TestCaseWithMemoryTransport.TEST_ROOT = old_root
175
175
        self.assertContainsRe(out, 'Ran 0 tests.*\n\nOK')
176
176
        self.assertEqual(
177
 
            'running tests...\ntests passed\n',
 
177
            'tests passed\n',
178
178
            err)
179
179
        benchfile = open(".perf_history", "rt")
180
180
        try:
449
449
        out, err = self.run_bzr_error(['^$'], 'rocks', retcode=0)
450
450
        self.assertEqual(out, 'it sure does!\n')
451
451
 
452
 
        out, err = self.run_bzr_error(["'foobarbaz' is not a versioned file"],
 
452
        out, err = self.run_bzr_error(["bzr: ERROR: foobarbaz is not versioned"],
453
453
                                      'file-id', 'foobarbaz')