Changed GR†N to ROT because of encoding problems on the buildserver

This commit is contained in:
jkohnlein 2008-07-23 12:18:58 +00:00 committed by sefftinge
parent 2bdbef3230
commit 7f65f420b8

View file

@ -53,7 +53,7 @@ public class PartialParsingPerformanceTest extends AbstractPartialParserTest {
}
modelBuffer.append(" erwachsener ( Sven 112 )\n");
for(int i=0; i<NUM_ELEMENTS; ++i) {
modelBuffer.append(" spielzeug ( Schaufel GRÜN )\n");
modelBuffer.append(" spielzeug ( Schaufel ROT )\n");
}
modelBuffer.append("}\n");
String model = modelBuffer.toString();