176
176
# store_c = RemoteStore('http://example.com/')
177
177
# self.assertRaises(UnlistableStore, copy_all, store_c, store_b)
179
180
class TestTextStore(TestCaseInTempDir):
180
181
def test_multiple_add(self):
181
182
"""Multiple add with same ID should raise a BzrError"""