Hi there, After pulling the latest changes in the "next" branch of the Fred project I found a few issues in BaseL10n and in BaseL10nTest. Please take a look at my bug report that also includes a patch:
https://bugs.freenetproject.org/view.php?id=6782 I build Fred by Maven, so I converted the structure of the code directories into the Maven standard. And my patch is based in it. However my patch would be interesting to the original Fred developers as well because it fixes issues in BaseL10n that are not Maven/Ant related. It also fixes code portability, meaning it should not be Ant-only and should continue to work properly and pass tests after rearranged into Maven source directories structure. P.S. I would like show you one of the test changes that demonstrates improvements done in the BaseL10n : - // it would be nice to handle this correctly, but it seems like more trouble than it's worth - //assertEquals("<tag>content <tag>nested</tag></tag>", node.generateChildren()); - assertEquals("test.selfNestedSubstitution", node.generateChildren()); + assertEquals("<tag>content <tag>nested</tag></tag>", node.generateChildren()); _______________________________________________ Devl mailing list [email protected] https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
