[Fix] fixed broken test

This commit is contained in:
Robert von Burg 2018-10-15 11:19:34 +02:00
parent ced8c42c57
commit bca2621e15
1 changed files with 6 additions and 0 deletions

View File

@ -51,5 +51,11 @@
<db.pool.maximumPoolSize.second>1</db.pool.maximumPoolSize.second>
</Properties>
</Component>
<Component>
<name>OperationsLog</name>
<api>li.strolch.handler.operationslog.OperationsLog</api>
<impl>li.strolch.handler.operationslog.OperationsLog</impl>
<depends>RealmHandler</depends>
</Component>
</env>
</StrolchConfiguration>