An error occurred fetching the project authors.
  1. 06 Apr, 2020 2 commits
  2. 20 Jan, 2020 1 commit
  3. 15 Nov, 2019 1 commit
    • Jérome Perrin's avatar
      preferences: use an interaction workflow to clear cache · 3e558ff9
      Jérome Perrin authored
      When we use preference.edit(preferred_something=something_else) the
      cache was cleared, because there is an interaction on _edit, but when we
      do preference.setPreferredSomething(something_else) cache was not
      cleared.
      
      This still have a problem cache is cleared too much but at least it
      eliminates this incorrect behavior.
      
      Update tests at the same time:
       - testEditorField,testAuthenticationPolicy: no need to clear cache,
         it's now done automatically.
       - testUpgrader: the workflow chain of preference changed. This test is
         asserting the actual workflow chain, so we have to update the test
         everytime workflow chain is modified.
      3e558ff9
  4. 16 Sep, 2019 1 commit
  5. 19 Jan, 2017 4 commits
  6. 10 Jan, 2017 2 commits
    • Jérome Perrin's avatar
    • Jérome Perrin's avatar
      test: fix some test isolation problems in testAuthenticationPolicy · 0868b311
      Jérome Perrin authored
      Tests should not depend on the state left by the previous test run.
      
      This was achieved by:
      
      * use a different preference in each method to reset the state of preferences configuration.
      * clear cache after setting preferences, so that the new preference setting is used
      * change password after setting the max preferred password lifetime duration, otherwise password event are not created and password is not detected as expired.
      * rename test methods not to include number, we should not force test ordering, since we want tests to be independant.
      * Also add one case of password actually expired
      0868b311
  7. 23 Dec, 2016 2 commits
  8. 10 Mar, 2015 1 commit
  9. 16 Oct, 2014 1 commit
  10. 04 Sep, 2014 1 commit
  11. 12 Sep, 2013 1 commit
  12. 15 May, 2012 1 commit
  13. 11 May, 2012 1 commit
  14. 03 May, 2012 1 commit
  15. 16 Mar, 2012 1 commit
  16. 09 Sep, 2011 1 commit
  17. 15 Aug, 2011 1 commit
  18. 28 Jul, 2011 1 commit
  19. 27 Jul, 2011 1 commit
  20. 25 Jul, 2011 1 commit
  21. 21 Jul, 2011 1 commit
  22. 18 Jul, 2011 2 commits