mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-17 00:44:40 -04:00
fixed a bug in the docu generation code
This commit is contained in:
parent
73b50c32fc
commit
1d51ab17d1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user