Mercurial > hg > orthanc-tests
changeset 924:f7b5e2a63d01
DelayedDeletion: avoid reusing the same container name
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 09 Jun 2026 14:46:16 +0200 |
| parents | 9272f0f93ea5 |
| children | afc7edf1dff8 |
| files | NewTests/DelayedDeletion/test_delayed_deletion.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/NewTests/DelayedDeletion/test_delayed_deletion.py Tue Jun 09 10:07:53 2026 +0200 +++ b/NewTests/DelayedDeletion/test_delayed_deletion.py Tue Jun 09 14:46:16 2026 +0200 @@ -42,7 +42,7 @@ print('-------------- launching DelayedDeletion preparation') cls.launch_orthanc_to_prepare_db( - config_name="delayed_deletion", + config_name="delayed_deletion_before", config_path=config_path, storage_name="DelayedDeletion", config=config, @@ -88,7 +88,7 @@ print('-------------- launching DelayedDeletion tests') cls.launch_orthanc_under_tests( config_path=config_path, - config_name="delayed_deletion", + config_name="delayed_deletion_after", storage_name="DelayedDeletion", plugins=Helpers.plugins )
