Ticket #299: test_storage_url.diff
| File test_storage_url.diff, 0.7 kB (added by francois, 2 years ago) |
|---|
-
coherence/backends/test_storage.py
old new 361 361 item_id = str(item_id)+extension 362 362 363 363 if type in ('file','url'): 364 new_item = Item(self.store[ROOT_CONTAINER_ID], item_id, name, location, self.urlbase + str(item_id))364 new_item = Item(self.store[ROOT_CONTAINER_ID], item_id, name, location,location) 365 365 elif type == 'gstreamer': 366 366 pipeline = item.get('pipeline') 367 367 try:
