mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix failing test in MarkOccurrenceTest on Eclipse 4.3
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
4f33e5d299
commit
f0e74dac11
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
|||
|
||||
public void testMarkOperatorOccurrences() {
|
||||
try {
|
||||
fMatch= fFindReplaceDocumentAdapter.find(0, "operator+", true, true, true, false);
|
||||
fMatch= fFindReplaceDocumentAdapter.find(0, "operator+", true, true, false, false);
|
||||
} catch (BadLocationException e) {
|
||||
fail();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue