props.setProperty( "jspwiki.encoding", "ISO-8859-1" );
//TODO
TestEngine testEngine2 = new TestEngine( props );
testEngine2.saveText( "Test", "foo ");
created.addElement( "Test" );
Attachment att = new Attachment( testEngine2, "Test", "TestAtt.txt" );
att.setAuthor( "FirstPost" );