/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/per_repository_reference/test_default_stacking.py

Merge cleanup into texinfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
17
 
18
 
from bzrlib.tests import per_repository
19
 
 
20
 
 
21
 
class TestDefaultStackingPolicy(per_repository.TestCaseWithRepository):
 
18
from bzrlib.tests.per_repository import TestCaseWithRepository
 
19
 
 
20
 
 
21
class TestDefaultStackingPolicy(TestCaseWithRepository):
22
22
 
23
23
    def test_sprout_to_smart_server_stacking_policy_handling(self):
24
24
        """Obey policy where possible, ignore otherwise."""