/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/__init__.py

merge robert, debugging

Show diffs side-by-side

added added

removed removed

Lines of Context:
741
741
        expected_first_warning = symbol_versioning.deprecation_string(
742
742
            a_callable, deprecation_format)
743
743
        if len(call_warnings) == 0:
744
 
            self.fail("No assertion generated by call to %s" %
 
744
            self.fail("No deprecation warning generated by call to %s" %
745
745
                a_callable)
746
746
        self.assertEqual(expected_first_warning, call_warnings[0])
747
747
        return result