Mercurial > hg > orthanc-tests
changeset 849:43320c6a8044
merged sql-opti -> default
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 12 Aug 2025 17:54:50 +0200 |
parents | a9b387928f40 (diff) f190fe4f1c39 (current diff) |
children | 895215bfb8aa |
files | Tests/Tests.py |
diffstat | 3 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgtags Tue Aug 12 17:42:13 2025 +0200 +++ b/.hgtags Tue Aug 12 17:54:50 2025 +0200 @@ -49,3 +49,4 @@ 287aae544b3133f6cecdf768f5a09dacbd75cf91 Orthanc-1.12.6 2eca398d9676e2378343c48769a4b3938ba96005 Orthanc-1.12.7 50097b7179ea7eb8afa339abd2f77e233183ace2 Orthanc-1.12.8 +467d73ff9c02807f8f7f3c029e209fb445f6ef8b Orthanc-1.12.9
--- a/CITATION.cff Tue Aug 12 17:42:13 2025 +0200 +++ b/CITATION.cff Tue Aug 12 17:54:50 2025 +0200 @@ -10,5 +10,5 @@ doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc/" -version: 1.12.8 -date-released: 2025-06-13 +version: 1.12.9 +date-released: 2025-08-11
--- a/Tests/Tests.py Tue Aug 12 17:42:13 2025 +0200 +++ b/Tests/Tests.py Tue Aug 12 17:54:50 2025 +0200 @@ -1360,6 +1360,7 @@ self.assertTrue('MainDicomTagsSignature' in m) else: self.assertEqual(1, len(m)) + self.assertTrue('LastUpdate' in m) # The lines below failed on Orthanc <= 1.8.2 @@ -9125,7 +9126,8 @@ self.assertTrue('MainDicomTagsSignature' in a[0]['Metadata']) else: self.assertEqual(1, len(a[0]['Metadata'])) - self.assertTrue('LastUpdate' in a[0]['Metadata']) + + self.assertTrue('LastUpdate' in a[0]['Metadata']) for level in [ 'Instance', 'Series', 'Study', 'Patient' ]: a = DoPost(_REMOTE, '/tools/bulk-content', { 'Resources' : [ knee1, brainix ],