@Override
protected void setUp() throws Exception {
final Map<String, List<Object>> attributes = new HashMap<String, List<Object>>();
attributes.put("test", Arrays.asList(new Object[] {"test"}));
this.repository = new StubPersonAttributeDao();
this.repository.setBackingMap(attributes);
this.manager = new DefaultServicesManagerImpl(
new InMemoryServiceRegistryDaoImpl());