My unit tests are using cpptest, the tests are running based on CTest rules. When an assertion fails, the source file and line with the failed test is displayed in the console output, but not parsed into the problem view. Reproducible: Always Steps to Reproduce: 1. Use a framework-based unit test 2. Use a failing assertion, e.g. CPPUNIT_ASSERT_EQUAL(1,2) 3. Run the unit test under kdevelop. Actual Results: The failing assertion is displayed in the CTest output, but not parsed and there is no output in the problem view Expected Results: The output of the tests are parsed like compiler output for errors and the result is put into the problems view, so that e.g. jumping with F4 to the next problem is possible.