On Sat, September 07, 2013, Martin Grigorov wrote: > > > Is there a chance that you create a bundle without any > > resource(reference) ? > > > > Not quite sure I understand this correctly, > > > > In YourApplication#init() you something like: > getResourceBundles().addXyzBundle(Class, String, resourceReferences*). > For some reason some of the references cannot load its resource data.
OK, I've now isolated any code dealing with resource bundles for JS and CSS in my Application and created a TestApplication class in which this isolated method is overridden as empty, so that resources are not used at all. Now the test no longer fails. If I should need this piece to work with tests in the future, I guess I will have to go through the configuration (file system paths for the stuff loaded in the resources) to get this working? Thank you again! M'bert -- ----------- / http://herbert.the-little-red-haired-girl.org / ------------- =+= Die groessten Liebesgeschichten sind die, die nie stattgefunden haben --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
