17
17
"""Tests for WorkingTree.set_root_id"""
19
21
from bzrlib import inventory
20
23
from bzrlib.tests.per_workingtree import TestCaseWithWorkingTree
23
26
class TestSetRootId(TestCaseWithWorkingTree):
25
28
def test_set_and_read_unicode(self):
26
31
# This test tests that setting the root doesn't flush, so it
27
32
# deliberately tests concurrent access that isn't possible on windows.
28
33
self.thisFailsStrictLockCheck()