@org.junit.Test public void willNotRewriteUndefinedPropertyType() throws RepositoryException {
contentCreator = new DefaultContentCreator(null);
parentNode = mockery.mock(Node.class);
prop = mockery.mock(Property.class);
contentCreator.init(new ImportOptions(){
@Override
public boolean isCheckin() {
return false;
}