fixed a bug in the docu generation code

This commit is contained in:
hneemann 2018-03-03 21:22:16 +01:00
parent 73b50c32fc
commit 1d51ab17d1

View File

@ -271,11 +271,12 @@ public class DocuTest extends TestCase {
File maven = Resources.getRoot().getParentFile().getParentFile().getParentFile();
File target = new File(maven, "target/docu");
File images = new File(target, "img");
images.mkdirs();
final File library = new File(target, "library.xml");
write74xx(library);
File images = new File(target, "img");
images.mkdirs();
for (Language l : Lang.getBundle().getSupportedLanguages()) {
// set language
Lang.setActualRuntimeLanguage(l);