1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42: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:
John Camelon 2003-08-28 20:14:11 +00:00
parent f8a656fbcf
commit f0646c36bc
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
2003-08-28 Andrew Niefer
Modified BaseSearchTest.setup to properly include the "include.h" file
2003-08-28 Hoda Amer
- Added to completeParseASTTest testQualifiedNameReferences(),
testIsConstructor() and testIsDestructor().

View file

@ -78,7 +78,7 @@ public class BaseSearchTest extends TestCase implements ICSearchConstants {
//Add a file to the project
importFile("mail.cpp", "resources/indexer/mail.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();