Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix ctkSettingsPanelTest reading settings file as text
This ensures newlines are always read as `/n` independently of the platform. It fixes errors like the following: ``` 126: FAIL! : ctkSettingsPanelTester::testChangeProperty(null none changed obj) Compared values are not the same 126: Actual (currentSettingContent) : "[General]\r\nproperty=2\r\n" ```
- Loading branch information