public void testCreateDisplayComponentTaglet() throws Exception
{
TagletByFunction taglet = (TagletByFunction) GlueboosterTaglets.createDisplayComponentTaglet();
BoostFunction function = taglet.getFunction();
MockObject tag = new MockObject();
tag.setText(" <beans xmlns=\"http://www.springframework.org/schema/beans\"\n"+
" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"+
" xsi:schemaLocation=\"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd\"\n"+
" >\n"+
" <!-- Konfigurationsabschnitte bitte den entsprechenden Abschnitt auskommentieren -->\n"+
" <bean id=\"archive\" class=\"java.lang.String\">\n"+