mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix testDetectWrongEncoding
GitOrigin-RevId: c5d463c3c002531ddc5fa955cdc14b530331eb04
This commit is contained in:
committed by
intellij-monorepo-bot
parent
196449c652
commit
e9b6ffc054
@@ -122,7 +122,7 @@ public class LossyEncodingTest extends DaemonAnalyzerTestCase {
|
||||
doHighlighting();
|
||||
List<HighlightInfo> infos = DaemonCodeAnalyzerEx.getInstanceEx(getProject()).getFileLevelHighlights(getProject(), getFile());
|
||||
HighlightInfo info = assertOneElement(infos);
|
||||
assertEquals("File was loaded in the wrong encoding: 'UTF-8'", info.getDescription());
|
||||
assertEquals("File was loaded in a wrong encoding: 'UTF-8'", info.getDescription());
|
||||
}
|
||||
|
||||
public void testSurrogateUTF8() {
|
||||
|
||||
Reference in New Issue
Block a user