Mercurial > hg > orthanc-tests
changeset 872:d39a9c4570ca
fix tests
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Thu, 11 Dec 2025 09:36:37 +0100 |
| parents | 68518abff243 |
| children | c41709fd48e3 |
| files | Tests/Tests.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Tests/Tests.py Tue Dec 09 17:48:47 2025 +0100 +++ b/Tests/Tests.py Thu Dec 11 09:36:37 2025 +0100 @@ -3046,7 +3046,7 @@ if IsOrthancVersionAbove(_REMOTE, 1, 9, 0): a = DoPut(_REMOTE, '/tools/accepted-transfer-syntaxes', '*', 'text/plain') - self.assertGreaterEqual(42, len(a)) + self.assertLessEqual(42, len(a)) # 42 in 1.9.0, 45 from 1.12.10+ DoPut(_REMOTE, '/tools/unknown-sop-class-accepted', 'true') self.assertEqual(1, DoGet(_REMOTE, '/tools/unknown-sop-class-accepted')) else:
