@Test(enabled=false)
public void testPortfolioAndDataLoaded() throws Exception {
DBTestUtils.createTestHsqlDB(CONFIG_RESOURCE_LOCATION);
if (!(new ExampleDatabasePopulator().run(CONFIG_RESOURCE_LOCATION, ToolContext.class))) {
fail();
}
ToolContext toolContext = getToolContext();
try {