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

merge bzr.dev r4164

Show diffs side-by-side

added added

removed removed

Lines of Context:
509
509
    """Whitebox testing of the _encode_and_escape function."""
510
510
 
511
511
    def setUp(self):
 
512
        TestCase.setUp(self)
512
513
        # Keep the cache clear before and after the test
513
514
        bzrlib.xml8._ensure_utf8_re()
514
515
        bzrlib.xml8._clear_cache()