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