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

Merge bzr.dev 4032. Resolve the new streaming fetch.

XXX: We cheat a bit for CHK fetching. CHK serializers happen to still
have legacy 'read_inventory_from_string' and 'write_inventory_to_string'
functions that convert the paged representation to a single-string XML
representation.

So when converting between formats, we just go down to the
whole-inventory XML form.

At least it works for now. Even if it is grossly innefficient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
        'bzrlib.tests.workingtree_implementations.test_smart_add',
126
126
        'bzrlib.tests.workingtree_implementations.test_uncommit',
127
127
        'bzrlib.tests.workingtree_implementations.test_unversion',
 
128
        'bzrlib.tests.workingtree_implementations.test_views',
128
129
        'bzrlib.tests.workingtree_implementations.test_walkdirs',
129
130
        'bzrlib.tests.workingtree_implementations.test_workingtree',
130
131
        ]