On Thu, May 14, 2015 at 09:23:49PM +0200, Georg Baum wrote: > The reason is that > > LayoutFile const & f = l[i]; > > in check_layout.cpp asserts. This is strange, since directly above a test is > made whether i is valid. > > Does anybody else see this?
Sorry, I cannot run the tests so I could not see this but I know why it happens. Now addLocalLayout() returns a full path if a local layout file is found. Hence, it has to be stripped before being used as an index. Should be fixed now. -- Enrico
