mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed a typo.
This commit is contained in:
parent
f7b7ea07cb
commit
59cc85a816
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ public class BasicSearchTest extends BaseUITestCase {
|
|||
|
||||
protected PDOMSearchQuery makeProjectQuery(String pattern) {
|
||||
String scope1= "Human Readable Description";
|
||||
return new PDOMSearchPatternQuery(new ICElement[] {fCProject}, scope1, pattern, true, PDOMSearchQuery.FIND_ALL_OCCURANCES | PDOMSearchPatternQuery.FIND_ALL_TYPES);
|
||||
return new PDOMSearchPatternQuery(new ICElement[] {fCProject}, scope1, pattern, true, PDOMSearchQuery.FIND_ALL_OCCURRENCES | PDOMSearchPatternQuery.FIND_ALL_TYPES);
|
||||
}
|
||||
|
||||
protected void assertOccurences(PDOMSearchQuery query, int expected) {
|
||||
|
|
Loading…
Add table
Reference in a new issue