1. 19 Jul, 2023 1 commit
  2. 04 Jul, 2023 1 commit
  3. 05 Jun, 2023 1 commit
  4. 13 Mar, 2023 1 commit
    • Florian Will's avatar
      comdlg32/tests: Fix itemdlg tests on Windows. · 4e167e7e
      Florian Will authored
      The wine testbot runs tests with C:\Users\Public\Documents as the
      working directory. Itemdlg tests create test files in the working
      directory and then try to select them for opening in an IFileOpenDialog.
      The dialog has its SetFolder method called to point it to the current
      working directory before showing the dialog, in order for the test code
      to find the test files it had created there just before opening the
      dialog.
      
      On Windows, this failed because calling the dialog's SetFolder method
      with C:\Users\Public\Documents doesn't work as expected. The dialog
      points to the C:\Users\[CURRENT_USER]\Documents directory instead.
      Subsequently, the test would be unable to select the test file because
      it doesn't exist in that directory. So the dialog wouldn't accept the
      file and close itself to finish the test, but show an error message
      instead, resulting in a test timeout.
      
      To fix this, set the current working directory to the temporary
      directory before calling individual itemdlg test_* functions.
      4e167e7e
  5. 23 Feb, 2022 1 commit
  6. 27 Jan, 2022 1 commit
  7. 26 Jan, 2022 1 commit
  8. 25 Jan, 2021 2 commits
  9. 10 Sep, 2020 1 commit
  10. 15 Jan, 2020 1 commit
  11. 21 Oct, 2019 1 commit
  12. 18 Sep, 2018 3 commits
  13. 27 Jun, 2018 1 commit
  14. 25 May, 2018 1 commit
  15. 16 Mar, 2018 1 commit
  16. 02 Feb, 2017 2 commits
  17. 27 Oct, 2016 1 commit
  18. 28 Jul, 2016 1 commit
  19. 10 Jun, 2016 1 commit
  20. 12 Feb, 2016 1 commit
  21. 07 Dec, 2015 1 commit
  22. 16 Oct, 2015 1 commit
  23. 14 Sep, 2015 3 commits
  24. 28 Aug, 2015 1 commit
  25. 19 Aug, 2015 3 commits
  26. 17 Aug, 2015 2 commits
  27. 03 Aug, 2015 1 commit
  28. 05 Jun, 2015 1 commit
  29. 20 Nov, 2014 1 commit
  30. 29 Sep, 2014 1 commit
  31. 04 Sep, 2014 1 commit