String result="";
int c=0;
Preprocessor p;
try{
p=new Preprocessor(new File("javasrc/de/maramuse/soundcomp/test/testfiles/testsource"));
p.appendPath("javasrc/de/maramuse/soundcomp/test/testfiles/");
}catch(FileNotFoundException e1){
fail("file testsource not found");
return;
}
while(c>-1&&c<65535){