Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information