@Test
public void testEmptyChildList()
{
// If the child list is empty, all resources in the parent list must
// be copied to the child.
BiomeConfig config = createBiomeConfig();
List<Resource> parentList = Arrays.asList(
Resource.createResource(config, DungeonGen.class, 4, 100, 10, 30),
Resource.createResource(config, DungeonGen.class, 1, 50, 30, 60)
);