.getResourceAsStream("plans/PlanParserTest/PlanParserTest-PLAN_VALIDATED-ProfileSamplesPAP.xml");
List<Plan> plans = parser.importProjects(in);
Assert.assertTrue(plans.size() == 1);
Plan plan = plans.get(0);
// Parse original
InputStream importedStream = Thread.currentThread().getContextClassLoader()
.getResourceAsStream("plans/PlanParserTest/PlanParserTest-PLAN_VALIDATED-ProfileSamplesPAP.xml");
Document original = parsePlan(importedStream);