/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 brzlib/tests/blackbox/test_unknowns.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 12:41:27 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521124127-iv8etg0vwymyai6y
s/bzr/brz/ in apport config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
17
 
18
18
 
19
 
"""Black-box tests for 'brz unknowns', which shows unknown files."""
 
19
"""Black-box tests for 'bzr unknowns', which shows unknown files."""
20
20
 
21
 
from breezy.tests import TestCaseWithTransport
 
21
from brzlib.tests import TestCaseWithTransport
22
22
 
23
23
 
24
24
class TestUnknowns(TestCaseWithTransport):
31
31
        self.assertEqual(self.run_bzr('unknowns')[0], '')
32
32
 
33
33
        # single unknown file
34
 
        self.build_tree_contents([('a', b'contents of a\n')])
 
34
        self.build_tree_contents([('a', 'contents of a\n')])
35
35
        self.assertEqual(self.run_bzr('unknowns')[0], 'a\n')
36
36
 
37
37
        # multiple unknown files, including one with a space in its name