1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-09 11:33:20 +02:00
cdt/codan/org.eclipse.cdt.codan.core.tests
Marc-Andre Laperle 467aab5559 Bug 539307 - Set correct project nature in Codan tests to fix wrong content type
When the lsp4e-cpp plugin is present, two content types are associated with
.cpp extension. The lsp4e-cpp one is chosen because it happens to be first.
Normally, the CDT C++ content type gets its priority boosted when the C++
project nature is present. Some Codan tests run on .cpp files but without
the C++ project nature so the files are of wrong content type and the tests
fail. Once the nature is fixed, some tests were failing because they should
run on C files but loadCode was not loading them as C++ files because of the
project nature.

Change-Id: I61b77d409e81c3cf78e60adf0c77a9bf976ac9d5
Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2018-09-30 19:26:25 -04:00
..
.settings
META-INF
OSGI-INF/l10n
src/org/eclipse/cdt/codan Bug 539307 - Set correct project nature in Codan tests to fix wrong content type 2018-09-30 19:26:25 -04:00
.classpath releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
.project
about.html
build.properties
test.xml
ui-test-plugin.properties