1
0
Fork 0
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:
Sergey Prigogin 2010-01-17 06:25:47 +00:00
parent f7b7ea07cb
commit 59cc85a816

View file

@ -349,7 +349,7 @@ public class BasicSearchTest extends BaseUITestCase {
protected PDOMSearchQuery makeProjectQuery(String pattern) { protected PDOMSearchQuery makeProjectQuery(String pattern) {
String scope1= "Human Readable Description"; 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) { protected void assertOccurences(PDOMSearchQuery query, int expected) {