1
0
Fork 0
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:
Marc-Andre Laperle 2013-07-26 00:37:34 -04:00
parent 4f33e5d299
commit f0e74dac11

View file

@ -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();
}