Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
f91e98c9
by Tony CHEMIT at 2017-07-12T21:58:31+02:00
1 changed file:
Changes:
| ... | ... | @@ -72,6 +72,8 @@ public class LonglineDetailCompositionValidatorServiceTest { |
| 72 | 72 |
|
| 73 | 73 |
config.initConfig(new ObserveResourceManager().getResource(ObserveResourceManager.Resource.application));
|
| 74 | 74 |
|
| 75 |
+ config.getTemplatesDirectory().mkdirs();
|
|
| 76 |
+ |
|
| 75 | 77 |
ObserveSwingApplicationContext applicationContext = new ObserveSwingApplicationContext(config);
|
| 76 | 78 |
|
| 77 | 79 |
SwingValidator<SectionDto> sectionValidator = new SwingValidator<>(SectionDto.class, "ui-update-table", NuitonValidatorScope.values());
|