{
Date time = getCalendarTime( Calendar.getInstance().getTime() );
Vector previousChanges = m_handler.getRecentChanges( time );
m_engine.saveText( NAME1, "Foo" );
Attachment att = new Attachment( m_engine, NAME1, "TestAtt.txt" );
att.setAuthor( "FirstPost" );
m_engine.getAttachmentManager().storeAttachment( att, m_engine.makeAttachmentFile() );
WikiPage directInfo = m_engine.getPage( NAME1 );
time = getCalendarTime( directInfo.getLastModified() );
Vector recentChanges = m_handler.getRecentChanges( time );