17
17
"""Test Store implementation
19
22
from bzrlib.store import ImmutableStore
20
23
from bzrlib.selftest import TestCaseInTempDir
22
24
from bzrlib.errors import BzrError
24
27
class TestStore(TestCaseInTempDir):
25
28
def test_multiple_add(self):
26
29
"""Multiple add with same ID should raise a BzrError"""