constraints2.intersectPermittedSubtree(new DERSequence(new GeneralSubtree(
new GeneralName(nameType, testInterSection[i]))));
}
else
{
constraints2.intersectEmptyPermittedSubtree(nameType);
}
if (!constraints2.equals(constraintValidator))
{
fail("intersection wrong: " + nameType);
}