* dead
*/
@Test
public void testSimpleDead() {
Player person = new Player(0, "Albert", Gender.MALE);
person.kill();
Country country = new Country(0, "Country");
propertyService.setOwnership(person, country);
reinject();
turntask.execute();
Object owner = propertyService.getOwnership(country);