@Ignore
@Test
public void testMapItemProviderAddLayer() throws Exception {
content.inputChanged(viewer, null, map);
content.getChildren(map);
UDIGTestUtil.inDisplayThreadWait(5000, new WaitCondition(){
public boolean isTrue() {
return getNumItemProviders()>0;
}
}, false );
refresh=false;
assertEquals( 1, getNumItemProviders() );
map.getLayersInternal().add(ProjectFactory.eINSTANCE.createLayer());
UDIGTestUtil.inDisplayThreadWait(5000, new WaitCondition(){
public boolean isTrue() {
return refresh;
}