Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes to testing #545

Merged
merged 3 commits into from
Jan 8, 2021
Merged

Various fixes to testing #545

merged 3 commits into from
Jan 8, 2021

Conversation

GreyMerlin
Copy link
Contributor

?? Bring FreeImage submodule into sync ??

  • I have no idea why Git thinks this is necessary. I'll have no complaint if this commit is rejected.

Fix syntax errors with Test solution configuration

  • Recent additions have been made to the parameters for the GetMainFrame()->FileNew() procedure, but not incorporated into the code for the Test configuration.

Fix Failures with GuiTests InstallerTest module

  • If the ...-x64-PerUser-Setup.exe file is missing from the Build/ folder tree, then GuiTests fails with
    a) A message box (from deep within the system() function) suggesting a file name misspelling, plus
    b) Seven ASSERT failures that have to be individually, manually Ignored.

  • This patch allows GuiTests to detect the missing file itself and cause a proper GTEST_FAIL()
    action.

  • The filename for the required ...Setup.exe file is upgraded from version 2.16.7.0 to 2.16.8 (the latest
    publicly available setup file that I could find).

* I have no idea why Git thinks this is necessary
* If the `...-x64-PerUser-Setup.exe` file is missing from the `Build/` folder tree, then GuiTests
fails with
  a) a system message box suggesting a file name misspelling, plus
  b) seven ASSERT failures that have to be manually Ignored

* This patch allows GuiTests to detect the missing file itself and cause a proper GTEST_FAIL()
action.

* The filename for the Setup.exe file is upgraded from version `2.16.7.0` to `2.16.8` (the latest
publicly available setup file that I could find)
@sdottaka sdottaka merged commit a70a695 into WinMerge:master Jan 8, 2021
@sdottaka
Copy link
Member

sdottaka commented Jan 8, 2021

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants