1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Minor test adjustment.

This commit is contained in:
Sergey Prigogin 2013-08-02 15:16:32 -07:00
parent 983f7529a3
commit 5ee378e351

View file

@ -57,6 +57,7 @@ public class IncludeOrganizerTest extends IncludesTestBase {
preferenceStore.setToDefault(PreferenceConstants.FORWARD_DECLARE_TEMPLATES);
preferenceStore.setToDefault(PreferenceConstants.FORWARD_DECLARE_NAMESPACE_ELEMENTS);
preferenceStore.setToDefault(PreferenceConstants.INCLUDES_ALLOW_REORDERING);
preferenceStore.setToDefault(PreferenceConstants.INCLUDES_SYMBOL_EXPORTING_HEADERS);
}
private void assertExpectedResults() throws Exception {