Fixing tests

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/infrastructure-tests@128268 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-04-22 12:33:34 +00:00
parent 059e302ad8
commit cfffc51c7c
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ public class AccountingPersistenceQueryFactoryTest extends ScopedTest {
protected AccountingPersistenceQuery apq;
@Before
public void before() throws NoAvailableScopeException,
NoUsableAccountingPersistenceQueryFound {
public void before() throws Exception {
super.before();
apq = AccountingPersistenceQueryFactory.getInstance();
}