public void test_enveloping() throws Exception {
String filename = blakesDir + "certj201_enveloping.xml";
boolean followManifests = false;
ResourceResolverSpi resolver = null;
boolean verify = this.verify(filename, resolver, followManifests);
if (!verify) {
log.error("Verification failed for " + filename);
}