// The character data is required (not whitespace) but as
// the previous whitespace was not consumed because
// character data is not allowed this should fail.
validatorMock.expects.content(Content.PCDATA, true)
.fails(new ValidationException(
"PCDATA not allowed"));
}
validatorMock.expects.close();
}
});