Revision 78aac03...
Go back to digest for 27th January 2013Features in KDE Base
Alexander Richardson committed changes in [kdelibs/frameworks] /kconfig/autotests/kconfig_compiler:
Fix kconfigcompiler_test by porting to QFINDTESTDATA
It previously did not find the required files since CMake set TESTSRCDIR
wrongly. It was surrounded by quotes and lacking a trailing /
This did not cause test failures since QCOMPARE/QVERIFY was not used
directly in the test function, so it simply printed messages instead.
REVIEW: 108560
File Changes
Modified 3 files
- /kconfig/autotests/kconfig_compiler
- tier2/CMakeLists.txt
- tier2/kconfigcompiler_test.cpp
- tier2/kconfigcompiler_test.h
3 files changed in total