1. 29 Oct, 2020 1 commit
  2. 28 Oct, 2020 9 commits
  3. 27 Oct, 2020 5 commits
  4. 26 Oct, 2020 2 commits
  5. 22 Oct, 2020 4 commits
  6. 20 Oct, 2020 2 commits
  7. 19 Oct, 2020 7 commits
  8. 15 Oct, 2020 3 commits
  9. 14 Oct, 2020 4 commits
  10. 13 Oct, 2020 3 commits
    • Jérome Perrin's avatar
      test_result: fix "Retry Count" being acquired on test result line · 7a3141b2
      Jérome Perrin authored
      At the end of test result, we calculate the sum of test result line
      retries and set it as a property on test result. Listbox will then
      show for each test result line the number of retries. Problem is
      that we did not set retry count property on test result lines which
      were not retried, so they acquired this from the parent test result.
      
      To prevent this, always set a retry count property on test result
      and set it to 0 when they are not retried.
      7a3141b2
    • Jérome Perrin's avatar
      abade4ee
    • Jérome Perrin's avatar
      testERP5Catalog: test new related key syntaxes · 91286e10
      Jérome Perrin authored
      In 4bcf5c6a (CatalogTool: Introduce new dynamic related key syntax, 2017-07-25)
      we introduced a new syntax to solve some ambiguities in the previous syntax, but
      the test suite was still testing the old syntax only.
      
      Update tests to test the new syntax and to also check the old legacy syntax.
      91286e10