Skip to content
  1. Sep 23, 2018
  2. Sep 19, 2018
  3. Sep 18, 2018
  4. Sep 17, 2018
    • Chris Lamb's avatar
      Fix tests under colord >= 1.4.3. (Closes: #908900) · b1addb0d
      Chris Lamb authored
      The `cd-iccdump` command has no --version command and, whilst the `colord`
      binary does, it relies on the daemon running to return any output.  Therefore
      we hackily compare the output (via the line length) of colord 1.4.3:
      
          "  Profile ID    = 0477fa4bb5ae5ae9a778f5cd72eb45a4"
      
      ... versus, for example, colord 1.3.3:
      
          " Profile ID    = 0x0477fa4b"
      
      We don't massage the output (say, in an `Iccdump.filter` method) as it would
      remove the accuracy and, unfortunately, colord 1.4.3 also removes a
      somewhat-arbitrary newline too.
      b1addb0d
    • Chris Lamb's avatar
      Drop print() statement in PPU tests. · 755c2184
      Chris Lamb authored
      755c2184
  5. Sep 15, 2018
  6. Sep 10, 2018
  7. Sep 01, 2018
  8. Aug 23, 2018
  9. Aug 13, 2018
    • Alexis Murzeau's avatar
      comparators/deb: Fix matching for .deb archive members. (Closes: #903565) · 8b90ec1a
      Alexis Murzeau authored and Chris Lamb's avatar Chris Lamb committed
      
      
      my_members is iterated in DebContainer.perform_fuzzy_matching but is modified
      in Container.comparisons.prep_yield which remove the current item from
      my_members.
      
      This causes an `RuntimeError: OrderedDict mutated during iteration` error.
      This was not detected by the existing `test_deb.test_compare_different_compression`
      test as it triggers only when there is more than one file in the .deb file.
      (That test use only one file: control.tar.{gz,xz}).
      
      Signed-off-by: Chris Lamb's avatarChris Lamb <lamby@debian.org>
      8b90ec1a
  10. Aug 07, 2018
  11. Jul 20, 2018
  12. Jul 10, 2018
  13. Jul 09, 2018
  14. Jul 08, 2018
Loading