fixed test

This commit is contained in:
Jan Koehnlein 2011-10-25 15:45:03 +02:00
parent 757b13a044
commit 7a2cde83d2

View file

@ -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";