mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Patch for Andrew Niefer
Modified BaseSearchTest.setUp to properly include the "include.h" file. This fixes the failing ClassDeclarationPatternTests.testHeadersVisitedTwice and OtherPatternTests.testOrPattern
This commit is contained in:
parent
f8a656fbcf
commit
f0646c36bc
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
2003-08-28 Andrew Niefer
|
||||||
|
Modified BaseSearchTest.setup to properly include the "include.h" file
|
||||||
|
|
||||||
2003-08-28 Hoda Amer
|
2003-08-28 Hoda Amer
|
||||||
- Added to completeParseASTTest testQualifiedNameReferences(),
|
- Added to completeParseASTTest testQualifiedNameReferences(),
|
||||||
testIsConstructor() and testIsDestructor().
|
testIsConstructor() and testIsDestructor().
|
||||||
|
|
|
@ -78,7 +78,7 @@ public class BaseSearchTest extends TestCase implements ICSearchConstants {
|
||||||
//Add a file to the project
|
//Add a file to the project
|
||||||
importFile("mail.cpp", "resources/indexer/mail.cpp");
|
importFile("mail.cpp", "resources/indexer/mail.cpp");
|
||||||
importFile("classDecl.cpp", "resources/search/classDecl.cpp");
|
importFile("classDecl.cpp", "resources/search/classDecl.cpp");
|
||||||
importFile("head.h", "resources/search/include.h");
|
importFile("include.h", "resources/search/include.h");
|
||||||
|
|
||||||
scope = SearchEngine.createWorkspaceScope();
|
scope = SearchEngine.createWorkspaceScope();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue