mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
fixed test
This commit is contained in:
parent
757b13a044
commit
7a2cde83d2
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ public class UriBasedReaderTest extends AbstractXtextTests {
|
|||
IResourceServiceProvider.Registry.INSTANCE.getExtensionToFactoryMap().put("xtexterror", serviceProvider);
|
||||
}
|
||||
});
|
||||
final String errorURI = "classpath:/" + (getClass().getName() + "ResourceWithError").replace('.', '/')
|
||||
final String errorURI = (getClass().getName() + "ResourceWithError").replace('.', '/')
|
||||
+ ".xtexterror";
|
||||
final String loadingURI = "classpath:/" + (getClass().getName() + "LoadingResourceWithError").replace('.', '/')
|
||||
+ ".xtexterror";
|
||||
|
|
Loading…
Reference in a new issue