@Test
public void loadFeatureWithFlattenAttribute() throws Exception{
File featureFile = new File(testDataFolder+"feature_with_flatten_attr.xml");
assertTrue(featureFile.exists());
Feature feature = Features.loadFeature(featureFile, basePath);
assertTrue(feature.flattenOnExport());
}
/**
* Loads features from the test folder, ignoring everything