Skip to content

Commit

Permalink
fixing build..
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed May 22, 2014
1 parent 6919744 commit 612b914
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ public class ObjectWrapperTest extends BaseGuiTest {
public void testEmptyPolyString() throws Exception {
PrismObject<UserType> user = prismContext.parseObject(new File("./src/test/resources/wrapper/user.xml"));

ObjectWrapper wrapper = new ObjectWrapper(null, null, user, ContainerStatus.MODIFYING);
ObjectWrapper wrapper = new ObjectWrapper(null, null, user, null, ContainerStatus.MODIFYING);
//simulate change on honorific prefix
ContainerWrapper containerWrapper = null;
for (ContainerWrapper container : wrapper.getContainers()) {
Expand Down

0 comments on commit 612b914

Please sign in to comment.