[Minor] fixed broken tests

This commit is contained in:
Robert von Burg 2015-04-03 13:37:10 +02:00
parent c307102e33
commit e163237613
2 changed files with 5 additions and 2 deletions

View File

@ -22,7 +22,8 @@
<depends>PrivilegeHandler</depends>
<depends>PersistenceHandler</depends>
<Properties>
<realms>first, second</realms>
<realms>defaultRealm, first, second</realms>
<dataStoreMode>EMPTY</dataStoreMode>
<dataStoreMode.first>TRANSACTIONAL</dataStoreMode.first>
<dataStoreMode.second>TRANSACTIONAL</dataStoreMode.second>
<enableAuditTrail.first>true</enableAuditTrail.first>

View File

@ -22,7 +22,9 @@
<depends>PrivilegeHandler</depends>
<depends>PersistenceHandler</depends>
<Properties>
<realms>svcTransient, svcCached, svcTransactional</realms>
<realms>defaultRealm, svcTransient, svcCached, svcTransactional</realms>
<dataStoreMode>EMPTY</dataStoreMode>
<tryLockTimeUnit.svcTransient>SECONDS</tryLockTimeUnit.svcTransient>
<tryLockTime.svcTransient>1</tryLockTime.svcTransient>