/**
* Tests expanding and collapsing the views.
*/
public void testExpandCollapse()
{
StandardArticle article1 = new StandardArticle("1");
article1.setPublicationDate(new Date());
StandardArticle article2 = new StandardArticle("2");
article2.setPublicationDate(new Date());
CustomHTMLEditorKit editorKit = new CustomHTMLEditorKit();
HTMLArticleDisplay view1 = new HTMLArticleDisplay(article1,
sampleArticleConfig, false, null, editorKit);