* sets whereas the next run has other attribute set.
* @throws BadLocationException
*/
public void testInsertString02() throws BadLocationException {
doc.remove(0, doc.getLength());
doc.buffer = new ElementBufferWithLogging(doc, root) {
private static final long serialVersionUID = 1L;
@Override
public void insert(int offset, int length, ElementSpec[] spec,
DefaultDocumentEvent event) {