changeset 875:1dc7ebbfb3b6 default tip

fix for MySQL
author Alain Mazy <am@orthanc.team>
date Sun, 21 Dec 2025 16:41:33 +0100
parents 54427d4f4a01
children
files Tests/Tests.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Tests/Tests.py	Fri Dec 19 12:39:32 2025 +0100
+++ b/Tests/Tests.py	Sun Dec 21 16:41:33 2025 +0100
@@ -11991,7 +11991,7 @@
             self.assertEqual('20070101', a[2]['MainDicomTags']['StudyDate'])
 
         # check LimitFindResults applies to both findscu and /tools/find
-        if IsOrthancVersionAbove(_REMOTE, 1, 12, 11):
+        if IsOrthancVersionAbove(_REMOTE, 1, 12, 11) and HasExtendedFind(_REMOTE):
 
             allSeries = DoPost(_REMOTE, '/tools/find', {    
                                             'Level' : 'Series',