~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_selftest.py

Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2005 by Canonical Ltd
 
1
# Copyright (C) 2005 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
 
# it under the terms of the GNU General Public License version 2 as published by
5
 
# the Free Software Foundation.
 
4
# it under the terms of the GNU General Public License as published by
 
5
# the Free Software Foundation; either version 2 of the License, or
 
6
# (at your option) any later version.
6
7
#
7
8
# This program is distributed in the hope that it will be useful,
8
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
173
174
            TestCaseWithMemoryTransport.TEST_ROOT = old_root
174
175
        self.assertContainsRe(out, 'Ran 0 tests.*\n\nOK')
175
176
        self.assertEqual(
176
 
            'running tests...\ntests passed\n',
 
177
            'tests passed\n',
177
178
            err)
178
179
        benchfile = open(".perf_history", "rt")
179
180
        try:
448
449
        out, err = self.run_bzr_error(['^$'], 'rocks', retcode=0)
449
450
        self.assertEqual(out, 'it sure does!\n')
450
451
 
451
 
        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"],
452
453
                                      'file-id', 'foobarbaz')