The Jenkins build of P5 is failing because of the following test in .../P5/Test/testbasic.xml: <fLib xmlns="http://www.tei-c.org/ns/1.0"> <f name="xxx">A feature may have untyped content</f> <f name="yyy"> <string>or typed</string> </f> <f name="notgood"> <string>multiple types</string> <symbol value="doubleplusungood"/> </f> <f name="alsonotgood">mixed content <symbol value="doubleplusungood"/> </f> </fLib> I think these are tests that are *supposed* to fail, and thus should be in the detest/ suite, not here in testbasic.xml. 1) Can someone (Martin?) affirm for me that testbasic.xml is supposed to be valid? 2) Can someone (Laurent?, Lou?, Piotr?) affirm for me that an <f> is supposed to have at most 1 child element (from class model.featureVal, i.e. one of <fs>, <vColl>, <vMerge>, <vNot>, <binary>, <default>, <numeric>, <string>, <symbol>, <vAlt>, or <vLabel>)? If I've got this right, I'll just move these tests out of testbasic, and we'll be up and running again.