3132333435363738394041
protected LockableHTMLDocument htmlDoc; protected void setUp() throws Exception { super.setUp(); htmlDoc = new LockableHTMLDocument(); doc = htmlDoc; doc.insertString(0, "0123456789", as[0]); htmlDoc.lockWrite();