mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-02-03 18:02:08 +02:00
Исправление теста после релиза
This commit is contained in:
parent
16e29a5684
commit
adfc0544de
@ -65,7 +65,7 @@ public class StructureCtorTooManyKeysCheckTest
|
||||
List<StringLiteral> literals = EcoreUtil2.eAllOfType(module, StringLiteral.class);
|
||||
assertEquals(3, literals.size());
|
||||
|
||||
String id = module.eResource().getURI().toString();
|
||||
String id = module.eResource().getURI().toPlatformString(true);
|
||||
Marker[] markers = markerManager.getMarkers(dtProject.getWorkspaceProject(), id);
|
||||
assertNotNull(markers);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user