1. 07 Sep, 2018 6 commits
  2. 06 Sep, 2018 1 commit
  3. 25 Aug, 2018 1 commit
  4. 24 Aug, 2018 2 commits
  5. 20 Aug, 2018 2 commits
  6. 18 Aug, 2018 10 commits
  7. 17 Aug, 2018 1 commit
  8. 16 Aug, 2018 8 commits
  9. 14 Aug, 2018 5 commits
  10. 01 Aug, 2018 2 commits
  11. 31 Jul, 2018 1 commit
  12. 29 Jul, 2018 1 commit
    • Michael Gmelin's avatar
      Exclude bytewise comparison in certain tests. · 05b27e83
      Michael Gmelin authored
      These tests never worked - they weren't run before
      d5aaeb4c.
      
      Note that these tests would fail because of this library
      ordering dictionary keys (which is legal). So changing the
      input files (or modifying stored cbor/msgpack/ubjson files)
      would make the tests work and they could get removed from
      "exclude_packaged".
      
      Also move parsing of files in these unit tests to within
      the inner sections, so that they're only parsed
      number_of_files * number_of_sections instead of
      number_of_files * number_of_files * number_of_sections
      (so, instead of close to 100k parses about 700).
      05b27e83