Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-18 | tests: update qPrefDisplay test cases | jan Iversen | |
remove include of QtTest in header, becaue it is not needed, add include of QObject in header, so moc can generate code. add QTest in cpp file, which replaces QtTest Change content of strings to test divelist_font to a not normal font name, to ensure less confusion by readers. Remark the old surrounding code accept illegal font names, but correcting this is not covered in this commit. Signed-off-by: Jan Iversen <jani@apache.org> | |||
2018-07-12 | tests: add qPrefDisplay testcases | jan Iversen | |
remove test macro, split in functions and add test cases the existing test macro does not work because sync() does not save these variables to disk (set* does) Signed-off-by: Jan Iversen <jani@apache.org> | |||
2018-07-12 | tests: make qprefdisplay test file | jan Iversen | |
Remove display tests from testpreferences and make a new file Signed-off-by: Jan Iversen <jani@apache.org> |