# HG changeset patch # User Sebastien Jodogne # Date 1582892667 -3600 # Node ID d202bfcd7b96f81d5b01f94ff099f328cac361f4 # Parent 082f35cb4459110fd4e000938ee4f9918b9c7292 typo diff -r 082f35cb4459 -r d202bfcd7b96 Plugins/DicomWeb/Run.py --- a/Plugins/DicomWeb/Run.py Fri Feb 28 13:12:40 2020 +0100 +++ b/Plugins/DicomWeb/Run.py Fri Feb 28 13:24:27 2020 +0100 @@ -990,7 +990,7 @@ self.assertEqual(743 * 975 * 3, len(p[0])) - def test_bitbuck_issue_168(self): + def test_bitbucket_issue_168(self): # "Plugins can't read private tags from the configuration file" # This test will fail if DCMTK <= 3.6.1 (e.g. on Ubuntu 16.04) # https://bitbucket.org/sjodogne/orthanc/issues/168/