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

Fix another 40 tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2174
2174
 
2175
2175
    def test_load_list(self):
2176
2176
        # Provide a list with one test - this test.
2177
 
        test_id_line = b'%s\n' % self.id()
 
2177
        test_id_line = b'%s\n' % self.id().encode('ascii')
2178
2178
        self.build_tree_contents([('test.list', test_id_line)])
2179
2179
        # And generate a list of the tests in  the suite.
2180
2180
        stream = self.run_selftest(load_list='test.list', list_only=True)