private ContentDecoratorContext context;
protected void setUp() throws Exception {
super.setUp();
blogEntry = new BlogEntry(blog);
blogEntry.setTitle("Title");
blogEntry.setBody("Body");
Calendar cal= blog.getCalendar();
cal.set(Calendar.YEAR, 2006);
cal.set(Calendar.MONTH, 6);