mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
fixed tests
This commit is contained in:
committed by
Ekaterina Tuzova
parent
8eadfc678b
commit
03eedbe662
@@ -171,6 +171,7 @@ public abstract class CCTestCase extends CodeInsightFixtureTestCase {
|
||||
}
|
||||
document.deleteString(closingMatcher.start(), closingMatcher.end());
|
||||
document.deleteString(openingMatcher.start(), openingMatcher.end());
|
||||
FileDocumentManager.getInstance().saveDocument(document);
|
||||
placeholders.add(answerPlaceholder);
|
||||
pos = answerPlaceholder.getOffset() + answerPlaceholder.getRealLength();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user