*
* Checks when DefaultDocumentEvent is filled with edits, and which
* types of edits are performed during changing of paragraph attributes.
*/
public void testChangeUpdatePar() {
buf = doc.new ElementBuffer(root) {
private static final long serialVersionUID = 1L;
@Override
protected void changeUpdate() {
fail("ElementBuffer.changeUpdate is not expected");