att2news2.setType("bin/wav");
cal.setTimeInMillis(System.currentTimeMillis() - DAY);
news2.setPublishDate(cal.getTime());
INews news3 = createNews(feed, "Foo Bar", "http://www.news.com/news3.html", State.NEW);
IPerson author3 = fFactory.createPerson(null, news3);
author3.setName("Benjamin Pasero");
ICategory news3cat1 = fFactory.createCategory(null, news3);
news3cat1.setName("apple");
ICategory news3cat2 = fFactory.createCategory(null, news3);
news3cat2.setName("windows");
ICategory news3cat3 = fFactory.createCategory(null, news3);
news3cat3.setName("slashdot");
cal.setTimeInMillis(System.currentTimeMillis() - 5 * DAY);
news3.setModifiedDate(cal.getTime());
cal.setTimeInMillis(System.currentTimeMillis() - 10 * DAY);
news3.setPublishDate(cal.getTime());
INews news4 = createNews(feed, null, "http://www.news.com/news4.html", State.UPDATED);
Date news4Date = new Date(1000000);
news4.setPublishDate(news4Date);
IPerson author4 = fFactory.createPerson(null, news4);
author4.setName("Pasero");
ISource source4 = fFactory.createSource(news4);
source4.setLink(new URI("http://www.source.com"));
INews news5 = createNews(feed, null, "http://www.news.com/news5.html", State.NEW);
news5.setFlagged(true);
IPerson author5 = fFactory.createPerson(null, news5);
author5.setEmail(new URI("test@rssowl.org"));
ISource source5 = fFactory.createSource(news5);
source5.setName("Source for News 5");
ICategory news5cat1 = fFactory.createCategory(null, news5);
news5cat1.setName("Apache Lucene");
ICategory news5cat2 = fFactory.createCategory(null, news5);