Skip to content
Snippets Groups Projects
Commit e48dd891 authored by gpawel's avatar gpawel
Browse files

SP-515 BIS-336: Java Plugins Usability Improvements (missing commit)

SVN: 28449
parent 37949d65
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ public class ScreeningApiImplTest extends AbstractServerTestCase ...@@ -80,7 +80,7 @@ public class ScreeningApiImplTest extends AbstractServerTestCase
screeningBOFactory = context.mock(IScreeningBusinessObjectFactory.class); screeningBOFactory = context.mock(IScreeningBusinessObjectFactory.class);
screeningApi = screeningApi =
new ScreeningApiImpl(session, screeningBOFactory, daoFactory, new ScreeningApiImpl(session, screeningBOFactory, daoFactory,
new ManagedPropertyEvaluatorFactory(null, null)); new ManagedPropertyEvaluatorFactory(null));
} }
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment