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

BUG: Fix ctkCoreSettingsTest testMultiplePaths on Windows #1172

Merged

Commits on Jan 13, 2024

  1. BUG: Fix ctkCoreSettingsTest testMultiplePaths on Windows

    Follow-up on commit f0bb5d7 (ENH: Allow saving relative paths to settings)
    where the test case was incorrectly specified.
    
    It fixes the following error:
    
    10: FAIL!  : ctkCoreSettingsTester::testMultiplePaths(windows-style absolute paths) Compared lists differ at index 0.
    10:    Actual   (settings.value(key).toStringList()): "d:/windows/path/internal/dir"
    10:    Expected (expectedStoredValues): "<APPLICATION_HOME_DIR>/internal/dir"
    10: C:\path\to\CTK\Libs\Core\Testing\Cpp\ctkCoreSettingsTest.cpp(115) : failure location
    jcfr committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    2772723 View commit details
    Browse the repository at this point in the history