mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
fixed broken test
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
ea3c3faa6e
commit
dada46f859
2 changed files with 2 additions and 4 deletions
|
@ -43,8 +43,7 @@ class URIBasedFileSystemAccessTest {
|
|||
@Inject
|
||||
IOutputConfigurationProvider configProvider;
|
||||
|
||||
@Inject
|
||||
ExtensibleURIConverterImpl uriConverter;
|
||||
ExtensibleURIConverterImpl uriConverter = new ExtensibleURIConverterImpl();
|
||||
|
||||
@Before
|
||||
def void before() {
|
||||
|
|
|
@ -53,8 +53,7 @@ public class URIBasedFileSystemAccessTest {
|
|||
@Inject
|
||||
private IOutputConfigurationProvider configProvider;
|
||||
|
||||
@Inject
|
||||
private ExtensibleURIConverterImpl uriConverter;
|
||||
private ExtensibleURIConverterImpl uriConverter = new ExtensibleURIConverterImpl();
|
||||
|
||||
@Before
|
||||
public void before() {
|
||||
|
|
Loading…
Reference in a new issue